User Tools

Site Tools


userspace:microsoft_office_2016

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
userspace:microsoft_office_2016 [2016/01/06 12:25]
isnoguter
userspace:microsoft_office_2016 [2017/01/14 17:20]
Budderhoernla install.opsiscript changed to facilitate installation on Windows 10
Line 62: Line 62:
   * Windows 7, 64-Bit   * Windows 7, 64-Bit
   * Windows 7, 32-Bit   * Windows 7, 32-Bit
 +
 +**Revised install.opsiscript (below) also works with Windows 10, 64-Bit
   
 **Tree:** **Tree:**
Line 158: Line 160:
 ; ---------------------------------------------------------------- ; ----------------------------------------------------------------
  
-if GetMsVersionInfo < "6" +; The old  comparison [if GetMsVersionInfo < "6"] doesn't work with Windows 10, as the GetMSVersionInfo returns "10.0", which the comparison can't handle properly  
 +if CompareDotSeparatedNumbers(GetMsVersionInfo,"6.0") < "0"
  LogError "This is for NT 6 (Vista) and above"  LogError "This is for NT 6 (Vista) and above"
  isFatalError  isFatalError
userspace/microsoft_office_2016.txt · Last modified: 2021/08/23 08:37 (external edit)