PC Review


Reply
Thread Tools Rate Thread

Custom Shell Path

 
 
=?Utf-8?B?WXVuTGVl?=
Guest
Posts: n/a
 
      3rd Aug 2005
I add a custom shell to my Image with path "c:\windows\myShell\" and I put
the exe and dll into the folder. but when system startup. it notified me
cann't find *.dll. what can I do?
if i add all the exe and dll into the c:\windows\system32 . It words good.
 
Reply With Quote
 
 
 
 
KM
Guest
Posts: n/a
 
      3rd Aug 2005
YunLee,

You need to set properly the current directory for your shell application.

One way would be to launch the shell application with CreateProcess from another simple app. You can pass the current directory
("c:\windows\myShell') to the API call.

Or load all libraries (Dlls) dynamically with LoadLibrary specifying the entire paths.

Or you can add your shell directory to system environment path ([HKLM\SYSTEM\CurrentControlSet\Control\Session
Manager\Environment],"Path").

--
Regards,
KM

>I add a custom shell to my Image with path "c:\windows\myShell\" and I put
> the exe and dll into the folder. but when system startup. it notified me
> cann't find *.dll. what can I do?
> if i add all the exe and dll into the c:\windows\system32 . It words good.



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Open Path with shell application!!! jonesfranckandi@yahoo.fr Microsoft Access Form Coding 2 26th Jan 2007 09:13 PM
Working path for my own Shell Program Angel Windows XP Embedded 1 5th Apr 2006 09:18 AM
Custom Shell or Exploror based shell =?Utf-8?B?ZWNvdWxzb24=?= Windows XP Embedded 2 17th Feb 2006 06:37 PM
Shell function has a path with embedded blanks =?Utf-8?B?RG91ZyBGLg==?= Microsoft Access VBA Modules 3 15th Dec 2005 08:48 PM
EWF Custom Shell no installer -> updating the shell in the field Mick Windows XP Embedded 12 3rd Mar 2004 09:02 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:39 AM.