|
|
|
#1
|
|||
|
|||
|
Someone can help me ? What is the code for add this option in the iss script. Thanks
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
Quote:
StartMenuIcon:=CheckBoxCreate(WizardForm,x,x,x,x,' Create Start Menu Icons'); CheckBoxSetChecked(StartMenuIcon,True); It creates a checkbox but you need to declare first StartMenuIcon as variable and add it in procedures as CheckBoxOnUp,CheckBoxOnUpdown , .. etc. Last edited by -NORO-; 27-08-2017 at 11:44. |
|
#3
|
|||
|
|||
|
Quote:
I try to copy this same function and replace the 'DesktopChk' with 'StartMenuIcon', but dont worked. Can you help me? Code:
function CreateShortcuts:Boolean;
begin
if ISDoneError then
Result:=False
else
Result:=CheckBoxGetChecked(DesktopChk);
end;
Last edited by Sebazz; 27-08-2017 at 15:49. |
|
#4
|
|||
|
|||
|
Installer Request
Razor12911 brother plz provide download link for EZ Installer(GUI) with UltraArc Support(Precompmt).
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1613 | 03-10-2024 01:24 |
| Windows XP - Tricks | gargujjwal | Software | 3 | 25-05-2008 02:54 |
| Error Windows Installer: Command And Conquer 3 Kane Edition | glfsd | PC Games | 14 | 24-01-2008 06:00 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |