I\'m developing my first custom action but I can\'t get the resulting .CA.dll file to load. Heres the process at its simplest, and the result:
I am writing an installer in Visual Studio 2010 for a 64 bit computer. There I\'m using a custom action to get the value of a CheckBox in the installation process.
I have the need to restart the Windows Explorer process during the installation. Currently we force the user to reboot to ensure that the Explorer process is really restarted, but I would like to be a
I managed to create a WiX 3.x installer for Windows Service and added some standard UI. While installing Windows Service using WiX I need to add a command-line argument to that Windows Service. That
I\'ve successfully added a custom ribbon button to my site and everything shows up as expected. However, when I go to a sub site, my custom ribbon button doesn\'t show up. How can I get my button to s
I want to backup the folder before the new files are overwritten using WIX control. Example: My installation folder is \"Ifolder\", I upgraded my product with the latest changes and created the setu
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
Can not set a property value using Session.CustomActionData. if (s.CustomActionData.ContainsKey(P开发者_Go百科ropertyName0))
i got a problem with wix and managed custom actions: in my custom action i create a file and save it in the INSTALLLOCATION path. It seems like it works, no exception is thrown. But after the inst开发
We have an installer solution written in Visual Studio 2005 Installer; that calls a C# custom action and we have hit a known issue, regarding the fact that on an upgrade - the old install code is run