I am using NSIS to create an application installer which consists of multiple programm installation files, mainly .exe and .msi files.
Now I have the problem that I have a very old setup file which only works properly if I set the compatibility to Windows ME/98. Usually the Users which will run the installation don’t have the ability to run the whole installation package in compatibility mode.
Is there a command in NSIS to execute such a sub-setup in a specific compatibility mode?
You can set __COMPAT_LAYER to Win98: