|
|
#1 |
|
Junior Member
Join Date: Jun 2008
Posts: 5
|
Cannot get CheckBox to appear
I am trying to create a simple installer and on the finishpage I want to have 3 checkboxes:
1 for running the app after the install 1 for creating a Desktop shortcut 1 for creating a QuickLaunch shortcut I am using MUI_FINISHPAGE_RUN for running the app, and MUI_FINISHPAGE_SHOWREADME for creating the Desktop shortcut. Those both work fine. However, I am having a tough time getting the QuickLaunch checkbox to show. Here are the functions I am using, which were obtained from another thread on here: code: I checked the IOSpecial.INI while it is running and the entry for the CheckBox (Field 6) does appear, but it never shows up in the installer. EDIT: Also, the QuickLaunch shortcut IS made during the install. It appears after clicking the "Next" button on the welcome screen. Any help with this would be much appreciated. Thanks. |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Jun 2008
Posts: 5
|
Quick update:
I re-made my installer script and curiously the CheckBox entry in the iospecial.ini for the QuickLaunch appears once on the finishpage, but the checkbox still doesn't show. Here is a screenshot of iospecial.ini opened in the HM NIS InstallOptions Editor (while installer is running on finishpage) ![]() And here is a screenshot of how it looks while running
|
|
|
|
|
|
#3 |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
You should add the creation of the checkbox into the pre function and the control colors thing into the show function.
Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Jun 2008
Posts: 5
|
Damn it. It works perfectly now. Thank you!
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|