Re: [WiX-users] FW: File in use

2006-11-17 Thread Mike Dimmick
ite all of the SDK documentation. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dane Anderson Sent: 17 November 2006 19:17 To: wix-users@lists.sourceforge.net Subject: [WiX-users] FW: File in use I got it working. It seems that msiexe

[WiX-users] FW: File in use

2006-11-17 Thread Dane Anderson
I got it working. It seems that msiexec REQUIRES that the function being called return an int. By changing my KioskKillerMain from returning void to returning an int, and returning a 0, the problem vanishes. This is something that should be documented in the WiX documentation, and mentioned in the