I use WiX 3.5. My installer should enable both per-user and per-machine installation. I would like to achieve that by using radio buttons (\"Everyone\" and \"Just me\").
I am using WiX to create a moderately complex installer. I have a Level 0 Feature that I would like to install conditionally, but also always during an Admin install, to make patching through admin im
I am getting the following error when i build the MSI Package. Oracle.DataAccess.dll\' targeting \'AMD6开发者_C百科4\' is not compatible with the project\'s target platform \'x86\' when creating a ms
I\'ve used WIX\'s heat.exe and got 2100 components and got a warning 开发者_运维百科that Windows Installer is constrained to have maximum of 1600 components per feature. I understand that I might stic
On IIS6, I can use WMI to list available websites, like this: var iis = GetObject(\"winmgmts://localhost/root/MicrosoftIISv2\");
While polishing off an installer of mine, I noticed something weird in the Programs and Features dialog of Windows 7:
I have to migrate our current software installation to be able to install in Windows 7. It\'s a MFC application in Visual C++. The installation开发者_开发问答 is not extremly complex but it does have
I want to make some things clear to me. Are custom actions that call assembly methods are executed inside of the 开发者_StackOverflow中文版deferred InstalledExecuteSequence? Even if so, why shouldn\'t
I have a custom Install method in a project where I\'m loading a user\'s license code for use in my project. The code looks like this:
Most of this is background, skip the next 3 paragraphs for the question: I have developed a tool that calls some installers, changes registry items, and moves files around to help me test a product w