Jump to content

Service Pack for Windows ME


the_guy

Recommended Posts


@ the_guy: when I create exe, for example with iexpress, is it possible to put an alert message such as

"this windows me package is not compatible with the version of windows you are running"?

Thanks, also for link in the first post.

Edited by Max_04
Link to comment
Share on other sites

No problem.

This is what you put right above the strings line:

TargetWin9xVersion=4.90.3000:%OSWarn%:OK
TargetNTVersion=0:%OSWarn%:OK

And under the [strings] line:

OSWarn=This Service Pack is for Windows Millennium Edition only.

So, when your done, it should be:

TargetWin9xVersion=4.90.3000:%OSWarn%:OK
TargetNTVersion=0:%OSWarn%:OK
[Strings]
OSWarn=This Service Pack is for Windows Millennium Edition only.

You might want to translate the bottom line.

the_guy

Link to comment
Share on other sites

also another thing to do is to put the TWEAKUI.CNT, TWEAKUI.CPL & TWEAKUI.HLP files inside SUPP.CAB file in the ME service pack. that's what I did with the 98fe SP. saves some space. You will have to put the "LayoutFile = slayout2.inf" line under the [Version] section of the TWEAKUI.INF file and remove the [sourceDisksFiles] section. Now the ME SP will install the TweakUI files from SUPP.CAB file.

Edited by erpdude8
Link to comment
Share on other sites

Done! I'm also moving the qfecheck files to supp.cab.

the_guy

can you also add Wintop into the ME service pack? PROBLEMCHYLD made a suggestion to add Wintop into the 98se SP. I will add Wintop in the next beta of the 98fe SP.

Link to comment
Share on other sites

Done! I'm also moving the qfecheck files to supp.cab.

the_guy

I've followed erpdude8 indications.

In slayout2.inf these strings are ok?

TWEAKUI.CPL=1

TWEAKUI.HLP=1

TWEAKUI.CNT=1

QFECheck.exe=55

QFECheck.hlp=55

Link to comment
Share on other sites

@Max_04: You do not modify slayout2.inf. When you use makecab, it should create the slayout files for you. In the coming days, I will be posting the bat file I use to make the cab files, and the sed file to make the SP. This should make it easier for translators.

the_guy

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...