Windows Installers

Other talk that doesn't fit elsewhere.
This is for General Discussion, not General chat.
User avatar
milo christiansen
Regular
Regular
Posts: 749
Joined: 02 Jun 2009, 21:23
Location: Perrinton Michigan

Windows Installers

Post by milo christiansen »

I thought I heard (saw ;) ) one of the dev say that windows installers cant be compiled on windows, why? or do I have this wrong?
In general, if you see glowing, pulsating things in the game, you should click on them.
- Demigod Game Ganual
cybersphinx
Inactive
Inactive
Posts: 1695
Joined: 01 Sep 2006, 19:17

Re: Windows Installers

Post by cybersphinx »

"Can't be done" is usually incorrect, but short for "nobody of us knows how to do it".
User avatar
Zarel
Elite
Elite
Posts: 5770
Joined: 03 Jan 2008, 23:35
Location: Minnesota, USA
Contact:

Re: Windows Installers

Post by Zarel »

Well, not just "don't know how to do bit" but also "would require rewriting the build scripts".
User avatar
milo christiansen
Regular
Regular
Posts: 749
Joined: 02 Jun 2009, 21:23
Location: Perrinton Michigan

Re: Windows Installers

Post by milo christiansen »

Where can I get the scripts? If the answer is svn can someone email them to me?
I don't have internet at home and the computer I use can't/wont run an svn client.
My email is:
[email protected]

You do use NSIS right?
In general, if you see glowing, pulsating things in the game, you should click on them.
- Demigod Game Ganual
User avatar
Zarel
Elite
Elite
Posts: 5770
Joined: 03 Jan 2008, 23:35
Location: Minnesota, USA
Contact:

Re: Windows Installers

Post by Zarel »

http://developer.wz2100.net/browser

You don't need an SVN client to browse SVN. :P And I refuse to believe your computer seriously can't run an SVN client. What's the problem with it? What sort of error messages are you encountering?
User avatar
milo christiansen
Regular
Regular
Posts: 749
Joined: 02 Jun 2009, 21:23
Location: Perrinton Michigan

Re: Windows Installers

Post by milo christiansen »

It's a library computer With 1 shared dsl line for 8 computers most of which have kids listening to music or playing runescape, so downloads are slow, access to the console is blocked, and you can't install anything, so if you have a portable svn client that has a gui can I have a link to it please.
In general, if you see glowing, pulsating things in the game, you should click on them.
- Demigod Game Ganual
crux
Trained
Trained
Posts: 139
Joined: 16 Jan 2010, 03:21

Re: Windows Installers

Post by crux »

he gave you the link so you don't need a client
User avatar
Zarel
Elite
Elite
Posts: 5770
Joined: 03 Jan 2008, 23:35
Location: Minnesota, USA
Contact:

Re: Windows Installers

Post by Zarel »

milo christiansen wrote:It's a library computer With 1 shared dsl line for 8 computers most of which have kids listening to music or playing runescape, so downloads are slow, access to the console is blocked, and you can't install anything, so if you have a portable svn client that has a gui can I have a link to it please.
http://developer.wz2100.net/browser

I gave you a link to a portable SVN client right there in my post....
User avatar
milo christiansen
Regular
Regular
Posts: 749
Joined: 02 Jun 2009, 21:23
Location: Perrinton Michigan

Re: Windows Installers

Post by milo christiansen »

Yes but how do you download files with that? I can look at files all day but you cant say "I want dir X and all its contents downloaded to here" as far as I can see.

The main reason I want the NSIS scripts is so I can make them compile on windows and so I can make a portable installer/launcher without having to write it from scratch.
In general, if you see glowing, pulsating things in the game, you should click on them.
- Demigod Game Ganual
cybersphinx
Inactive
Inactive
Posts: 1695
Joined: 01 Sep 2006, 19:17

Re: Windows Installers

Post by cybersphinx »

Use http://warzone2100.svn.sourceforge.net/ ... rzone2100/, that has a "download tarball" link for every folder (including subfolders).
User avatar
milo christiansen
Regular
Regular
Posts: 749
Joined: 02 Jun 2009, 21:23
Location: Perrinton Michigan

Re: Windows Installers

Post by milo christiansen »

Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Now I can get the latest trunk data set maybe!
In general, if you see glowing, pulsating things in the game, you should click on them.
- Demigod Game Ganual
dmkp
Trained
Trained
Posts: 182
Joined: 08 Jan 2010, 20:50
Location: UK
Contact:

Re: Windows Installers

Post by dmkp »

Weird... because I used an installer to install 2.3.

Edit: or 2.2 whichever it were :p
User avatar
milo christiansen
Regular
Regular
Posts: 749
Joined: 02 Jun 2009, 21:23
Location: Perrinton Michigan

Re: Windows Installers

Post by milo christiansen »

Are these scripts meant to be run from a command line or what?

There are a whole bunch of symbols for which there is no !define. O_o
In general, if you see glowing, pulsating things in the game, you should click on them.
- Demigod Game Ganual
crux
Trained
Trained
Posts: 139
Joined: 16 Jan 2010, 03:21

Re: Windows Installers

Post by crux »

milo christiansen wrote:Are these scripts meant to be run from a command line or what?

There are a whole bunch of symbols for which there is no !define. O_o
they are read by the nsis installer maker program
i-NoD
Code contributor
Code contributor
Posts: 318
Joined: 30 Nov 2008, 00:42
Location: In the middle of nowhere

Re: Windows Installers

Post by i-NoD »

milo christiansen wrote:Are these scripts meant to be run from a command line or what?

There are a whole bunch of symbols for which there is no !define. O_o
To compile this script as is, you'll need to setup a MinGW environment as it described in Windows_Compile_Guide_(MinGW) section.

For your task of portable installation, I'd wouldn't bother with nsis: just unpack(by installing it or by un7zipping) any official WZ package from sf.net, add whatever bat/launcher.exe you would use and simply zip the whole folder. Use sfx if you need.
Post Reply