How do you pin the application to the program file menu. The build installer in the MMF2 automatically adds to the program file list. How can you do this with Install Creator Pro?
Printable View
How do you pin the application to the program file menu. The build installer in the MMF2 automatically adds to the program file list. How can you do this with Install Creator Pro?
In the help under file options explains some of the macros you can use in Install Creator to make the entries on the state menu.
Is this what you want:
Use the #Start Menu# macro to force the shortcut to be created in the root directory of the Start menu, or use the #Startup# macro to force the shortcut to be created in the Startup sub-menu of the Programs menu.
Thanks Jeff, got it!