Skip to content

Commit

Permalink
Do not show false messagebox when moving cfgfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz authored and Marco van Wieringen committed Feb 17, 2015
1 parent 153a87f commit f17b3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/win32/winbareos.nsi
Expand Up @@ -290,7 +290,7 @@ move:
MessageBox MB_OK|MB_ICONINFORMATION \
"Existing config file saved as $APPDATA\${PRODUCT_NAME}\${fname}.old" \
/SD IDOK
GOTO +3
GOTO skipmsgbox
keep:
Rename "$PLUGINSDIR\${fname}" "$APPDATA\${PRODUCT_NAME}\${fname}.new"
StrCmp $Upgrading "yes" skipmsgbox # during upgrade keep existing file without messagebox
Expand Down

0 comments on commit f17b3c1

Please sign in to comment.