I need to save the logfile of the installation-process everytime.
If i use the InstallUISequence it works, but not if i use the 
InstallExecuteSequence. Why?


<InstallUISequence>
        <Custom Action="EnableLog" Sequence="1"></Custom>
</InstallUISequence>

or

<InstallExecuteSequence>
        <Custom Action="EnableLog" Sequence="1"></Custom>
</InstallExecuteSequence>



<Binary Id="CustomLogs.vbs" SourceFile="CustomLogs.vbs"  />
<CustomAction Id="EnableLog" BinaryKey="CustomLogs.vbs" 
VBScriptCall="LogEnable" Return="check" />
------------------------
function LogEnable
        Session.Installer.EnableLog "voicewarmup", "C:\setup.log"
end function
------------------------
______________________________________________________________
"Hostage" mit Bruce Willis kostenlos anschauen!
Exklusiv für alle WEB.DE Nutzer. http://www.blockbuster.web.de


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to