|
|
|
|
|
|
|
|
|
Name "Inetc plug-in Test" |
|
OutFile "inetc.exe" |
|
|
|
RequestExecutionLevel user |
|
|
|
|
|
|
|
|
|
|
|
!include "MUI2.nsh" |
|
!define MUI_ICON "${NSISDIR}\Contrib\Graphics\Icons\modern-install-colorful.ico" |
|
!insertmacro MUI_PAGE_WELCOME |
|
!insertmacro MUI_PAGE_INSTFILES |
|
!insertmacro MUI_LANGUAGE "English" |
|
|
|
|
|
|
|
|
|
|
|
|
|
Section "Dummy Section" SecDummy |
|
|
|
SetDetailsView hide |
|
|
|
|
|
inetc::get /caption "2003-2004 reports" /popup "" "http://ineum.narod.ru/spr_2003.htm" "$EXEDIR\spr3.htm" "http://ineum.narod.ru/spr_2004.htm" "$EXEDIR\spr4.htm" /end |
|
Pop $0 |
|
|
|
|
|
inetc::get /caption "2005 report" /canceltext "interrupt!" "http://ineum.narod.ru/spr_2005.htm" "$EXEDIR\spr5.htm" /end |
|
Pop $1 |
|
|
|
|
|
inetc::get /caption "2006 report" /banner "Banner mode with /nocancel option setten$\nSecond Line" /nocancel "http://ineum.narod.ru/spr_2006.htm" "$EXEDIR\spr6.htm" /end |
|
Pop $2 |
|
|
|
MessageBox MB_OK "Download Status: $0, $1, $2" |
|
SectionEnd |
|
|
|
|
|
|
|
|
|
|
|
Function .onInit |
|
|
|
|
|
|
|
|
|
|
|
FunctionEnd |