[ros-diffs] [peterw] 30309: - Change the default installation directory to PROGRAMFILES\RosBE.

peterw at svn.reactos.org peterw at svn.reactos.org
Fri Nov 9 23:44:15 CET 2007


Author: peterw
Date: Sat Nov 10 01:44:14 2007
New Revision: 30309

URL: http://svn.reactos.org/svn/reactos?rev=30309&view=rev
Log:
- Change the default installation directory to PROGRAMFILES\RosBE.

Modified:
    trunk/tools/RosBE/RosBE-Windows/RosBE.nsi

Modified: trunk/tools/RosBE/RosBE-Windows/RosBE.nsi
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/RosBE.nsi?rev=30309&r1=30308&r2=30309&view=diff
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/RosBE.nsi (original)
+++ trunk/tools/RosBE/RosBE-Windows/RosBE.nsi Sat Nov 10 01:44:14 2007
@@ -10,7 +10,7 @@
 ;;
 Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
 OutFile "RosBE-${PRODUCT_VERSION}.exe"
-InstallDir "C:\RosBE"
+InstallDir "$PROGRAMFILES\RosBE"
 InstallDirRegKey HKCU "${PRODUCT_DIR_REGKEY}" ""
 ShowInstDetails show
 ShowUnInstDetails show




More information about the Ros-diffs mailing list