Hello everyone,
Has anyone done something like that? I need to force the reboot after Framework 
has been installed.

This where I got.

          <ExePackage Id="Netfx4Full"
                      Cache="no"
                      Compressed="yes"
                      PerMachine="yes"
                      Permanent="yes"
                      Protocol="netfx4"
                      Vital="yes"
                      SourceFile="C:\Program Files (x86)\Microsoft 
SDKs\Windows\v7.0A\Bootstrapper\Packages\DotNetFX40\dotNetFx40_Full_x86_x64.exe"
                      InstallCommand="/q /norestart /chainingpackage TESTPACK"
                      RepairCommand="/q /norestart /chainingpackage TESTPACK"
                      UninstallCommand="/q /norestart /chainingpackage TESTPACK"
                      InstallCondition="NOT Netfx4FullVersion AND NOT 
Netfx4x64FullVersion"
                      DetectCondition="Netfx4FullVersion AND (NOT VersionNT64 
OR Netfx4x64FullVersion)" >
            <ExitCode Behavior="forceReboot" Value="0"/>
            <ExitCode Behavior="forceReboot" Value="1641"/>
            <ExitCode Behavior="forceReboot" Value="3010"/>
          </ExePackage>

What am I doing wrong?

Thanks for your efforts,
Simon
------------------------------------------------------------------------------
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