Skip to content
⌘ NSIS Forum Archive

Execute command from start menu

4 posts

Alstom#

Execute command from start menu

hi, I would wish to execute a command from startmenu/run. Is there any way to execute a command(commandname) from StartMenu/Run automatically using NSIS and clicking the check box in one of the option? How do we know which box we would be clicking on using the NSIS?😉
Alstom#
hi, i had managed to solve the first problem.

Just search for the filename in the computer and get the location of the file.

sorry as i am quite new to this software. there are a lot of things i dunno.

As for the second problem, I still searching for the solution. If any1 know, pls kindly post a reply.

Thanks for viewing.😉
kichik#
You can use a tool like AutoIt to automate the run of an application. However, it'd be much safer, cleaner and easier to have that setting passed on using the command line. Some applications support changing a lot of settings using the command line. Check out the application's documentation to find out what it supports.