A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » General XP issues or comments
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Developing CSP in XP SP3



 
 
Thread Tools Display Modes
  #1  
Old December 11th 08, 06:40 AM posted to microsoft.public.windowsxp.general
Izyani
external usenet poster
 
Posts: 5
Default Developing CSP in XP SP3

Hi,

I am currently developing the CSP program in Win XP SP3. I found from the
website that i need to replace the offset value for advapi32.dll file.

advapi32.dll - V 5.1.2600.5512
- offset 0x175A1 : change 75 to 90
- offset 0x175A2 : change 0C to 90
- offset 0x175A9 : change 0F to 90
- offset 0x175AA : change 84 to E9

after change the advapi32.dll, i replace the current machine.
- restart pc in safe mode option
- rename the advapi32.dll in c:\windows\system32 to advapi32.bak
- copy the new advapi32.dll and paste it to c:\windows\system32
- copy the new advapi32.dll and replace it in c:\windows\system32\dllcache

then i restart my PC. but, i still cannot load my test program. it returned
error 57.

fyi, before i start the development, the pc already installed all the
windows update for win XP SP3. what i did was just un-install all the windows
update for Win SP3, but only a few update cannot be remove at all.

do u have any idea to solve this problem?

thank you.

regards,
izyani
Ads
  #2  
Old December 11th 08, 06:48 AM posted to microsoft.public.windowsxp.general
Randem
external usenet poster
 
Posts: 884
Default Developing CSP in XP SP3

What is error 57? Is this a VB runtime error, VC runtime error or some other
error?????

--
Randem Systems
Your Installation Specialist
The Top Inno Setup Script Generator
http://www.randem.com/innoscript.html
http://www.rndem.com/installerproblems.html
http://www.randem.com/vistainstalls.html
http://www.financialtrainingservices.org


"Izyani" wrote in message
news
Hi,

I am currently developing the CSP program in Win XP SP3. I found from the
website that i need to replace the offset value for advapi32.dll file.

advapi32.dll - V 5.1.2600.5512
- offset 0x175A1 : change 75 to 90
- offset 0x175A2 : change 0C to 90
- offset 0x175A9 : change 0F to 90
- offset 0x175AA : change 84 to E9

after change the advapi32.dll, i replace the current machine.
- restart pc in safe mode option
- rename the advapi32.dll in c:\windows\system32 to advapi32.bak
- copy the new advapi32.dll and paste it to c:\windows\system32
- copy the new advapi32.dll and replace it in c:\windows\system32\dllcache

then i restart my PC. but, i still cannot load my test program. it
returned
error 57.

fyi, before i start the development, the pc already installed all the
windows update for win XP SP3. what i did was just un-install all the
windows
update for Win SP3, but only a few update cannot be remove at all.

do u have any idea to solve this problem?

thank you.

regards,
izyani



  #3  
Old December 11th 08, 07:21 AM posted to microsoft.public.windowsxp.general
Izyani
external usenet poster
 
Posts: 5
Default Developing CSP in XP SP3

Hi Randem,

I develop the code using Visual Studio 2005. It is not the run-time error.

Actually I used the test program from micorosft-cspdk download and amend a
little bit there.

Previously, when I run this thing, using XP SP2, I'm manage to get it
correct.

But, when I used XP SP3, it fail.

"Randem" wrote:

What is error 57? Is this a VB runtime error, VC runtime error or some other
error?????

--
Randem Systems
Your Installation Specialist
The Top Inno Setup Script Generator
http://www.randem.com/innoscript.html
http://www.rndem.com/installerproblems.html
http://www.randem.com/vistainstalls.html
http://www.financialtrainingservices.org


"Izyani" wrote in message
news
Hi,

I am currently developing the CSP program in Win XP SP3. I found from the
website that i need to replace the offset value for advapi32.dll file.

advapi32.dll - V 5.1.2600.5512
- offset 0x175A1 : change 75 to 90
- offset 0x175A2 : change 0C to 90
- offset 0x175A9 : change 0F to 90
- offset 0x175AA : change 84 to E9

after change the advapi32.dll, i replace the current machine.
- restart pc in safe mode option
- rename the advapi32.dll in c:\windows\system32 to advapi32.bak
- copy the new advapi32.dll and paste it to c:\windows\system32
- copy the new advapi32.dll and replace it in c:\windows\system32\dllcache

then i restart my PC. but, i still cannot load my test program. it
returned
error 57.

fyi, before i start the development, the pc already installed all the
windows update for win XP SP3. what i did was just un-install all the
windows
update for Win SP3, but only a few update cannot be remove at all.

do u have any idea to solve this problem?

thank you.

regards,
izyani




  #4  
Old December 12th 08, 04:52 AM posted to microsoft.public.windowsxp.general
Randem
external usenet poster
 
Posts: 884
Default Developing CSP in XP SP3

You still haven't cleared up who's error this is...

--
Randem Systems
Your Installation Specialist
The Top Inno Setup Script Generator
http://www.randem.com/innoscript.html
http://www.rndem.com/installerproblems.html
http://www.randem.com/vistainstalls.html
http://www.financialtrainingservices.org


"Izyani" wrote in message
...
Hi Randem,

I develop the code using Visual Studio 2005. It is not the run-time error.

Actually I used the test program from micorosft-cspdk download and amend a
little bit there.

Previously, when I run this thing, using XP SP2, I'm manage to get it
correct.

But, when I used XP SP3, it fail.

"Randem" wrote:

What is error 57? Is this a VB runtime error, VC runtime error or some
other
error?????

--
Randem Systems
Your Installation Specialist
The Top Inno Setup Script Generator
http://www.randem.com/innoscript.html
http://www.rndem.com/installerproblems.html
http://www.randem.com/vistainstalls.html
http://www.financialtrainingservices.org


"Izyani" wrote in message
news
Hi,

I am currently developing the CSP program in Win XP SP3. I found from
the
website that i need to replace the offset value for advapi32.dll file.

advapi32.dll - V 5.1.2600.5512
- offset 0x175A1 : change 75 to 90
- offset 0x175A2 : change 0C to 90
- offset 0x175A9 : change 0F to 90
- offset 0x175AA : change 84 to E9

after change the advapi32.dll, i replace the current machine.
- restart pc in safe mode option
- rename the advapi32.dll in c:\windows\system32 to advapi32.bak
- copy the new advapi32.dll and paste it to c:\windows\system32
- copy the new advapi32.dll and replace it in
c:\windows\system32\dllcache

then i restart my PC. but, i still cannot load my test program. it
returned
error 57.

fyi, before i start the development, the pc already installed all the
windows update for win XP SP3. what i did was just un-install all the
windows
update for Win SP3, but only a few update cannot be remove at all.

do u have any idea to solve this problem?

thank you.

regards,
izyani






  #5  
Old December 15th 08, 07:10 AM posted to microsoft.public.windowsxp.general
Izyani
external usenet poster
 
Posts: 5
Default Developing CSP in XP SP3

check the latest posting.. i explain it clearly..

for this error, i run th cspSign c xxxx.dll and i an execute the whole
program. But as what as I know, to avoid the signing, i need to replace the
advapi32.dll(which i already done previously).

"Randem" wrote:

You still haven't cleared up who's error this is...

--
Randem Systems
Your Installation Specialist
The Top Inno Setup Script Generator
http://www.randem.com/innoscript.html
http://www.rndem.com/installerproblems.html
http://www.randem.com/vistainstalls.html
http://www.financialtrainingservices.org


"Izyani" wrote in message
...
Hi Randem,

I develop the code using Visual Studio 2005. It is not the run-time error.

Actually I used the test program from micorosft-cspdk download and amend a
little bit there.

Previously, when I run this thing, using XP SP2, I'm manage to get it
correct.

But, when I used XP SP3, it fail.

"Randem" wrote:

What is error 57? Is this a VB runtime error, VC runtime error or some
other
error?????

--
Randem Systems
Your Installation Specialist
The Top Inno Setup Script Generator
http://www.randem.com/innoscript.html
http://www.rndem.com/installerproblems.html
http://www.randem.com/vistainstalls.html
http://www.financialtrainingservices.org


"Izyani" wrote in message
news Hi,

I am currently developing the CSP program in Win XP SP3. I found from
the
website that i need to replace the offset value for advapi32.dll file.

advapi32.dll - V 5.1.2600.5512
- offset 0x175A1 : change 75 to 90
- offset 0x175A2 : change 0C to 90
- offset 0x175A9 : change 0F to 90
- offset 0x175AA : change 84 to E9

after change the advapi32.dll, i replace the current machine.
- restart pc in safe mode option
- rename the advapi32.dll in c:\windows\system32 to advapi32.bak
- copy the new advapi32.dll and paste it to c:\windows\system32
- copy the new advapi32.dll and replace it in
c:\windows\system32\dllcache

then i restart my PC. but, i still cannot load my test program. it
returned
error 57.

fyi, before i start the development, the pc already installed all the
windows update for win XP SP3. what i did was just un-install all the
windows
update for Win SP3, but only a few update cannot be remove at all.

do u have any idea to solve this problem?

thank you.

regards,
izyani






 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 09:38 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.