Some more info on my problems:

- The log file of "msiexec /i" shows this:

MSI (c) (C8:AC) [15:57:48:335]: Machine policy value 'Debug' is 0
MSI (c) (C8:AC) [15:57:48:335]: ******* RunEngine:
           ******* Product: scheme48.msi
           ******* Action: 
           ******* CommandLine: **********

... and then later:

Action 15:57:59: ExecuteAction. 
Action start 15:57:59: ExecuteAction.
MSI (c) (C8:AC) [15:57:59:000]: PROPERTY CHANGE: Adding SECONDSEQUENCE 
property. Its value is '1'.
MSI (c) (C8:AC) [15:57:59:000]: Grabbed execution mutex.
MSI (c) (C8:AC) [15:57:59:000]: Incrementing counter to disable shutdown. 
Counter after increment: 0
MSI (c) (C8:AC) [15:57:59:000]: Switching to server: 
INSTALLDIR="c:\Programme\Scheme 48\Scheme 48 1.6\" TARGETDIR="c:\" ALLUSERS="1" 
ROOTDRIVE="c:\" CURRENTDIRECTORY="c:\Dokumente und Einstellungen\Michael 
Sperber\soft\s48-rk-windows" CLIENTUILEVEL="0" CLIENTPROCESSID="2504" 
USERNAME="Michael Sperber" COMPANYNAME="DeinProgramm" SOURCEDIR="c:\Dokumente 
und Einstellungen\Michael Sperber\soft\s48-rk-windows\" ACTION="INSTALL" 
EXECUTEACTION="INSTALL" SECONDSEQUENCE="1"  ADDLOCAL=Complete  
MSI (s) (30:D0) [15:57:59:050]: Grabbed execution mutex.
MSI (s) (30:54) [15:57:59:050]: Resetting cached policy values
MSI (s) (30:54) [15:57:59:050]: Machine policy value 'Debug' is 0
MSI (s) (30:54) [15:57:59:050]: ******* RunEngine:
           ******* Product: c:\Dokumente und Einstellungen\Michael 
Sperber\soft\s48-rk-windows\scheme48.msi
           ******* Action: INSTALL
           ******* CommandLine: **********

I'm not sure if it's normal that "RunEngine" is in there twice.

Also, I've now gotten to the point where the installation completes,
but at the end, a cmd window pops open, with no apparent
cause for it.  However, this CustomAction seems to be responsible---if
I delete it, the cmd window does come up:

    <CustomAction Id="generate_go"
                  FileKey="generate_go.bat"
                  ExeCommand='"[INSTALLDIR]scheme48.bat" 
"[INSTALLDIR]scheme48vm.exe" "[INSTALLDIR]scheme48.image"'
                  Return="check" />

Ideas?

-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to