Re: Launch iexplore at startup ...
- From: "Bruce Eitman \(eMVP\)" <beitman.nospam@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 18 Nov 2005 08:58:44 -0500
Marco:
Using the init key to start an app should only be done with apps written to
start that early in the boot process. This is for at least two reasons:
1. The app must call SignalStarted()
2. The app may have dependencies that prevent it from starting that early,
for which it does not properly handle waiting. This is most commonly
because APIs and drivers are not yet ready to support the app.
You will do much better to use the startup folder. If you don't run the
explorer shell, you may need to support the startup folder with an app that
you supply, which does 1 and 2 above when run using the init key.
--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net
Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member
"Anthony Pellerin" <apellerin_nospam@xxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:uMf1eLE7FHA.3136@xxxxxxxxxxxxxxxxxxxxxxx
> It looks like when using the launch registry, ixplore is launched too
> early. Here are 2 things you could do :
> - using the registry, start a custom exe instead of the iexplorer.exe.
> This exe will have to wait for everything to be ready to start iexplorer.
> To do so, you can perform a dirty sleep() or try to wait what iexplorer
> really needs (using IsAPIReady for instance)
> - add a shortcut to the startup folder. To do so, have a look at pb help
> on "Creating a Shortcut File and Adding It to the OS" and don't forget to
> use .dat file so that your shortcut is copied to the startup folder on
> each boot.
> HTH
>
> --
> ----------------------------------------------------------------
> Anthony Pellerin
> ADENEO (ADESET)
> Windows Embedded Consultant
> <apellerin AT adeneo DOT adetelgroup DOT com>
> http://www.adeneo.adetelgroup.com
> Tél : +33 (0)4.72.18.57.77
> Fax : +33 (0)4.72.18.57.78
> ----------------------------------------------------------------
>
>
> "MarcoV" <marco.venturini@xxxxxx> wrote in message
> news:ubBUJRD7FHA.4076@xxxxxxxxxxxxxxxxxxxxxxx
>> iexplore if launch after the boot works perfectly.
>> how I make in the platform builder to put the shortcut iexplorer in
>> startup
>> ?
>> if use the CEFFileWiz with mine exe (embedded c++ 4.0) all works well to
>> the
>> startup but I do not succeed with iexplore
>> you can help me? thanks
>> MarcoV
>>
>> "Anthony Pellerin" <apellerin_nospam@xxxxxxxxxxxxxxxxxxxxxx> ha scritto
>> nel
>> messaggio news:OVmJJhC7FHA.3880@xxxxxxxxxxxxxxxxxxxxxxx
>>> Did you try putting a shortcut in the startup folder?
>>> Does iexplorer crashes when you start it manually (not automatically at
>>> boot)?
>>>
>>> --
>>> ----------------------------------------------------------------
>>> Anthony Pellerin
>>> ADENEO (ADESET)
>>> Windows Embedded Consultant
>>> <apellerin AT adeneo DOT adetelgroup DOT com>
>>> http://www.adeneo.adetelgroup.com
>>> Tél : +33 (0)4.72.18.57.77
>>> Fax : +33 (0)4.72.18.57.78
>>> ----------------------------------------------------------------
>>>
>>>
>>> "MarcoV" <marco.venturini@xxxxxx> wrote in message
>>> news:OUQt0dC7FHA.1248@xxxxxxxxxxxxxxxxxxxxxxx
>>> > Hi all ....
>>> > I have made thus, but on mine target the written one appears:
>>> > Application explorer.exe has performed an illegal operation and will
>>> > be
>>> > shut
>>> > down.If the problem persist, contact the program vendor.
>>> > Program: explorer.exe
>>> > Exception:0xc000001c
>>> > Address:802433f5
>>> >
>>> > If I eliminate the startup
>>> > [HKEY_LOCAL_MACHINE\Init]
>>> > "Launch60"="iexplore.exe"
>>> > "Depend60"=hex:14,00,1e,00
>>> > the system leaves normally
>>> > unfortunately I have not found null on the documentation and in groups
>>> > MarcoV
>>> >
>>> >
>>> >
>>> > "Mo" <marabo82@xxxxxxxxxxx> ha scritto nel messaggio
>>> > news:1132241647.530301.144170@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>>> >> Hi marcov,
>>> >> this issue is well discussed in the news groups!!!:)))))
>>> >>
>>> >> add this to ur registry ("platfrom.reg")
>>> >> [HKEY_LOCAL_MACHINE]\Init
>>> >> "Launch60"="iexplorer.exe"
>>> >> "Depend60"=hex:14,00,1e,00
>>> >>
>>> >> copy platfrom.reg to the release folder and do makeimg
>>> >>
>>> >
>>> >
>>>
>>>
>>
>>
>
>
.
- References:
- Re: Launch iexplore at startup ...
- From: Mo
- Re: Launch iexplore at startup ...
- From: MarcoV
- Re: Launch iexplore at startup ...
- From: Anthony Pellerin
- Re: Launch iexplore at startup ...
- From: MarcoV
- Re: Launch iexplore at startup ...
- From: Anthony Pellerin
- Re: Launch iexplore at startup ...
- Prev by Date: Re: decrease turnaround time debugging KITL probs
- Next by Date: Re: Porting of Bootloader from x86 to ARM platform..
- Previous by thread: Re: Launch iexplore at startup ...
- Next by thread: Re: Launch iexplore at startup ...
- Index(es):
Relevant Pages
|
Loading