Re: [WiX-users] After InstallFiles on Change

2012-06-25 Thread rstoney99
Somehow this issue went away...I don't have much insight into the solution. I basically just fixed the issue with my installer calling the uninstall custom action when it should have been calling the install custom action and it made this issue go away. Thanks for your help! -- View this message

Re: [WiX-users] After InstallFiles on Change

2012-06-25 Thread rstoney99
Rob - Thanks for the help. I'm not sure if I'm reading the log right, but if I am it looks to verify my thoughts: *Log of Working full install * (Installs folder/files before running DoSomething.exe) MSI (s) (88:BC) [08:26:16:559]: Executing op: SetTargetFolder(Folder=C:\Program Files (x86)\MyProg

[WiX-users] After InstallFiles on Change

2012-06-22 Thread rstoney99
Hello, I currently have a WiX project where I perform a custom action like this: NOT Installed AND <[CDATA[&InstallingTheFeature=3]]> This basically says (I think) perform the "DoSomething" custom action, which calls the DoSomething.exe file, after the files are installed, and onl