/[cvs]/joko/ToolBox/Windows/w2hfax-installer/w2hfax.nsi
ViewVC logotype

Diff of /joko/ToolBox/Windows/w2hfax-installer/w2hfax.nsi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by joko, Wed Mar 23 11:30:19 2005 UTC revision 1.4 by joko, Thu Mar 24 15:47:18 2005 UTC
# Line 16  Name "w2hfax" Line 16  Name "w2hfax"
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)
# Line 271  Function install_python Line 271  Function install_python
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
# Line 327  Function install_pythonwin Line 327  Function install_pythonwin
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:
# Line 400  Function install_ghostscript Line 400  Function install_ghostscript
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:
# Line 469  Function install_ghostview Line 469  Function install_ghostview
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:

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed