Re: [WiX-users] How to Keep the Property value along with MSI

2008-09-23 Thread Robert O'Brien
toolset. Subject: Re: [WiX-users] How to Keep the Property value along with MSI Hey Sandeep, I imagine that you could have a registry entry that sets the value of the property and you could have registry locator that reads that value. Check your state and when doing an uninstall use that registry

Re: [WiX-users] How to Keep the Property value along with MSI

2008-09-23 Thread Brian Rogers
Hey Sandeep, I imagine that you could have a registry entry that sets the value of the property and you could have registry locator that reads that value. Check your state and when doing an uninstall use that registry locator value? Thanks, -- Brian Rogers "Intelligence removes complexity." - M

[WiX-users] How to Keep the Property value along with MSI

2008-09-22 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, While Installing , I am passing One Data base server name along with One property. But while uninstalling, It is giving error because it is looking for data base name. So I want to save the value of the property so that I can use the same on uninstallation. Regards Sandeep -