MSI 将 TARGETDIR 写入文本文件
如何将 MSI 的 TARGETDIR
写入文本文件?这样我的程序就可以引用那里写的路径。
How to write MSI's TARGETDIR
to a textfile? So that my program can refer to the path written there.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于文本文件的类型。如果它是纯文本文件,您将必须使用自定义操作。或者,您可以使用 Windows Installer 内置的 INI 文件编辑支持。
http://msdn.microsoft.com/en-us /library/aa369282(VS.85).aspx
This depends on the type of text file. If it is a plain text file you would have to use a custom action. Alternatively you can use the Windows Installer built in INI file editing support.
http://msdn.microsoft.com/en-us/library/aa369282(VS.85).aspx