Archive: 2 Issius


2 Issius
Ive 2 things im almost sure they are possible but i couldn't find them anywhere.

- A option in the installer to disable 'start-menu' creation
- Placing a SECOND link at the finish page.

I hope somebody know the ansers to these smaal questions.

Regards

Sebas


I assume you're using the Modern UI... I don't know much about how the other UIs behave.....

There is already an option to disable start-menu creation. Look at the bottom of the start menu page in your installer. It's there already. Check out the MUI_STARTMENU_WRITE_BEGIN, MUI_STARTMENU_WRITE_END, and MUI_STARTMENU_GETFOLDER macros as well.

Placing a second link on the finish page might be more difficult. Try adding a custom function via "!define MUI_PAGE_CUSTOMFUNCTION_PRE MyFunc" then adding a new section to the $PLUGINSDIR\ioSpecial.ini file using WriteINIStr. It's just an ordinary InstallOptions page, so check that readme to see just what you need to write. (Don't forget to increment the number of Fields in the Settings section.)