I am in need to add a Features tree with checkbox selection to my msi. Can any one point me to some sample as how to achieve this please?
I created an installation package for the web service. When I run the ins开发者_高级运维taller, it asks me to enter the web site name and application pool. I don\'t wan\'t to install the web service u
I found this article which describe how to find the install path of office: http://support.microsoft.com/kb/234788/en-us
For an ASP.NET web application that is packaged and sold to customers for deployment, what would be the best location for a \"read me\" file with notes about setup and configuration on the target syst
Here\'s what I\'m looking to do: I\'d like to perform an application install on a remote machine; as a part of that process, before I install the new version, I want to check that machine\'s registry
I\'m just wondering what the use for this feature is, since MSIEXEC probably w开发者_运维百科ouldn\'t even know it is there. Is there some Custom Actions code that could access them, perhaps?The point
I am working on an installer written in WIX. It defines PIDTemplate as <Property Id=\"PIDTemplate\"><![CDATA[{50}<????????-????????-??????????>]]></Property>
I tried adding registry keys for compatibility assistant to a wix setup like this: <File Id=\"File1.exe\" Name=\"File1.exe\" LongName=\"File1.exe\" Source=\"..\\Binaries\\File1.exe\" DiskId=\"1\"
On uninstallation, the installer removes the installed folder and all its subdirectories. However, we want to retain some log files regarding the uni开发者_开发百科nstallation. How do I make the insta
When you install your product locally, all the needed files are stored i开发者_Go百科n the machine.