ich habe ein Problem ich hatte die Scripte mal im Opsi 3.2 geschrieben, aber sie gehen nicht mehr
Für eine Antwort Wäre ich dankbar
##install Script#####
Code: Alles auswählen
[Initial]
Message=Installation von Microsoft Office 2003 SBE inkl. Update
LogLevel=5
ExitOnError=false
ScriptErrorMessages=true
TraceMode=off
[Aktionen]
DefVar $systemroot$
DefVar $system$
DefVar $scriptpath$
DefVar $programfilesdir$
Set $systemroot$="%Systemroot%"
Set $system$="%System%"
Set $scriptpath$="%scriptpath%"
Set $programfilesdir$="%ProgramFilesDir%"
DefVar $ConfigSection$
Set $ConfigSection$ = "ms-office-2003-sbe-install"
DefVar $office2003-KEY$
Set $office2003-KEY$ = IniVar("office2003-KEY")
if ($office2003-KEY$ = "")
DefVar $office2003-KEY$
$office2003-KEY$ = GetValueFromInifile($ConfigINI$, $ConfigSection$, "office2003-KEY", "1")
endif
ShowBitmap /3 "%scriptpath%\MS_Office2003SmallBoem.BMP" "Microsoft Office 2003 SMB"
if not (HasMinimumSpace("%Systemdrive%","1GB"))
LogError "Nicht genügend Platz auf C:"
else
WinBatch_install
WinBatch_update
endif
[WinBatch_install]
%scriptpath%\files\setup.exe noreboot=ReallySuppress TRANSFORMS=%scriptpath%\files\Office2003SB.MST /qb! PIDKEY="$office2003-KEY$"
[WinBatch_update]
%scriptpath%\files\sp3\ohotfix.exe
Code: Alles auswählen
[Package]
version: 1
depends:
incremental: False
[Product]
type: localboot
id: ms-office-2003-sbe
name: ms-office-2003-sbe
description: ms-office-2003 Sbe
advice:
version: 12.0
priority: 0
licenseRequired: False
productClasses:
setupScript: msoffice2003.ins
uninstallScript: deinstall.ins
updateScript:
alwaysScript:
onceScript:
[Windows]
softwareIds:
[ProductProperty]
name: office2003-KEY
description: Bitte Office Key Eingeben "Aber ohne Bindestriche"
values:
default: abcdefrgthzjukicode]
MFG
Martin Schmidt