Hoffentlich kann mir von euch jemand weiterhelfen.
Bin noch neu beim Thema Opsi, und doch schon so manches Paket erstellt.
Doch bei der Office Version 2013 Home&Business (Click2Run-Installer) habe ich immer das Problem, das sie setup.exe nicht gefunden wird.
...das sagt zumindest der Client, seltsamer weise.

Das Log hingegen sagt ok:
Code: Alles auswählen
(76) [5] [Feb 18 09:43:34:743] [office2013business-click2run] Execution of Winbatch_install
(77) [6] [Feb 18 09:43:34:745] [office2013business-click2run] Call ""p:\office2013business-click2run\setup.exe" /Admin"
(78) [6] [Feb 18 09:43:34:745] [office2013business-click2run] Waiting until the called process is finished
(79) [6] [Feb 18 09:43:34:746] [office2013business-click2run] Start process as invoker: SYSTEM
(80) [6] [Feb 18 09:43:44:183] [office2013business-click2run] ExitCode -2147024894 Executed process ""p:\office2013business-click2run\setup.exe" /Admin"
(81) [1] [Feb 18 09:43:44:188] [office2013business-click2run] ___________________
(82) [1] [Feb 18 09:43:44:189] [office2013business-click2run] script finished
(83) [1] [Feb 18 09:43:44:189] [office2013business-click2run] 0 errors
(84) [1] [Feb 18 09:43:44:189] [office2013business-click2run] 0 warnings
Code: Alles auswählen
[Actions]
;DefVar $InstallDir$
;Set $InstallDir$ = "%Systemdrive%\Program Files (x86)\Microsoft Office"
ShowBitmap "%ScriptPath%\logo.png" "Office 2013 Business"
;if FileExists("%ScriptPath%\delsub32.opsiscript")
; Sub "%ScriptPath%\delsub32.opsiscript"
;
;endif
Message "Installiere Office 2013 Business"
Winbatch_install
;Winbatch_install /WaitForProcessEnding "OfficeC2RClient.exe"
[Winbatch_install]
"%SCRIPTPATH%\setup.exe"
Besten Dank & LG!
