Re: [WiX-users] Use InstallUtil.exe from target system

2007-03-13 Thread Bob Arnson
Friedrich, Oliver wrote: I've heard about that extension, but in latest build of WiX3 I can't find anything about it, no documentation, no ".dll" to reference to. Unfortunately, it's one of those things in WiX v2 that haven't yet been ported to v3. -- sig://boB http://bobs.org -

Re: [WiX-users] Use InstallUtil.exe from target system

2007-03-13 Thread Friedrich, Oliver
Hi Bob, >Have you tried the MMC extension in WiX? It already supports registering >snapins without you having to write any custom actions. I've heard about that extension, but in latest build of WiX3 I can't find anything about it, no documentation, no ".dll" to reference to. Please tell me m

Re: [WiX-users] Use InstallUtil.exe from target system

2007-03-13 Thread Bob Arnson
Friedrich, Oliver wrote: So I thought I just could use a filesearch for the InstallUtil.exe and use that in a custom action to execute with the parameter of our Mmc-SnapIn. Have you tried the MMC extension in WiX? It already supports registering snapins without you having to write any cus

[WiX-users] Use InstallUtil.exe from target system

2007-03-13 Thread Friedrich, Oliver
I do not understand why I need to package binary streams for using InstallUtil in my Setup. Since our setup installs an entire .NET-solution, the framework needs to be installed on the target system, and therefore InstallUtil is present on the target system. So I thought I just could use a fil