X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=install-win32;h=d8ab53844bc166cbc53fdc21531615ebe6b8ab2a;hb=e2dedee8cc0901fc9c5ca8dfd1513ee75eb09379;hp=91dec7758c19f3170c22601731b678e92fb67373;hpb=1b0868ed29bc006d5939c91c064ed3d7931a7432;p=vlc diff --git a/install-win32 b/install-win32 index 91dec7758c..d8ab53844b 100644 --- a/install-win32 +++ b/install-win32 @@ -22,13 +22,13 @@ OutFile ..\vlc-${VERSION}-win32.exe -Name "the VideoLAN Client" -Caption "VideoLAN Client '${VERSION}' for Win32 Setup" +Name "VLC media player" +Caption "VLC '${VERSION}' for Win32 Setup" ;Icon ../share/gvlc32x32.ico CRCCheck on -InstallDir "$PROGRAMFILES\VideoLAN\VideoLAN Client" +InstallDir "$PROGRAMFILES\VideoLAN\VLC" ; check if the program has already been installed, if so, take this dir ; as install dir InstallDirRegKey HKLM SOFTWARE\VideoLAN\VLC "Install_Dir" @@ -42,7 +42,7 @@ SetDatablockOptimize on SetDateSave off SetCompress auto -UninstallText "This will uninstall the VideoLAN Client. Hit next to continue." +UninstallText "This will uninstall the VLC media player. Hit next to continue." ;;;;;;;;;;;;;;;;;;;; ; Install settings ;