Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

RyanVM Windows XP SP2 Update Pack

Featured Replies

  • Author
do you add them here at the top or at the bottom  and do you do the same with txtsetup.sif

[Files] 
RVMUpPck.inf = 1,,,,,,,20,0,0
RVMUpPck.cab = 100,,,,,,_x,,3,3
d1,RVMUpPck.inf <----
d1,RVMUpPck.cab <----
d1,nlite.inf
d9,1394.in_
d9,845.in_
d9,bcm4sbxp.in_
d9,cm821f.in_
d9,net1394.in_
d9,nv4_disp.in_
d9,smwdmch4.in_
d9,845.inf
d9,1394.inf
d9,bcm4sbxp.inf
d9,nv4_disp.inf
d9,smwdmch4.inf
d9,cm821f.inf
d9,net1394.inf
d1,ntdll.dll,system32\ntdll.dll
d1,RVMUpPck.inf <----
d1,RVMUpPck.cab <----

First off, why are you adding the txtsetup.sif entries to dosnet.inf???

Second, yes, the dosnet.inf entries are fine there, but REMOVE THE TXTSETUP.SIF ENTRIES.


  • Author
About the date I think what we need to know is if hotfixes use date template from Regional and language settings.

If so, then this code will solve the problem

FOR /F %%I IN ('DATE /T') DO SET INSTALLDATE=%%I

The problem I see is that with the English version, DATE /T (or %DATE%) returns "Sun 10/10/2004" while for non-English versions, it doesn't put the day in front. Doing %DATE:~-10% fixes that because it takes the last 10 characters which appear to be the same for all languages.

do you add them here at the top or at the bottom  and do you do the same with txtsetup.sif

[Files] 
RVMUpPck.inf = 1,,,,,,,20,0,0
RVMUpPck.cab = 100,,,,,,_x,,3,3
d1,RVMUpPck.inf <----
d1,RVMUpPck.cab <----
d1,nlite.inf
d9,1394.in_
d9,845.in_
d9,bcm4sbxp.in_
d9,cm821f.in_
d9,net1394.in_
d9,nv4_disp.in_
d9,smwdmch4.in_
d9,845.inf
d9,1394.inf
d9,bcm4sbxp.inf
d9,nv4_disp.inf
d9,smwdmch4.inf
d9,cm821f.inf
d9,net1394.inf
d1,ntdll.dll,system32\ntdll.dll
d1,RVMUpPck.inf <----
d1,RVMUpPck.cab <----

First off, why are you adding the txtsetup.sif entries to dosnet.inf???

Second, yes, the dosnet.inf entries are fine there, but REMOVE THE TXTSETUP.SIF ENTRIES.

im not i just wanted to know if the placement for the files go the same

  • Author
im not i just wanted to know if the placement for the files go the same

Yeah, as long as the entries are in the correct section, it doesn't matter where in the section they are.

  • Author

Also, a little bird on my shoulder tells me a new version of nLite supporting my pack is coming soon ;)

About the date I think what we need to know is if hotfixes use date template from Regional and language settings.

If so, then this code will solve the problem

FOR /F %%I IN ('DATE /T') DO SET INSTALLDATE=%%I

The problem I see is that with the English version, DATE /T (or %DATE%) returns "Sun 10/10/2004" while for non-English versions, it doesn't put the day in front. Doing %DATE:~-10% fixes that because it takes the last 10 characters which appear to be the same for all languages.

I thought weird behavior were for non-english windows version.

%DATE% is supposed to be a short date like mm/dd/yy and now it's the english version that is not predictable.

Coding for Windows platform is all about dealing with exception.

But we know that since long time ago. ;)

  • Author
I thought weird behavior were for non-english windows version.

%DATE% is supposed to be a short date like mm/dd/yy and now it's the english version that is not predictable.

Coding for Windows platform is all about dealing with exception.

But we know that since long time ago.  ;)

Well, it's quite possible that the English version is the exception (I wouldn't have known that since it's the version I use :P). It's also quite irrelevant. If -10 works for all instances, then we're set.

Can some people using XP languages other than English confirm that for me? In a command prompt, type in

echo %DATE:~-10%

and post the results.

Can some people using XP languages other than English confirm that for me? In a command prompt, type in
echo %DATE:~-10%

and post the results.

Well, I'm using English, but my result is: 10/10/2004

echo %DATE:~-10%

Returns 11/10/2004

Im, using a Corp-English installation

echo %date%

returns 11/10/2004 but seeing not everyones is the same, so the universal version is just great :) well done swgreed I think :wacko:

"echo %DATE:~-10%" returns "11.10.2004"

actually, for me, it doesn't!

My output is: 10/11/2004

It all depends on your regional settings (more specifically: Regional and language options -> Regional options -> Customize -> Date -> Short date format).

For me %DATE% returns 11.10.04.

"echo %DATE:~-10%" returns "11.10.2004"

actually, for me, it doesn't!

My output is: 10/11/2004

German date format doesn't use slashes... it's standardized with dots ;)

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.