| 16 |
OutFile "w2hfax_setup.exe" |
OutFile "w2hfax_setup.exe" |
| 17 |
|
|
| 18 |
; The default installation directory |
; The default installation directory |
| 19 |
InstallDir $PROGRAMFILES\w2hfax-test |
InstallDir $PROGRAMFILES\w2hfax |
| 20 |
|
|
| 21 |
; Registry key to check for directory (so if you install again, it will |
; Registry key to check for directory (so if you install again, it will |
| 22 |
; overwrite the old one automatically) |
; overwrite the old one automatically) |
| 271 |
Return |
Return |
| 272 |
|
|
| 273 |
NoCancelAbort: |
NoCancelAbort: |
| 274 |
NSISdl::download $python_url $INSTDIR\python-2.4.msi |
NSISdl::download $python_url $EXEDIR\python-2.4.msi |
| 275 |
|
|
| 276 |
run_setup: |
run_setup: |
| 277 |
IfFileExists $python_msi 0 +10 |
IfFileExists $python_msi 0 +10 |
| 327 |
Return |
Return |
| 328 |
|
|
| 329 |
NoCancelAbort: |
NoCancelAbort: |
| 330 |
NSISdl::download $R1 $INSTDIR\$R0 |
NSISdl::download $R1 $EXEDIR\$R0 |
| 331 |
StrCpy $R2 "$INSTDIR\$R0" |
StrCpy $R2 "$INSTDIR\$R0" |
| 332 |
|
|
| 333 |
run_setup: |
run_setup: |
| 400 |
Return |
Return |
| 401 |
|
|
| 402 |
NoCancelAbort: |
NoCancelAbort: |
| 403 |
NSISdl::download $R1 $INSTDIR\$R0 |
NSISdl::download $R1 $EXEDIR\$R0 |
| 404 |
StrCpy $R2 "$INSTDIR\$R0" |
StrCpy $R2 "$INSTDIR\$R0" |
| 405 |
|
|
| 406 |
run_setup: |
run_setup: |
| 469 |
Return |
Return |
| 470 |
|
|
| 471 |
NoCancelAbort: |
NoCancelAbort: |
| 472 |
NSISdl::download $R1 $INSTDIR\$R0 |
NSISdl::download $R1 $EXEDIR\$R0 |
| 473 |
StrCpy $R2 "$INSTDIR\$R0" |
StrCpy $R2 "$INSTDIR\$R0" |
| 474 |
|
|
| 475 |
run_setup: |
run_setup: |