Re: [WiX-users] File copying issue

2010-04-07 Thread Alexander Shevchuk (Volt)
Installer XML toolset. Subject: [WiX-users] File copying issue Hi, I have a installer, which needs to do following steps - 1. Detect an already installed version. 2. if it exists, stop services. 3. install new files. 4. copy a file created by older version software into new directory. 5. start

[WiX-users] File copying issue

2010-04-07 Thread Sanjay Rao
Hi, I have a installer, which needs to do following steps - 1. Detect an already installed version. 2. if it exists, stop services. 3. install new files. 4. copy a file created by older version software into new directory. 5. start services. For step4 I defined a custom action in C++ dll as follo