Is there a way to script the complete process o开发者_StackOverflowf a hotfix build using msiexec.exe and msimsp.exe with a Patch Creation Properties file?
We have a situation where for some reason the certificates on our Windows Installers for our product tends to get broken or go bad.Never mind why, the key is that it is not currently detected by our n
I have an application BACK which is packaged in an Merge Module, and installed with another application FRONT which is in the main MSI package.These are created via projects in MS VisStudio 2008.
I have a system that has many components interacting with each other. It occured 开发者_运维知识库to me to run tests as part of the installation process to make sure it works correctly in the client m
I have a web setup project that creates an MSI.After first installation, my web site has some config files that can be modify manually.
I use a Visual Studio Setup project to create an installer f开发者_运维问答or some assemblies. However, the fonts the installer uses are always aliased, and don\'t appear to be the Windows standard.
Last year I heard that Installer Projects were going away and we should be switching to Windows Installer XML. Whatever happened with that?
I am trying to fix an existing application th开发者_StackOverflow中文版at uses a Visual Studio 2005 setup project.
I have a bootstrapper application which installs several MSI packages. However, it 开发者_JAVA百科seems that windows installer does not return any error code if the installation fails. For example, th
For some reason, we are delivering a product with our own install GUI, that mean开发者_如何学运维s, we will run the msi installation silently background.