When I create an msi using VS2010, the shortcut and filetypes are all getting created as advertised. I am able to disable advertise property for shortcuts by setting DISABLEADV开发者_如何学GoTSHORTCUT
Here is the error message: The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2869. The argument开发者_如何学Go
(I\'m newbe in Installer world so I\'m still not sure what is right what is wrong. Anyway.) I make a installer for service which uses desktop database. The database file should somehow be copied duri
I have placed a .MSI-file in the folder C:\\JBoss\\server\\default\\deploy\\install.war on my web server which is running Jboss. The idea is that web page visitors should be able to download the file
I only want to reboot when uninstalling. This is a fragment from my WiX file: <InstallExecuteSequence>
Now I use something like this: <Component Id=\"RegistryEntries\" Guid=\"<开发者_运维百科guid>\" KeyPath=\"yes\">
I have a C++/Qt/mingw app and would like to use msi.h (M开发者_运维问答icrosoft Installer interface), but mingw does not seem to provide this header. How can I do this?The MinGW(.org) project does not
I need to be able开发者_C百科 to hide or disable the Cancel button in my installer when the user clicks on Remove in the ARP. Is there any way to go about doing that, and if so, how? (Adding the /qb!
I\'m creating an web site MSI using WiX. I have a custom action (written in 开发者_开发问答C#) that fills a combo box with the descriptions of the web sites in IIS so the user can select an existing w
I am using a Windows Installer deployment project in VS 2010 to create an 开发者_如何学JAVAinstaller for a small demo project. The demo needs to install a SQL Compact database file (MyData.sdf). The d