Re: [WiX-users] Save configuration data during upgrade.

2009-01-12 Thread Yuri N. Sakharov
Windows > Installer XML toolset." > Date: Saturday, January 10, 2009, 12:22 AM > You can't schedule deferred (aka: in-script) > CustomActions outside of the InstallExecuteSequence script > execution phase. > > -Original Message- > From: Yuri N. Sakharov [m

Re: [WiX-users] Save configuration data during upgrade.

2009-01-09 Thread Yuri N. Sakharov
; Date: Friday, January 9, 2009, 11:15 PM > > 1. It is possible to schedule CustomActions before > > InstallInitialize. > > > > 2. It is possible to schedule CustomActions before > > LaunchConditions. > > > > -Original Message- > > F

[WiX-users] Save configuration data during upgrade.

2009-01-09 Thread Yuri N. Sakharov
There are exe-file and its XML config-file in the WiX 3 installer. There is some user data stored inside this config-file. How can I save and restore this user data during upgrade the product? I could not find the standard way to do that but Microsoft says that the best practice is to store data