Hello,

i have to uninstall the previous version of the program which i install 
with MSI now. The old version is not an MSI installer (Inno Setup). It 
will be uninstalled with a uninstaller exe. I grab the Path to the 
uninstall program from the registry using <RegistrySearch/> and write it 
to a public property.

The problem here is that Properties set from RegistrySearch must be all 
capital characetrs and CAQuietExec from wixca in immediate mode wants a 
property named "QtExecCmdLine". I also tried it in deferred mode and had 
not many luck. But the deferred mode is not what i want anyway.
Is my scenario possible without writing a own native dll?

Thanks Alex


-------------------------------------------------------------------------
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