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
Previous revision
userspace:microsoft_office_2016 [2016/01/06 11:54]
isnoguter
userspace:microsoft_office_2016 [2021/08/23 08:37] (current)
Line 62: Line 62:
   * Windows 7, 64-Bit   * Windows 7, 64-Bit
   * Windows 7, 32-Bit   * Windows 7, 32-Bit
 +  * Windows 10, 64-Bit with revised install.opsiscript (below)
   
 **Tree:** **Tree:**
Line 158: Line 159:
 ; ---------------------------------------------------------------- ; ----------------------------------------------------------------
  
-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
Line 586: Line 588:
  
 [Changelog] [Changelog]
-office-2016 (1.0-1) testing; urgency=low+office-2016 (1.0-1) stable; urgency=low
  
   * Initial package   * Initial package
userspace/microsoft_office_2016.1452081295.txt.gz · Last modified: 2021/08/23 08:37 (external edit)