Re: [WiX-users] Registering a shell extension

2009-04-05 Thread Bob Arnson
Lars Von Wedel wrote: > Obviously, I can also put this into the Wix script for my installer and I am > wondering > whether there are any reasons not to do this ? > No, that's the right way to install them. -- sig://boB http://joyofsetup.com/ ---

[WiX-users] Registering a shell extension

2009-04-02 Thread Lars Von Wedel
Hello, I built a shell extension to launch my application in a specific way for associated files. The C++ project contains some registry entries in a .rgs file like this: HKCR { NoRemove .abc = s 'abcfile' { } NoRemove abcfile = s 'ABC input file' { NoRemove ShellEx