Re: [WiX-users] How to save connection Information during installation

2009-10-05 Thread Michael Osmond
9:04 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to save connection Information during installation Hi Michael, it means the controls for input values which i am writing in Fragment (DBDlg.wxs) will bind with the property (in main file product.wxs)? Can you please give me a

Re: [WiX-users] How to save connection Information during installation

2009-10-05 Thread danimian
Hi Michael, it means the controls for input values which i am writing in Fragment (DBDlg.wxs) will bind with the property (in main file product.wxs)? Can you please give me a Code example for understanding this concept? In this case to accomplish Step 1 (Server) with checkbox? Thanks in advance

Re: [WiX-users] How to save connection Information during installation

2009-10-05 Thread Michael Osmond
Hello Adnan The way I do this is I bind each of the input values into properties and then write each property to a registry value, then on upgrade I use the Registry Search facility in MSI to read these properties from the registry back into the properties In most cases I also give the propert