开发者

how to create setup file dynamically

c开发者_运维知识库an you tell me how to create setup file dynamically in c#.net or VB.Net.

Please reply me soon

Samir


Windows Installer databases (such as msi files) can be manipulated with the Deployment Tools Foundation (also known as "DTF") libraries. These libraries are part of the wix project.

If you have wix 3.0 installed, you can find the DTF assemblies in C:\program files\Windows Installer XML v3\sdk.

The documentation can be found in C:\Program Files\Windows Installer XML v3\doc\ in the files dtf.chm and dtfapi.chm.


You might want to check out the Windows Installer SDK, which is part of the Windows SDK or Windows Platform SDK depending on the Windows Installer version you are targeting.

http://blogs.msdn.com/windows_installer_team/archive/2009/08/12/latest-sdk-for-windows-installer-5-0.aspx

Depending on your setup requirements, you might also want to check out a script-based installer such as Inno Setup or nsis which might be easier to create dynamically.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜