Friday, October 12, 2012

Make WinXP Genuine

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]

"CurrentBuild"="1.511.1 () (Obsolete data - do not use)"
"ProductId"="55274-640-7450093-23464"
"DigitalProductId"=hex:a4,00,00,00,03,00,00,00,35,35,32,37,34,2d,36,34,30,2d,\
37,34,35,30,30,39,33,2d,32,33,34,36,34,00,2e,00,00,00,41,32,32,2d,30,30,30,\
30,31,00,00,00,00,00,00,00,62,fc,61,4c,e0,26,33,16,05,d3,54,e7,a0,de,00,00,\
00,00,00,00,49,36,c2,49,20,47,0c,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,33,33,35,30,30,00,00,00,00,00,00,00,65,10,\
00,00,74,99,dd,b0,f7,07,00,00,98,10,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,c4,ae,d6,1c
"LicenseInfo"=hex:e7,77,18,19,f8,08,fc,7d,e8,f0,df,12,6e,46,cb,3f,ad,b2,dd,b9,\
15,18,16,c0,bc,c3,6a,7d,4a,80,8b,31,13,37,5a,78,a2,06,c8,6b,b9,d9,dd,cc,6a,\
9c,c5,9b,77,aa,07,8d,56,6a,7c,e4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents]

"OOBETimer"=hex:ff,d5,71,d6,8b,6a,8d,6f,d5,33,93,fd


1. COPY ALL the information from above.
2. open notepad
3. paste above info.
4. press Ctrl + S
5. Type the file Name as WIN.REG
6. Close notepad and open desktop
7. Double click on file, Win, thats now on your desktop. [it will have a green broken cuboid icon]
8. Click Yes and then Click OK.

Thursday, October 11, 2012

C:\Windows\Temp\Msftqws.pdw\$(DllSelfRegisterEx) could not be registered because it was not found


If you find this error

C:\Windows\Temp\Msftqws.pdw\$(DllSelfRegisterEx) could not be registered because it was not found



 while installing leagacy system built on VB 6.0 then you just need to go to setup.lst find DllSelfRegisterEx and replace it withDllSelfRegister and offcourse save it and then  run the installation wizard again.
Here is the process explained in steps
First you need to find a file name setup.lst in the package and deployment folder that you have created.
Then open the setup.lst file in notepad.
Replace all instances of DllSelfRegisterEx with DllSelfRegister
Save the setup.lst
Run the installation wizard again.
Hope that helps. 
It works well...

Thnx Dear..

VB6 DAO350.DLL ERROR

To try to work around this behavior, do the following steps:
  1. In the directory c:\program files\common files\microsoft shared\DAO, rename the Dao350.dll file as Dao350.old.
  2. On the Visual Basic 6.0 CD, locate the Dao350.dll file, and then copy it to the directory c:\program files\common files\microsoft shared\DAO. (The Dao350.dll file is located in the \os\system folder on the Visual Basic 6.0 CD.)
  3. To register this file, click Start, click Run, and then type or paste the following line:
            Regsvr32 "c:\program files\common files\microsoft shared\DAO\Dao350.dll"

After this process your problem will solve. If it not. Try 4th point.

      4.  Install Microsoft Data Access Components (MDAC) 2.5 or later.

If the Dao350.dll file is registered successfully in step 3, and if MDAC is installed successfully in step 4, try to install the Visual Studio 6.0 product.


If you cannot install the product successfully, contact Microsoft Developer Support. To do so, visit the following Microsoft Web site: