G
Guest
hi.
i created a custom shell with my win32 program, i want my program (a windows
dialog win32 program) to start up in the beginning. so created a custom
shell according to http://msdn2.microsoft.com/en-us/library/ms940838.aspx
i.e. in the custom shell component:
In the Extended Property dialog box, provide the following information:
Name: cmiShellPath
Format: String
Value: %SystemRoot%\System32\VC1.exe
VC1.exe is the application which i want it start up.
but when i reboot the xpe image, it shows :
Unable to locate component
the application has failed to start because oledlg.dll was not found,
re-installing the application may fix the program
but the application vc1.exe works fine under windows xp professional
how can i fix this problem? I don't know what's the meaning of
"re-installing the application". which component contains the file
oledlg.dll?
also, i replaced the default wallpaper with my own bmp file: set
HKEY_USERS\.DEFAULT\Control Panel\Desktop\wallpaper with my own bmp file.
when i reboot the image, the default green background wallpaper still flash
shortly then replaced with my own wallpaper. why? how can i get rid of this
short display the default background wallpaper?
thank you very much!
yours sincerely, winston.
i created a custom shell with my win32 program, i want my program (a windows
dialog win32 program) to start up in the beginning. so created a custom
shell according to http://msdn2.microsoft.com/en-us/library/ms940838.aspx
i.e. in the custom shell component:
In the Extended Property dialog box, provide the following information:
Name: cmiShellPath
Format: String
Value: %SystemRoot%\System32\VC1.exe
VC1.exe is the application which i want it start up.
but when i reboot the xpe image, it shows :
Unable to locate component
the application has failed to start because oledlg.dll was not found,
re-installing the application may fix the program
but the application vc1.exe works fine under windows xp professional
how can i fix this problem? I don't know what's the meaning of
"re-installing the application". which component contains the file
oledlg.dll?
also, i replaced the default wallpaper with my own bmp file: set
HKEY_USERS\.DEFAULT\Control Panel\Desktop\wallpaper with my own bmp file.
when i reboot the image, the default green background wallpaper still flash
shortly then replaced with my own wallpaper. why? how can i get rid of this
short display the default background wallpaper?
thank you very much!
yours sincerely, winston.