Old 9th January 2014, 10:17   #1
DevD
Junior Member
 
Join Date: Jan 2014
Posts: 3
Question help needed to use nsis

Hello everyone,I'm new to packaging and nsis is my first experience,i've read the user manual provided with nsis,written some small basic installers but now am facing challenge in creating installer which checks cpu if 64 bit or not,os version win 7 or not,ram size,IE version,MS office installed or not,user-admin or not.I've found these scripts on this forum but have no idea how to deploy it,so can anybody provide me with any tutorial links or materials for writing more effective installers?
Regards,
DevD
DevD is offline   Reply With Quote
Old 10th January 2014, 05:22   #2
th_mi
Member
 
Join Date: Sep 2005
Location: Sitting next to my desk
Posts: 56
Seems Google does not work:

Detct win7: http://forums.winamp.com/showthread.php?p=2961147
IE Version: http://nsis.sourceforge.net/Get_Inte...plorer_version
Office: http://forums.winamp.com/showthread.php?t=273376
detect x64: http://stackoverflow.com/questions/1...ng-nsis-script

This signature is currently on vacation!
th_mi is offline   Reply With Quote
Old 13th January 2014, 13:57   #3
DevD
Junior Member
 
Join Date: Jan 2014
Posts: 3
Thanks a lot but can u tell me how to implement it?
DevD is offline   Reply With Quote
Old 11th January 2014, 10:17   #4
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
http://nsis.sourceforge.net/Get_Inte...plorer_version is rather outdated and will report '9' for 10 and 11. Microsoft recommends you detect the version by reading it from iexplore.exe instead (use GetFileVersion).

Stu
Afrow UK is offline   Reply With Quote
Old 13th January 2014, 14:02   #5
DevD
Junior Member
 
Join Date: Jan 2014
Posts: 3
Quote:
Originally Posted by Afrow UK View Post
http://nsis.sourceforge.net/Get_Inte...plorer_version is rather outdated and will report '9' for 10 and 11. Microsoft recommends you detect the version by reading it from iexplore.exe instead (use GetFileVersion).

Stu
Thanks but i need to know how to implement these scripts
DevD is offline   Reply With Quote
Old 13th January 2014, 21:49   #6
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
I have already explained you need to use GetFileVersion (look for it in the manual). You know where iexplore.exe is ($PROGRAMFILES).

Stu
Afrow UK is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump