Do you know the window where are the progress bar and where are written the extracted files?
I would want to make so that once completed the installation this window gets closed and an other appear where it asks if you want launch the application. All this happens with the modern interface, but not with that classic one.
this is my code
Help me!
; Script generated by the HM NIS Edit Script Wizard.
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "MyApp"
!define PRODUCT_VERSION "2.05"
!define PRODUCT_PUBLISHER "Rand0m"
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
OutFile "Update.exe"
LoadLanguageFile "${NSISDIR}\Contrib\Language files\Italian.nlf"
InstallDir "$PROGRAMFILES\MyApp 2"
Icon "${NSISDIR}\Contrib\Graphics\Icons\classic-install.ico"
DirText "Il setup installerÃ_ $(^Name) nella seguente cartella.$\r$\n$\r$\nPer installare in una cartella differente, clicca Sfoglia and seleziona un'altra cartella."
ShowInstDetails show
XPStyle on
Section "SezionePrincipale" SEC01
SetOutPath "$INSTDIR"
SetOverwrite on
File "allmyfiles.png"
SectionEnd