Re: [WiX-users] HA: Running Custom Action Before InstallFiles

2008-09-17 Thread BOB1981
Hi Denis, Thank soo much , you nailed it right. I just made the changes you suggested and its working , but it seems to run everytime i install the MSI or Uninstall or Repair.. So i added So i guess it will run only if F_Online Feature is getting installed. Hey there only one this left i ne

[WiX-users] HA: Running Custom Action Before InstallFiles

2008-09-17 Thread Denis Zavorotnyuk
Bob, as far as I understood your CustomAction simply set the Property='BackupFiles' with the value specified. Try create another custom action of the type 50 (http://msdn.microsoft.com/en-us/library/aa372048(VS.85).aspx), probably like this: but in this case, most likely your CustomAction shou