Two ways.  One is to create a console application, and use wix's custom tag to 
call it during execution, passing flags as necessary.

Two is to inherit from the Installer class.  I'm not sure how you get that code 
hooked up using Wix, though.  Sorry I can't be more help here.

-----Original Message-----
From: John Vottero [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 11, 2006 2:43 PM
To: Cullen Waters; david adams; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] WiX XML Issue

>
> Also, since the machines you're installing on have the .net
> runtime installed (or else there wouldn't be a machine.config
> to edit), you could write a .NET custom action (easier than
> c++) that runs before XMLFile, and performs your xml search
> on machine.config, and sets a property telling XmlFile
> whether it should run the appSettings creation.
>

How do you write a .NET custom action?

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to