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" <(E-Mail Removed)> escreveu na mensagem
news:071801c3bef4$b4693fc0$(E-Mail Removed)...
> 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" <(E-Mail Removed)> escreveu na mensagem
> >news:(E-Mail Removed)...
> >> As in you need instructions on how to create a
> component?
> >>
> >> "Jose Reinaldo" <(E-Mail Removed)> wrote in message
> >> news:(E-Mail Removed)...
> >> > Would you have any link that explain how I can make
> this thing? Thank
> >you.
> >> >
> >> > "Heidi Linda eMVP" <(E-Mail Removed)> escreveu na
> mensagem
> >> > news:(E-Mail Removed)...
> >> > > 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" <(E-Mail Removed)> wrote in
> message
> >> > > news:%(E-Mail Removed)...
> >> > > > 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" <(E-Mail Removed)> escreveu na
> mensagem
> >> > > > news:%(E-Mail Removed)...
> >> > > > > 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" <(E-Mail Removed)> wrote
> in message
> >> > > > > news:(E-Mail Removed)...
> >> > > > > > How can I make an application run
> automatically when my embedded
> >> > > system
> >> > > > > > starts? As the HelloWorld for example.
> >> > > > > >
> >> > > > > > Thanks
> >> > > > > > J Reinaldo
> >> > > > > > Sao Paulo - Brazil
> >> > > > > >
> >> > > > > >
> >> > > > >
> >> > > > >
> >> > > >
> >> > > >
> >> > >
> >> > >
> >> >
> >> >
> >>
> >>
> >
> >
> >.
> >
|