siaj wrote:
> I am creating a setup using Wix which is creating some objects in a database
> and droping it while uninstall.  The create and drop is working fine but if
> the user chooses to create these objects on a different database while
> installation,the uninstall is not cleaning it while uninstall. I tried to
> set the properties from Registery values using custom action (during
> uninstall) and sequenced it before AppSearch. 

There's no need to use a custom action: Use RegistryValue to write the 
values to the registry when the user sets them and RegistrySearch to 
read them for uninstall.

Generate a verbose log to verify the property values and the data being 
passed to the SQL custom actions.

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to