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)\MyProgram\)
MSI (s) (88:BC) [08:26:16:559]: Executing op:
SetSourceFolder(Folder=1\pm7iwusq\zcdlmh1a\|MyProgram\)
MSI (s) (88:BC) [08:26:16:576]: Executing op:
FileCopy(SourceName=zfnn15uv.exe|DoSomething.exe,SourceCabKey=DoSomethingEXE,DestName=DoSomething.exe,Attributes=512,FileSize=113664,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-411342300,HashPart2=-63688474,HashPart3=-1861746448,HashPart4=1508684335,,)
MSI (s) (88:BC) [08:26:16:576]: File: C:\Program Files
(x86)\MyProgram\DoSomething.exe;        To be installed;        Won't patch;    
No existing
file
MSI (s) (88:BC) [08:26:16:576]: Source for file 'DoSomethingEXE' is
compressed
...
MSI (s) (88:BC) [08:26:16:909]: Executing op:
ActionStart(Name=DoSomething,,)
MSI (s) (88:BC) [08:26:16:913]: Executing op:
CustomActionSchedule(Action=DoSomething,ActionType=3106,Source=C:\Program
Files (x86)\MyProgram\,Target="C:\Program Files
(x86)\MyProgram\DoSomething.exe",)


*Log of Failed "change option" install* (Just tries to run DoSomething.exe
before it creates the files)
MSI (s) (3C:CC) [08:13:41:393]: Executing op:
ActionStart(Name=DoSomething,,)
MSI (s) (3C:CC) [08:13:41:394]: Executing op:
CustomActionSchedule(Action=DoSomethingUninstall,ActionType=3106,Source=C:\Program
Files (x86)\MyProgram\,Target="C:\Program Files
(x86)\MyProgram\DoSomething.exe" /u,)


So one thing that I notice just now is that it is calling my
"DoSomethingUninstall" custom action, instead of "DoSomething". But I think
that may be another issue altogether, not sure. All that
DoSomethingUninstall does is run the same DoSomething.exe file, but with a
"/u" passed as an option. So either way, it is calling the executable before
installing the folders/files. Is there something that stands out that I am
doing wrong?

Thanks for any help.

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/After-InstallFiles-on-Change-tp7579047p7579081.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to