Re: [WiX-users] Using InstallUtil.exe to run an exe from a setup

2007-04-12 Thread Mike Dimmick
InstallUtil is an abomination in the sight of all right-thinking setup developers ;-) You should study the code in your Installer-derived classes and work out what it's doing, then represent that in terms of native Windows Installer and WiX extension features. Custom actions are incredibly hard

Re: [WiX-users] Using InstallUtil.exe to run an exe from a setup

2007-04-12 Thread Steffens, Frank
Karthika K wrote: > Hi All, > > I have a console application which installs custom controls to a > toolbox. I want to run this application from a setup (wix file). > How can I use InstallUtil.exe for this purpose? I had the following > customaction element: > > '"C:\WINDOWS\Microsoft.NET\Frame