Quantcast
Channel: Ivanti User Community : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 15294

Windows 10 1809 Inplace Upgrade Returncodes

$
0
0

Hallo Zusammen,

 

aktuell haben wir bei uns alle Clients auf Win 10 Enterprise 1703 und wir müssen aus Support Gründen auf die 1809 Upgraden.

Ich hatte für die 1803 bereits ein Inplace Paket gebaut und darin fange ich entsprechende Retruncodes ab!

!check upgrade compatibility
Set('_sSetupParams','/auto upgrade /DynamicUpdate disable /noreboot /quiet /resizerecoverypartition disable /migratedrivers %InstallationParameters.MigrateDrivers% /CompactOS Disable /copylogs "%LogFileSettings.LogFilePath%"')
ExecuteEx('%_sSetupPath% %_sSetupParams% /Compat ScanOnly /Compat IgnoreWarning','_iSetupReturnCode','120')/?
If %_iSetupReturnCode%='-1047526912'
 ExitProcEx(Failed,'Compatibility check failed - the computer does not meet system requirements for Windows 10 (Returncode: %_iSetupReturnCode%)')
If %_iSetupReturnCode%='-1047526908'
 ExitProcEx(Failed,'Compatibility check failed - migration choice (auto upgrade) not available (probably wrong SKU or architecture) - (Returncode: %_iSetupReturnCode%)')
If %_iSetupReturnCode%='-1047526904'
 ExitProcEx(Failed,'Compatibility check failed - compatibility issues found (hard block) - (Returncode: %_iSetupReturnCode%)')
If %_iSetupReturnCode%='-1047526898'
 ExitProcEx(Failed,'Compatibility check failed - insufficient free disk space (Returncode: %_iSetupReturnCode%)')
! 
 EndInstallerSession
If %_iSetupReturnCode%='-1047526896'
! All checks passed
 ExecuteEx('%_sSetupPath% %_sSetupParams%','_iSetupReturnCode','120')/?

 

Kann mir einer sagen wie ich an die Returncodes für die 1809 komme? Ich finde diese nirgendwo. Ich hab auch schon gehört dass es die gleichen sind wie in der 1803 aber ich hätte es gerne irgendwo schwarz auf weiß.

 

Vielen Dank schon mal und viele Grüße,

Lucky


Viewing all articles
Browse latest Browse all 15294

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>