Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 8th June 2012, 08:58   #1
punitjain
Junior Member
 
Join Date: Mar 2012
Posts: 6
how to start java app when windows starts??

hello i have created a java application, and created installer using nsis.
but i want when system turn on, my application should automatically starts, how can i do this??
punitjain is offline   Reply With Quote
Old 8th June 2012, 11:11   #2
mrjohn
Junior Member
 
Join Date: Feb 2009
Posts: 40
You could write to registry,something like this :

PHP Code:
WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Run" 
 "My app" "$INSTDIR\myexefile.exe" 
mrjohn is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump