message after setup operation
hello everyone
i need help please
i need a way on how i can give the user a message that tells him to restart
his computer before the settings can be active (after the setup operation)
that will be done by the setup.exe file made by (package & deployment wizard) ?
aymun
Re: message after setup operation
I am not sure. But you can use NSIS (Nullsoft Installer) or Inno Setup. They both have wizards for automatically creating installations based on the source code (download separately). Then when you create the script you can add the message box to be displayed.