How can I verify the Windows version and deny installation to anything prior to Windows 7?
Thanks!
How can I verify the Windows version and deny installation to anything prior to Windows 7?
Thanks!
There is no option for this in ICP...
Package your app/game as normal then rename it to install.data then create an app named setup.exe that checks windows version, if 7+ then rename install.data to install.exe and run it.
For extra security you can encrypt the file and only unencrypt for windows 7+, this is also a good way to put advertisments in your installer ^_^
yes sort of.. there is the options under the "files" Tab you will see a "windows" tab at bottom right, where you can select what windows versions to allow
however the option is for Vista/Win7, so it would allow to install on vista, other wise use the above method
Also can use the "Do not start install if.. " option under the options tab
to look for a file that only exists in win7+
For extra security you can encrypt the file and only unencrypt for windows 7+.