|
|
#1 |
|
Junior Member
Join Date: Apr 2007
Posts: 1
|
Startup Regisrty Entry
How can I put a string in the registry to add the exe file of my software as a startup item? (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\Run) Nick |
|
|
|
|
|
#2 |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
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 |
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Jun 2005
Posts: 211
|
In Vista, however, if you want to get around the annoying security popups, use HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WIndows\CurrentVersion\RunOnce or RunOnceEx
|
|
|
|
|
|
#4 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,449
|
Does RunOnce[Ex] have special access rights for all users on Vista?
You should not use RunOnce[Ex], those are for installers and whatnot, not for normal applications. Write to HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE IntOp $PostCount $PostCount + 1 |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|