[vlmc-devel] commit: nsis: Install VLMC in the VideoLAN directory (Ludovic Fauvet )

git at videolan.org git at videolan.org
Fri Apr 16 15:55:48 CEST 2010


vlmc | branch: master | Ludovic Fauvet <etix at l0cal.com> | Fri Apr 16 14:17:01 2010 +0200| [911200792d89cb92bc56a300b06de05c184b729c] | committer: Ludovic Fauvet 

nsis: Install VLMC in the VideoLAN directory

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=911200792d89cb92bc56a300b06de05c184b729c
---

 nsis/installer.nsi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/nsis/installer.nsi b/nsis/installer.nsi
index aa6bd0f..198ef23 100644
--- a/nsis/installer.nsi
+++ b/nsis/installer.nsi
@@ -16,7 +16,7 @@ OutFile "@NSIS_OUTPUT_FILE@"
 InstallDirRegKey HKLM "Software\@PROJECT_NAME_SHORT@" "Install_Dir"
 
 ; Install directory
-InstallDir "$PROGRAMFILES\@PROJECT_NAME_SHORT@"
+InstallDir "$PROGRAMFILES\VideoLAN\@PROJECT_NAME_SHORT@"
 
 ; Request admin permissions for Vista and higher
 RequestExecutionLevel admin



More information about the Vlmc-devel mailing list