custom-action
WiX Custom Action Project - BadImageFormatException
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:[详细]
2023-03-11 23:01 分类:问答how to write custom action for a c# installer in visual studio 2010?
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.[详细]
2023-03-11 05:52 分类:问答WIX: Running a custom action based on the success of previously executed custom action
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[详细]
2023-03-11 01:16 分类:问答Adding command-line argument to Windows Service when installing using WiX
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[详细]
2023-03-08 17:07 分类:问答Custom Ribbon Button doesn't show on subsites
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[详细]
2023-03-07 16:32 分类:问答Wix -- Backup the folder while installation
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[详细]
2023-03-04 07:51 分类:问答TARGETDIR gets corrupted on uninstall
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[详细]
2023-03-03 22:58 分类:问答can not set properties with Session.CustomActionData
Can not set a property value using Session.CustomActionData. if (s.CustomActionData.ContainsKey(P开发者_Go百科ropertyName0))[详细]
2023-03-02 15:27 分类:问答Wix: Write File in Custom Action
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开发[详细]
2023-03-01 22:54 分类:问答Windows Installer - force users to remove via Add?remove Programs
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[详细]
2023-03-01 18:23 分类:问答