Re: [WiX-users] Persist ini file parameters for use during reinstall, repair

2007-05-09 Thread Bob Arnson
Trevor Clifton wrote: > I need help knowing what to do so that those parameters are around for the > msi to use when reinstall, repair and other instances of the msi are run > from ARP. > > I have read and searched and concluded that AppSearch is a key word in all > of this, but how do I set these

[WiX-users] Persist ini file parameters for use during reinstall, repair

2007-05-09 Thread Trevor Clifton
I am trying to feed some parameters into the msi when it runs the first time. This part works just fine. ARPHELPLINK="http://www.MyCompany.com"; CUSTOMLOGO=1 IMAGE1=1 IMAGE 2=1 IMAGE 3=1 MANUFACTURER="MyCompany Inc." PRODUCTNAME=" Driver Name" I need help knowing what to do so that those paramet