I want to localize my i开发者_开发知识库nstaller but in Visual Studio 2008, Localization Property drop down does not contain the language. I think we could use code page but if users don\'t want to ch
We use Wix to create our MSI installer. We have a few custom actions that work great when using the installer normally with a GUI, but when using silent ins开发者_JS百科tall (with \"msiexec /qb /i\" )
I have a problem where I create a cub file using wix which works fine however when I try and run it against a MSI created with InstallShield I get the following error:
How to extract ProductCode from msi package? I want to use it later to uninstall msi via msiexec as des开发者_如何学Ccribed hereI can think of dozens of ways to do it.What programming languages do you
Strange behavior with Installer Transaction and ExternalUI that destroys my log files. I\'m chaining three MSIs in this Transaction.
I have following CustomAction: <CustomAction Id=\"ActionName\" After=\"InstallFinalize\"> <![CDATA[NOT Installed AND (VSTORUNTIME4=\"#1\")]]>
My MSI installer registers couple of Window NT services with the SCM. The services write data to a temporary folder which by default gets ownership of the SYSTEM account. During uninstall, the uninsta
I have a Windows Service packaged to MSI that I would like to deploy (unattended) to a number of workstations.
How can I modify my MSI so it doesn\'t require ALL other running applications to close? Funny enough, if my application is closed manually before the uninstall is closed, it will not ask to close outl
We have an installshield product where we\'ve had the same upgrade开发者_运维技巧 code during the lifetime of the project.Somehow, a release got out with a new Upgrade code, so now we\'re starting to