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

Next revision
Previous revision
userspace:microsoft_office_2016 [2016/01/06 11:05]
isnoguter created
userspace:microsoft_office_2016 [2021/08/23 08:37] (current)
Line 5: Line 5:
 Dieses Paket installiert Microsoft Office 2010, 2013 und 2016 in der 32-Bit und 64-Bit Version. Dieses Paket installiert Microsoft Office 2010, 2013 und 2016 in der 32-Bit und 64-Bit Version.
  
-Das Skript beinhaltet Produkteigenschaften die zur Laufzeit in eine config.xml geschrieben werden.+Das Skript beinhaltet Produkteigenschaften die zur Laufzeit in die config.xml geschrieben werden.
  
 Das Setup installiert nur die Produkte die in der Produkteigenschaft “products“ angegeben sind. Das Setup installiert nur die Produkte die in der Produkteigenschaft “products“ angegeben sind.
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.1452078348.txt.gz · Last modified: 2021/08/23 08:37 (external edit)