finish rename

This commit is contained in:
Mario Fetka 2012-05-02 07:26:16 +02:00
parent 2cb5b8c56c
commit 59e2297816
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
;$ProductId$ should be the name of the product in opsi
; therefore please: only lower letters, no umlauts,
; no white space use '-' as a seperator
Set $ProductId$ = "xlviewer"
Set $ProductId$ = "microsoft.excelviewer"
Set $MinimumSpace$ = "150 MB"
; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\Microsoft Office\Office12"

View File

@ -19,7 +19,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "ppviewer"
Set $ProductId$ = "microsoft.excelviewer"
Set $InstallDir$ = "%ProgramFiles32Dir%\Microsoft Office\Office12"
; ----------------------------------------------------------------