This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
userspace:microsoft_office_20to16 [2016/04/07 14:25] segro created |
userspace:microsoft_office_20to16 [2021/08/23 08:37] (current) |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ich habe das wunderbare script von [[userspace: | ich habe das wunderbare script von [[userspace: | ||
| + | **todo** | ||
| + | windows 10 kompabilität: | ||
| + | <code winst> | ||
| + | if GetMsVersionInfo < " | ||
| + | LogError "This is for NT 6 (Vista) and above" | ||
| + | isFatalError | ||
| + | </ | ||
| hier nur die Änderungen: | hier nur die Änderungen: | ||
| **Tree:** | **Tree:** | ||
| Line 24: | Line 30: | ||
| </ | </ | ||
| - | control: | + | ==== setup.opsiscript ==== |
| + | <code winst> | ||
| + | ... | ||
| + | Set $OfficeId$ | ||
| + | Set $OfficeVersion$ | ||
| + | ... | ||
| + | [Winbatch_install] | ||
| + | " | ||
| + | </ | ||
| + | ==== uninstall.opsiscript ==== | ||
| + | <code winst> | ||
| + | ... | ||
| + | Set $OfficeId$ | ||
| + | Set $OfficeVersion$ | ||
| + | ... | ||
| + | </ | ||
| + | ==== delsub32 / | ||
| + | <code winst> | ||
| + | ... | ||
| + | ;Set $UninstallProgram$ = " | ||
| + | Set $UninstallProgram$ = " | ||
| + | ... | ||
| + | |||
| + | </ | ||
| + | ==== control ==== | ||
| + | < | ||
| [Product] | [Product] | ||
| type: localboot | type: localboot | ||
| Line 72: | Line 103: | ||
| values: [" | values: [" | ||
| default: [" | default: [" | ||
| + | </ | ||
| + | |||