Upgrade Scenario in NSIS
Hi Guys,
Here is what I am trying to do:
1. There is already an older version of the product that has been installed.
2. If a newer version is installed it will invoke the uninstall.exe in $INSTDIR.
Up to this point I got it working but my problem are the following:
1. When I use the code below. It always prompts the Reboot Dialog at the end even if I
specified MUI_FINISHPAGE_NOREBOOTSUPPORT for MUI_UNPAGE_FINISH.
ExecWait '"$INSTDIR\uninstall.exe" _?=$INSDIR'
2. When I uninstall using the Standalone uninstall.exe it doesn't show this reboot dialog.
Please help me. For those who encountered this one. You can also give some tips on any workaround I can try.
Thanks a lot! :)