Installation of usual programs

  • Thread starter Thread starter schmecks
  • Start date Start date
S

schmecks

I've got to install usual programs (a complete suite) on
my XPe image and it requires Windows XP SP1. When starting
setup it say that it requires Windows XP SP1. I'm using
XPe SP1. So what is the problem and how can I resolve it?
Thanks
 
Sorry, but applying the reg-values for CSDVersion did not

That means exactly what?
You don't see that XPE is now SP1 or your app still wont work.

If you set,
HKLM\SYSTEM\CurrentControlSet\Control\Windows\CSDVersion,
REG_DWORD,value 0x100


Then GetVersion will return all values as winxp.

Only difference is wSuiteMask that have value for:
XP Pro: VER_SUITE_SINGLEUSERTS 0x00000100
XPE: VER_SUITE_EMBEDDEDNT 0x00000040


So if your app is not trying to access some other values from registry or
test some OS files this should do all the job.


Best regards,
Slobodan
 
-----Original Message-----

That means exactly what?
You don't see that XPE is now SP1 or your app still wont work.

If you set,
HKLM\SYSTEM\CurrentControlSet\Control\Windows\CSDVersion,
REG_DWORD,value 0x100


Then GetVersion will return all values as winxp.

Only difference is wSuiteMask that have value for:
XP Pro: VER_SUITE_SINGLEUSERTS 0x00000100
XPE: VER_SUITE_EMBEDDEDNT 0x00000040


So if your app is not trying to access some other values from registry or
test some OS files this should do all the job.


Best regards,
Slobodan


.
Slobodan,
The application that I have to install does not let me do
the installation. But in the interim the vendor told me
that there is a problem with Windows XPe or the software
that will be solved in a future release.
Schmecks
 
Back
Top