Hello.
Can I switch off install dialog after forceReboot?
Every time after rebooting I have to set options in the Options dialog.
And how to save the options between rebootings? It is possible?

<ExePackage Id="WindowsInstaller" 
SourceFile="..\MsiProjects\SourceDir\Packages\WindowsXP-KB942288-v3-x86.exe" 

                   Compressed="no" Vital="no" InstallCommand="/quiet 
/norestart" PerMachine="yes"  Cache="no"
                   InstallCondition="Feature1 AND VersionMsi &lt; v4.5.0.0">
<ExitCode Behavior="forceReboot" />
</ExePackage>

<ExePackage Id="dotNetFx40" SourceFile="dotNetFx40_Full_x86_x64.exe" 
InstallCommand="/quiet /norestart" Compressed="no" 
InstallCondition="(NOT DotNetFramework40FullInstallRegValue=1) AND 
Feature1">
<ExitCode Behavior="forceReboot" />
</ExePackage>

Thanks for your help,

Sergey




------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to