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
Windows7
2 posts
The Windows 7 RC is available for download - easy enough to test against.
If you happen to need to check for Windows version, see:
( 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.
If you happen to need to check for Windows version, see:
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
( 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.