如何检查文件是否不存在
我正在尝试使用 nmake 创建然后测试我的安装程序和卸载程序。虽然可以开箱即用地检查创建和卸载,但我不知道如何检查卸载后文件是否被删除。
谢谢 HG
?: InstalledFile.txt
Setup.exe --uninstall
InstalledFile.txt: Installer
Setup.exe
Installer: Setup.exe
InstallerAssembler.py -p=Complex.xml -t=Complex
Setup.exe:
p4 sync $(VIEW)
devenv ...
I am trying to use nmake to create and then test my installer and uninstaller. While creation and uninstallation can be checked out of the box I cannot figure out how to check that a file got removed after uninstall.
Thanks
HG
?: InstalledFile.txt
Setup.exe --uninstall
InstalledFile.txt: Installer
Setup.exe
Installer: Setup.exe
InstallerAssembler.py -p=Complex.xml -t=Complex
Setup.exe:
p4 sync $(VIEW)
devenv ...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
make
不太擅长表示负逻辑。我相信,标准的解决方法是创建一个虚拟文件:
make
isn't very good at representing negative logic.The standard workaround, I believe, is to create a dummy file: