--- joko/ToolBox/Windows/w2hfax-installer/w2hfax.nsi 2005/03/23 11:30:19 1.3 +++ joko/ToolBox/Windows/w2hfax-installer/w2hfax.nsi 2005/03/24 15:47:18 1.4 @@ -16,7 +16,7 @@ OutFile "w2hfax_setup.exe" ; The default installation directory -InstallDir $PROGRAMFILES\w2hfax-test +InstallDir $PROGRAMFILES\w2hfax ; Registry key to check for directory (so if you install again, it will ; overwrite the old one automatically) @@ -271,7 +271,7 @@ Return NoCancelAbort: - NSISdl::download $python_url $INSTDIR\python-2.4.msi + NSISdl::download $python_url $EXEDIR\python-2.4.msi run_setup: IfFileExists $python_msi 0 +10 @@ -327,7 +327,7 @@ Return NoCancelAbort: - NSISdl::download $R1 $INSTDIR\$R0 + NSISdl::download $R1 $EXEDIR\$R0 StrCpy $R2 "$INSTDIR\$R0" run_setup: @@ -400,7 +400,7 @@ Return NoCancelAbort: - NSISdl::download $R1 $INSTDIR\$R0 + NSISdl::download $R1 $EXEDIR\$R0 StrCpy $R2 "$INSTDIR\$R0" run_setup: @@ -469,7 +469,7 @@ Return NoCancelAbort: - NSISdl::download $R1 $INSTDIR\$R0 + NSISdl::download $R1 $EXEDIR\$R0 StrCpy $R2 "$INSTDIR\$R0" run_setup: