Notepad++ installer made with NSIS. All NSIS installers can be run with /S command line option. You can also use /D option to change the location where the program will be installed.
I am somewhat familiar with NSIS, but my dilema is that I want to do a silent install and have the shortcuts made for all users. I run my scripts as an admin so everything installs correctly and notepad++ will put the shortcuts in the Start Menu for that user only instead of all users. Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Witch options do i have to make a silent or unattended installation.
Regards
Allan
Notepad++ installer made with NSIS. All NSIS installers can be run with /S command line option. You can also use /D option to change the location where the program will be installed.
More information can be found here:
http://nsis.sourceforge.net/Which_command_line_parameters_can_be_used_to_configure_installers
I am somewhat familiar with NSIS, but my dilema is that I want to do a silent install and have the shortcuts made for all users. I run my scripts as an admin so everything installs correctly and notepad++ will put the shortcuts in the Start Menu for that user only instead of all users. Any ideas?