| | |
Group: Forum Members Last Login: 5/30/2008 7:44:34 PM Posts: 2, Visits: 7 |
| | Some how it seems my destination.msi file is missing and Windows Installer tires to install it at boot up, however, can't locate it based on some default path where it thinks it should be... I have not been able to locate a lot of posts on this topic, however, ran accross this: Open a command prompt by being Administrator (Right click on Command Prompt and click Run as Administrator)
CD to C:\Program Files\Windows Sidebar ( cd drive letter:\Program Files\Windows Sidebar )
3. Run these commands in this order: 1. regsvr32 -u sbdrop.dll 2. regsvr32 -u wlsrvc.dll 3. regsvr32 atl.dll 4. regsvr32 sbdrop.dll 5. regsvr32 wlsrvc.dll
Anybody know what this is doing? is it safe and does it resolve the issue? Any comments, help, suggested solutions would be appreciated....  |
| |
| | | | 
Vista Forums Moderator

Group: Vista Forum Moderator Last Login: Yesterday @ 1:42:31 PM Posts: 1,024, Visits: 982 |
| It is safe, and whether or not it resolves this issue can only be found out by trying it.
So start up command prompt as administrator (type cmd in start menu, then press shift+enter)
Type "cd c:\program files\windows sidebar\" without quotes.
Then type the commands:
regsvr32 /u sbdrop.dll
regsvr32 /u wlsrvc.dll
regsvr32 atl.dll
regsvr32 sbdrop.dll
regsvr32 wlsrvc.dll
Pressing enter each time. The middle command (regsvr32 atl.dll) might not work, if it doesn't just move onto the next one.

Asus-SLI Deluxe, AMD x2 4400 (oc'd to 5000), x1900xtx (oc'd), 2GB Corsair XMS RAM 2-3-3-6 (4x512), 500GB Maxtor HDD w/ 32mb cache, 300GB Maxtor HDD w/ 16mb cache, Creative Audigy 4 (Daniel Driver Set), HVR-1100 Dvb-t hybrid TV card, 580W Hiper Type M PSU. 5.0 score on Vista Ultimate x64, 6040 3DMark 06' score on XP |
| |
| | | |
Group: Forum Members Last Login: 5/30/2008 7:44:34 PM Posts: 2, Visits: 7 |
| | Just so I am clear, if my cd drive is D, then its: "D C:\program..." Thanks... |
| |
| | | | 
Vista Forums Moderator

Group: Vista Forum Moderator Last Login: Yesterday @ 1:42:31 PM Posts: 1,024, Visits: 982 |
| No, cd is actually a command. cd stands for 'change directory'. It changes the root of where your commands are acting from. Usually you may see C:/users/username/> in command prompt. cd will change this, so in this case it will go to C:/program files/windows sidebar/> so that it can then locate the the dll which your are re registering.

Asus-SLI Deluxe, AMD x2 4400 (oc'd to 5000), x1900xtx (oc'd), 2GB Corsair XMS RAM 2-3-3-6 (4x512), 500GB Maxtor HDD w/ 32mb cache, 300GB Maxtor HDD w/ 16mb cache, Creative Audigy 4 (Daniel Driver Set), HVR-1100 Dvb-t hybrid TV card, 580W Hiper Type M PSU. 5.0 score on Vista Ultimate x64, 6040 3DMark 06' score on XP |
| |
| |
|