/[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.4 by joko, Thu Mar 24 15:47:18 2005 UTC revision 1.5 by joko, Sun Mar 27 18:12:43 2005 UTC
# Line 327  Function install_pythonwin Line 327  Function install_pythonwin
327      Return      Return
328            
329    NoCancelAbort:    NoCancelAbort:
330      NSISdl::download $R1 $EXEDIR\$R0      StrCpy $R2 "$EXEDIR\$R0"
331      StrCpy $R2 "$INSTDIR\$R0"      NSISdl::download $R1 $R2
332            
333    run_setup:    run_setup:
334      IfFileExists $R2 0 +10      IfFileExists $R2 0 +10
# Line 400  Function install_ghostscript Line 400  Function install_ghostscript
400      Return      Return
401            
402    NoCancelAbort:    NoCancelAbort:
403      NSISdl::download $R1 $EXEDIR\$R0      StrCpy $R2 "$EXEDIR\$R0"
404      StrCpy $R2 "$INSTDIR\$R0"      NSISdl::download $R1 $R2
405            
406    run_setup:    run_setup:
407      IfFileExists $R2 0 +10      IfFileExists $R2 0 +10
# Line 469  Function install_ghostview Line 469  Function install_ghostview
469      Return      Return
470            
471    NoCancelAbort:    NoCancelAbort:
472      NSISdl::download $R1 $EXEDIR\$R0      StrCpy $R2 "$EXEDIR\$R0"
473      StrCpy $R2 "$INSTDIR\$R0"      NSISdl::download $R1 $R2
474            
475    run_setup:    run_setup:
476      IfFileExists $R2 0 +10      IfFileExists $R2 0 +10

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

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