|
|
#1 |
|
Junior Member
Join Date: Mar 2004
Posts: 2
|
Program run on start-up
Hi there
I want a program to run on start-up/ boot (PC) and was wondering if there is something I need to include in the installer to do this.... many thanks! |
|
|
|
|
|
#2 |
|
Major Dude
|
PHP Code:
hand by comm@nder21 ---------- WiKi pages:CreateInternetShortcut|Enhanced FindWindow|Parse CSV-Data|Open/Close CD-Drive|Installer without Icon|Vista application compatibility |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Mar 2004
Posts: 2
|
brilliant!! thanks very much...
but, where do I need to put this? This is my first time creating an installer and have just used the wizard within HM NIS Edit..... any ideas? thanks again! |
|
|
|
|
|
#4 |
|
Major Dude
|
put in in any section or function, that should create this entry.
e.g.: PHP Code:
hand by comm@nder21 ---------- WiKi pages:CreateInternetShortcut|Enhanced FindWindow|Parse CSV-Data|Open/Close CD-Drive|Installer without Icon|Vista application compatibility |
|
|
|
|
|
#5 |
|
Member
Join Date: Mar 2005
Posts: 57
|
I do it on this maner :
CreateShortCut "$SMSTARTUP\application.lnk" "$ANOTHER_DIR\appl\application.exe" But i want with a radiobutton or checkbox that the user can choose for run on start-up or not. So i tried on the FINISH_PAGE !define MUI_FINISHPAGE_RUN_TEXT "Create desktop shortcut?" !define MUI_FINISHPAGE_RUN_FUNCTION "createShortcutdesktop" But like you see, i used it for createdesktop icon? Is there another solution? |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|