Re: [WiX-users] Do i need to pass property values both at install time and Uninstalltime.

2008-09-24 Thread Robert O'Brien
Component Id=SomeComponent Guid=PUT-GUID-HERE Win64=$(var.Win64) . . . RegistryKey Root=HKLM Key=$(var.SoftwareKey)\Microsoft\!(loc.ProductKey) RegistryValue Name=DATABASESHOST Type=string Value=[DATABASESHOST] / /RegistryKey . . . /Component -Original Message- From:

[WiX-users] Do i need to pass property values both at install time and Uninstalltime.

2008-09-23 Thread Chandra Vuppala
Hi, I have 2 servers in which one is database server and other is Application server. while Installing the MSI on Application server i have to pass Database server name. i am using Properties for that, it works fine, but while uninstalling if i dont pass Propety value it is taking default