Archive: Windows7


Windows7
Hi forum,

are there any expected problems with NSIS and Windows7?
Does anybody have experiences with Windows7 already?

I just need do know if there is much to change in the NSIS codes I have or if everything will continue working on Windows7.

Thanks,

PTKWulfila


The Windows 7 RC is available for download - easy enough to test against.

If you happen to need to check for Windows version, see:
http://forums.winamp.com/showthread.php?threadid=305675
( in summary: WinVer.nsh ( WinVerGetMajor + WinVerGetMinor >= 6.1 ) )

Other than that... if your installer currently works on Vista (requestexecutionlevel, any possible UAC bits and pieces), it should work in Windows Se7en just as well.