This commit is contained in:
Mario Fetka
2012-05-02 09:58:19 +02:00
parent 29bf5a8861
commit 863ab32667
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,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$ = "vlc"
Set $ProductId$ = "videolan.vlc"
Set $MinimumSpace$ = "30 MB"
; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\VideoLAN\VLC"

View File

@@ -27,7 +27,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "vlc"
Set $ProductId$ = "videolan.vlc"
Set $InstallDir$ = "%ProgramFiles32Dir%\VideoLAN\VLC"
; ----------------------------------------------------------------