PC Review
Forums
Newsgroups
Windows XP
Windows XP Embedded
Run an application in a startup
Forums
Newsgroups
Windows XP
Windows XP Embedded
Run an application in a startup
![]() |
Run an application in a startup |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
How can I make an application run automatically when my embedded system
starts? As the HelloWorld for example. Thanks J Reinaldo Sao Paulo - Brazil |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Run Key. My application runs a batch file then locks itself on startup:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "Startup"="c:\\startup\\startup.bat" "lock"="rundll32 user32.dll,LockWorkStation" "Jose Reinaldo" <jrsilvasp@hotmail.com> wrote in message news:O5gaHblvDHA.556@TK2MSFTNGP11.phx.gbl... > How can I make an application run automatically when my embedded system > starts? As the HelloWorld for example. > > Thanks > J Reinaldo > Sao Paulo - Brazil > > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Do you know if exist only this way to run an application automatically? I
though that there was one way inside the TD or with another tool. "Heidi Linda eMVP" <hll@btspam.co.uk> escreveu na mensagem news:%23KicfflvDHA.2508@TK2MSFTNGP12.phx.gbl... > Run Key. My application runs a batch file then locks itself on startup: > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] > "Startup"="c:\\startup\\startup.bat" > "lock"="rundll32 user32.dll,LockWorkStation" > > "Jose Reinaldo" <jrsilvasp@hotmail.com> wrote in message > news:O5gaHblvDHA.556@TK2MSFTNGP11.phx.gbl... > > How can I make an application run automatically when my embedded system > > starts? As the HelloWorld for example. > > > > Thanks > > J Reinaldo > > Sao Paulo - Brazil > > > > > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
You can add that reg key to a component...you can import reg files into
component designer, though beware of anthing with spaces in as it tends to strip them. "Jose Reinaldo" <jrsilvasp@hotmail.com> wrote in message news:%23WUpxMnvDHA.620@TK2MSFTNGP10.phx.gbl... > Do you know if exist only this way to run an application automatically? I > though that there was one way inside the TD or with another tool. > > "Heidi Linda eMVP" <hll@btspam.co.uk> escreveu na mensagem > news:%23KicfflvDHA.2508@TK2MSFTNGP12.phx.gbl... > > Run Key. My application runs a batch file then locks itself on startup: > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] > > "Startup"="c:\\startup\\startup.bat" > > "lock"="rundll32 user32.dll,LockWorkStation" > > > > "Jose Reinaldo" <jrsilvasp@hotmail.com> wrote in message > > news:O5gaHblvDHA.556@TK2MSFTNGP11.phx.gbl... > > > How can I make an application run automatically when my embedded system > > > starts? As the HelloWorld for example. > > > > > > Thanks > > > J Reinaldo > > > Sao Paulo - Brazil > > > > > > > > > > > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Would you have any link that explain how I can make this thing? Thank you.
"Heidi Linda eMVP" <hll@btspam.co.uk> escreveu na mensagem news:u6H7YTnvDHA.1340@TK2MSFTNGP09.phx.gbl... > You can add that reg key to a component...you can import reg files into > component designer, though beware of anthing with spaces in as it tends to > strip them. > > "Jose Reinaldo" <jrsilvasp@hotmail.com> wrote in message > news:%23WUpxMnvDHA.620@TK2MSFTNGP10.phx.gbl... > > Do you know if exist only this way to run an application automatically? I > > though that there was one way inside the TD or with another tool. > > > > "Heidi Linda eMVP" <hll@btspam.co.uk> escreveu na mensagem > > news:%23KicfflvDHA.2508@TK2MSFTNGP12.phx.gbl... > > > Run Key. My application runs a batch file then locks itself on startup: > > > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] > > > "Startup"="c:\\startup\\startup.bat" > > > "lock"="rundll32 user32.dll,LockWorkStation" > > > > > > "Jose Reinaldo" <jrsilvasp@hotmail.com> wrote in message > > > news:O5gaHblvDHA.556@TK2MSFTNGP11.phx.gbl... > > > > How can I make an application run automatically when my embedded > system > > > > starts? As the HelloWorld for example. > > > > > > > > Thanks > > > > J Reinaldo > > > > Sao Paulo - Brazil > > > > > > > > > > > > > > > > > > > > |
|
|
|
#6 |
|
Guest
Posts: n/a
|
As in you need instructions on how to create a component?
"Jose Reinaldo" <jrsilvasp@hotmail.com> wrote in message news:e3DFwjnvDHA.2712@TK2MSFTNGP11.phx.gbl... > Would you have any link that explain how I can make this thing? Thank you. > > "Heidi Linda eMVP" <hll@btspam.co.uk> escreveu na mensagem > news:u6H7YTnvDHA.1340@TK2MSFTNGP09.phx.gbl... > > You can add that reg key to a component...you can import reg files into > > component designer, though beware of anthing with spaces in as it tends to > > strip them. > > > > "Jose Reinaldo" <jrsilvasp@hotmail.com> wrote in message > > news:%23WUpxMnvDHA.620@TK2MSFTNGP10.phx.gbl... > > > Do you know if exist only this way to run an application automatically? > I > > > though that there was one way inside the TD or with another tool. > > > > > > "Heidi Linda eMVP" <hll@btspam.co.uk> escreveu na mensagem > > > news:%23KicfflvDHA.2508@TK2MSFTNGP12.phx.gbl... > > > > Run Key. My application runs a batch file then locks itself on > startup: > > > > > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] > > > > "Startup"="c:\\startup\\startup.bat" > > > > "lock"="rundll32 user32.dll,LockWorkStation" > > > > > > > > "Jose Reinaldo" <jrsilvasp@hotmail.com> wrote in message > > > > news:O5gaHblvDHA.556@TK2MSFTNGP11.phx.gbl... > > > > > How can I make an application run automatically when my embedded > > system > > > > > starts? As the HelloWorld for example. > > > > > > > > > > Thanks > > > > > J Reinaldo > > > > > Sao Paulo - Brazil > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
|
|
|
#7 |
|
Guest
Posts: n/a
|
I need instructions how to create a component that initialize on boot
without shells or other that is not essencial. I apologize you for my poor english. "Heidi Linda eMVP" <hll@btspam.co.uk> escreveu na mensagem news:eTFBiwnvDHA.3224@tk2msftngp13.phx.gbl... > As in you need instructions on how to create a component? > > "Jose Reinaldo" <jrsilvasp@hotmail.com> wrote in message > news:e3DFwjnvDHA.2712@TK2MSFTNGP11.phx.gbl... > > Would you have any link that explain how I can make this thing? Thank you. > > > > "Heidi Linda eMVP" <hll@btspam.co.uk> escreveu na mensagem > > news:u6H7YTnvDHA.1340@TK2MSFTNGP09.phx.gbl... > > > You can add that reg key to a component...you can import reg files into > > > component designer, though beware of anthing with spaces in as it tends > to > > > strip them. > > > > > > "Jose Reinaldo" <jrsilvasp@hotmail.com> wrote in message > > > news:%23WUpxMnvDHA.620@TK2MSFTNGP10.phx.gbl... > > > > Do you know if exist only this way to run an application > automatically? > > I > > > > though that there was one way inside the TD or with another tool. > > > > > > > > "Heidi Linda eMVP" <hll@btspam.co.uk> escreveu na mensagem > > > > news:%23KicfflvDHA.2508@TK2MSFTNGP12.phx.gbl... > > > > > Run Key. My application runs a batch file then locks itself on > > startup: > > > > > > > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] > > > > > "Startup"="c:\\startup\\startup.bat" > > > > > "lock"="rundll32 user32.dll,LockWorkStation" > > > > > > > > > > "Jose Reinaldo" <jrsilvasp@hotmail.com> wrote in message > > > > > news:O5gaHblvDHA.556@TK2MSFTNGP11.phx.gbl... > > > > > > How can I make an application run automatically when my embedded > > > system > > > > > > starts? As the HelloWorld for example. > > > > > > > > > > > > Thanks > > > > > > J Reinaldo > > > > > > Sao Paulo - Brazil > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
|
|
|
#8 |
|
Guest
Posts: n/a
|
Hey
You open your component designer. Create a new component. Add as registry data: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersi on\Run] "Yourapp"="c:\yourapp\yourapp.exe" So the name = Yourapp Type=reg_sz Data =c:\yourapp\yourapp.exe Remove the " Save your component and add it to your database. goodluck >-----Original Message----- >I need instructions how to create a component that initialize on boot >without shells or other that is not essencial. I apologize you for my poor >english. > >"Heidi Linda eMVP" <hll@btspam.co.uk> escreveu na mensagem >news:eTFBiwnvDHA.3224@tk2msftngp13.phx.gbl... >> As in you need instructions on how to create a component? >> >> "Jose Reinaldo" <jrsilvasp@hotmail.com> wrote in message >> news:e3DFwjnvDHA.2712@TK2MSFTNGP11.phx.gbl... >> > Would you have any link that explain how I can make this thing? Thank >you. >> > >> > "Heidi Linda eMVP" <hll@btspam.co.uk> escreveu na mensagem >> > news:u6H7YTnvDHA.1340@TK2MSFTNGP09.phx.gbl... >> > > You can add that reg key to a component...you can import reg files >into >> > > component designer, though beware of anthing with spaces in as it >tends >> to >> > > strip them. >> > > >> > > "Jose Reinaldo" <jrsilvasp@hotmail.com> wrote in message >> > > news:%23WUpxMnvDHA.620@TK2MSFTNGP10.phx.gbl... >> > > > Do you know if exist only this way to run an application >> automatically? >> > I >> > > > though that there was one way inside the TD or with another tool. >> > > > >> > > > "Heidi Linda eMVP" <hll@btspam.co.uk> escreveu na mensagem >> > > > news:%23KicfflvDHA.2508@TK2MSFTNGP12.phx.gbl... >> > > > > Run Key. My application runs a batch file then locks itself on >> > startup: >> > > > > >> > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersi on\Run] >> > > > > "Startup"="c:\\startup\\startup.bat" >> > > > > "lock"="rundll32 user32.dll,LockWorkStation" >> > > > > >> > > > > "Jose Reinaldo" <jrsilvasp@hotmail.com> wrote in message >> > > > > news:O5gaHblvDHA.556@TK2MSFTNGP11.phx.gbl... >> > > > > > How can I make an application run automatically when my embedded >> > > system >> > > > > > starts? As the HelloWorld for example. >> > > > > > >> > > > > > Thanks >> > > > > > J Reinaldo >> > > > > > Sao Paulo - Brazil >> > > > > > >> > > > > > >> > > > > >> > > > > >> > > > >> > > > >> > > >> > > >> > >> > >> >> > > >. > |
|
|
|
#9 |
|
Guest
Posts: n/a
|
Ok, this is a good hint! Thanks!
But where do I put "myapp=c:\myapp\myapp.exe"? Where do I put the line "Data=c:\myapp\myapp.exe" ? How can I put the DLL file that my application needs? "JB" <Jaap@removethis.micropower.nl> escreveu na mensagem news:071801c3bef4$b4693fc0$a501280a@phx.gbl... > Hey > > You open your component designer. Create a new component. > Add as registry data: > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersi > on\Run] > "Yourapp"="c:\yourapp\yourapp.exe" > So the name = Yourapp > Type=reg_sz > Data =c:\yourapp\yourapp.exe > Remove the " > > Save your component and add it to your database. > > goodluck > >-----Original Message----- > >I need instructions how to create a component that > initialize on boot > >without shells or other that is not essencial. I > apologize you for my poor > >english. > > > >"Heidi Linda eMVP" <hll@btspam.co.uk> escreveu na mensagem > >news:eTFBiwnvDHA.3224@tk2msftngp13.phx.gbl... > >> As in you need instructions on how to create a > component? > >> > >> "Jose Reinaldo" <jrsilvasp@hotmail.com> wrote in message > >> news:e3DFwjnvDHA.2712@TK2MSFTNGP11.phx.gbl... > >> > Would you have any link that explain how I can make > this thing? Thank > >you. > >> > > >> > "Heidi Linda eMVP" <hll@btspam.co.uk> escreveu na > mensagem > >> > news:u6H7YTnvDHA.1340@TK2MSFTNGP09.phx.gbl... > >> > > You can add that reg key to a component...you can > import reg files > >into > >> > > component designer, though beware of anthing with > spaces in as it > >tends > >> to > >> > > strip them. > >> > > > >> > > "Jose Reinaldo" <jrsilvasp@hotmail.com> wrote in > message > >> > > news:%23WUpxMnvDHA.620@TK2MSFTNGP10.phx.gbl... > >> > > > Do you know if exist only this way to run an > application > >> automatically? > >> > I > >> > > > though that there was one way inside the TD or > with another tool. > >> > > > > >> > > > "Heidi Linda eMVP" <hll@btspam.co.uk> escreveu na > mensagem > >> > > > news:%23KicfflvDHA.2508@TK2MSFTNGP12.phx.gbl... > >> > > > > Run Key. My application runs a batch file then > locks itself on > >> > startup: > >> > > > > > >> > > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersi > on\Run] > >> > > > > "Startup"="c:\\startup\\startup.bat" > >> > > > > "lock"="rundll32 user32.dll,LockWorkStation" > >> > > > > > >> > > > > "Jose Reinaldo" <jrsilvasp@hotmail.com> wrote > in message > >> > > > > news:O5gaHblvDHA.556@TK2MSFTNGP11.phx.gbl... > >> > > > > > How can I make an application run > automatically when my embedded > >> > > system > >> > > > > > starts? As the HelloWorld for example. > >> > > > > > > >> > > > > > Thanks > >> > > > > > J Reinaldo > >> > > > > > Sao Paulo - Brazil > >> > > > > > > >> > > > > > > >> > > > > > >> > > > > > >> > > > > >> > > > > >> > > > >> > > > >> > > >> > > >> > >> > > > > > >. > > |
|
|
|
#10 |
|
Guest
Posts: n/a
|
Hey jose
For your first question. Open the target designer. Put a registry key with the: Extra Registry Data. Use the add function to add one key. Browse the the key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersi on\Run] In the box value name put the name of your app, example myapp Change the type to reg_sz. Put in the value box the path of your app in your build, like c:\myapp.exe. The dll and the rest of your application is already in your build. This key is meant to start an application that is installed. >-----Original Message----- >Ok, this is a good hint! Thanks! >But where do I put "myapp=c:\myapp\myapp.exe"? >Where do I put the line "Data=c:\myapp\myapp.exe" ? I meant with this line that the registry value must be c:\myapp\myapp.exe good luck |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

