/build/static/layout/Breadcrumb_cap_w.png

Deploying legacy SW with "compati mode"

Friends:

I am in need of information on replicating "compatability mode" settings when moving executables to host machines. Does anyone have any ideas on this. I have searched technet, as well as the web for info on this, and have been found wanting.

0 Comments   [ + ] Show comments

Answers (1)

Posted by: misdial 19 years ago
Yellow Belt
0
I have the answer, and am posting it below to my own thread...

I dont know if thats possible but a workaround would be to make a batch file that enables compatibility mode, runs the program and then switches off compatibility mode.

the following code runs a program called filename.exe in windows 98 compatibility mode.

CODE
set __COMPAT_LAYER=Win98
filename.exe
set __COMPAT_LAYER=
exit

Below is a list of modes you can use:

256Color
640x480
Win95
NT4SP5

The following codes sets Win95, 640x480 and 256Color

CODE
set __COMPAT_LAYER=Win95 640x480 256Color
filename.exe
set __COMPAT_LAYER=
exit


Thanks,

Misdial
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ