I am using Setup project to install my application.I have added .NetFramework 3.5 SP1 and Windows Installer 3.1 in Prerequisites and selected \"Download Prerequisites from the same lo开发者_C百科catio
I use Visual Studio 2010 to create a setup package with .NET Framework 4.0 for my project. I create a custom action using Installer class with DLL built with .NET Framework 4.0. My setup package is in
I have a WiX install package. I use the TARGETD开发者_运维百科IR property to do some stuff in my uninstall custom actions. The TARGETDIR used to work fine, but then I made a change (I don\'t remember
This is a two-part question: Do \"just-WiX\" WiX patches update components with RegistryValue key-paths when those RegistryValues are different in the updated build?
When installing an MSI package, any shared files which get upgraded will automatically force the other components/services that use that file to restart. This is done using the Restart Manager on Wind
My \"admin-image\" style WiX test patches are failing to update the existing installation correctly. When using msiexec /lx, I get the following information related to patching \"fi_executable.exe\":
i\'m not too much exp in wix, so maybe my question is silly, but i could not find the answer to it. I define secure, public property:
I\'m trying to add Acrobate Flash installer to my application setup project as pre request . I made a Bootstrapper package of the Flash installer and put it on the visual studio sdk folder , then I ca
I need to create a custom installer that supports French, German, Spanish, Italian, Polish, Russian, English, chinese (mandarin script), more languages to be added for a .net based application.
Can not set a property value using Session.CustomActionData. if (s.CustomActionData.ContainsKey(P开发者_Go百科ropertyName0))