Old 19th December 2009, 15:19   #1
bauerj
Junior Member
 
Join Date: Dec 2009
Posts: 2
Is this possible with NSIS?

Hello,

I want to make a Windows-Installer for a python program. This installer should first check if python is installed and if not download it from the python-site and install. Then it should download the program from a page that redirects to the real zip-archive and unzip it. And of course it should make a link in the startmenu, but i think thats easy.

Is this possible with NSIS? If so, plese give me tips how I can do this.

PS: Sorry for my English, Im German.
bauerj is offline   Reply With Quote
Old 19th December 2009, 17:44   #2
MSG
Major Dude
 
Join Date: Oct 2006
Posts: 1,892
- To check for a suitable python installation, you can probably check some regkey somewhere.
- To download files, use an internet plugin such as NSISdl.
- To unzip, use an unzip plugin such as nsUnzip or ZipDLL
MSG is offline   Reply With Quote
Old 26th December 2009, 16:49   #3
bauerj
Junior Member
 
Join Date: Dec 2009
Posts: 2
And how can I find out the python regkeys?
bauerj is offline   Reply With Quote
Old 27th December 2009, 07:34   #4
MSG
Major Dude
 
Join Date: Oct 2006
Posts: 1,892
Quote:
Originally posted by bauerj
And how can I find out the python regkeys?
Ask around in an appropriate python forum somewhere? If you want to know something about application X, it's usually best to ask people who know something about application X.
MSG is offline   Reply With Quote
Old 27th December 2009, 10:50   #5
Yathosho
Forum King
 
Yathosho's Avatar
 
Join Date: Jan 2002
Location: AT-DE
Posts: 3,366
Quote:
Originally posted by bauerj
And how can I find out the python regkeys?
in many cases a simple search in the registry also helps
Yathosho 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