[WiX-users] DTF managed custom action with supportedRuntime=v4.0

2010-08-12 Thread Sam Strasser
I am running my setup on a machine with .NET 4 but not .NET 3.5. The setup is running a managed custom action created using DTF, but the custom action is not run. Instead, I get this error: SFXCA: Extracting custom action to temporary directory: C:\Windows\Installer\MSI7DA3.tmp-\ SFXCA: Failed

[WiX-users] increment the value of a reg key

2010-02-17 Thread Sam Strasser
Hello WiXers, As part of both install and uninstall of my msi, I need to increment a registry value. I'm hoping that I won't need to write a custom action, or that such a custom action already exists in the WiX code. Is there any way for me to increment a reg key just with WiX? Thanks Sam ---

[WiX-users] adding a folder in the start menu

2010-02-04 Thread Sam Strasser
Hello, I am installing an SDK and I would like to put a folder in the start menu which has two entries: a shortcut to the folder I installed to, and a shortcut to a .chm help file. I am able to get both shortcuts to appear in the start menu, but they appear as standalone links, and not in the

[WiX-users] adding a folder in the start menu

2010-02-04 Thread Sam Strasser
Hello, I am installing an SDK and I would like to put a folder in the start menu which has two entries: a shortcut to the folder I installed to, and a shortcut to a .chm help file. I am able to get both shortcuts to appear in the start menu, but they appear as standalone links, and not in the

[WiX-users] Remove 'repair' option from .msi context menu

2010-01-28 Thread Sam Strasser
Hello, I'm generating an .msi, and in my .wxs file I say to disable repair from ARP as follows: Repair is disabled correctly in ARP. When I right click on the .msi in Windows Explorer, though, I see the option to repair, which I don't want the user to see or use (see attached image). How c