IE as shell

  • Thread starter Thread starter Franz Leu
  • Start date Start date
F

Franz Leu

Hi

I have a running design with minlogon and IE ...
Currently I have a command shell. I now want to have IE as shell.
Do I have to design a component with IE as shell or is there an easier way?
If I need to design a component, do I have to re-include IE there since it
is already included in target designer?

Thanks for your help.
Franz
 
Franz,

You are right my mind played trick on me.

Yes you will have to create custom shell component per instructions in
product documentation. (Read about custom shell.)
It would be a good thing (although not requried) to add to component
dependencies on IE.
This is just one entry in CD, and it is good for future projects. (TD will
bring IE automaticaly in them)

Regards,
Slobodan
 
Slobodan,

Thanks, I will try to set that up according the article on MSDN.
Just one more thing to make sure:
If I add a dependency to IE, I will not have to add any files to this
component, only the reg entries for the shell. Correct?

Thanks a lot
Franz
 
Franz,
If I add a dependency to IE, I will not have to add any files to this
component, only the reg entries for the shell. Correct?

Correct.

Dependencies are just a list of components that should be present in image
in order for component that you make to work.
If these component are not in your image TD will tell you that when you do
dependency check (or add these if auto-resolve dependencies is turned on).

Regards,
Slobodan
 
Back
Top