I have an application to install on Windows Server 2008, which is not natively supported by the installer. The application installer permits installation on Windows Vista(or XP, or 7). I do not want to use compatibility mode; even if I did it doesn't work.

So, how can I spoof the installer to believe it is Windows Vista(or XP, or 7) so that it can proceed with the installation?

Notes: This is an experimental machine, so I am not concerned about stability of the host or the application.

link|improve this question
feedback

1 Answer

If it's a self extracting archive file, you can try unpacking it and running the MSI by itself. This might bypass the OS check of the installer. I've had to do that with a product before.

link|improve this answer
@Holocryptic Thanks for the recommendation. I attempted what you have outlined, but the installer is smart enough to find out it is not a supported target OS. – t3. Apr 12 '10 at 17:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.