Desktop Wallpaper

G

Guest

I want to change the Desktop Wallpaper of default setting.
I create a component.
A bitmap file for Wallpaper is installed in the C:\Windows\Web\Wallpaper folder.
Registry date is written in the HKEY_CURRENT_USER\Control Panel\Destop\Wallpaper.
After FBA, registry cannot be written and Desktop Wallpaper is "none".
I want to know how to change the Desktop Wallpaper in the default setting.
 
B

Brad Combs

K-ta,

It's likely that your registry entry is getting overwritten during FBA. Try
adding the "Misc Command Line Utilities" to your runtime. Then in your
component create an FBA Generic Command calling reg.ese and importing your
registry entries. Set the phase of the FBA resource to 12000 with no reboot.
That should do the trick provided the registry entry is all that's needed. I
haven't tested this but it should work.

HTH,

Brad Combs
Imago Technologies
 
K

KM

K-ta,

Your registry changes are getting overwritten by "Win32 API - User" during
FBA.
So, either you set the FBA phase of your component FBA Generic command to
some late number or just go to the Registry Data of the "Win32 API - User"
component and look there for [HKCU\Control Panel\Desktop\Wallpaper] registry
entry. Change its value to set your wallpaper bitmap (make sure your TD
switched to Expert mode and View->Resources option is turned on).
 
G

Guest

Thank you everyone
I could change Wallpaper
I changed registry settings in "Win32 API - User"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top