Jump to content
SubSpace Forum Network

Recommended Posts

  • 2 weeks later...
Posted
how do you update the directory servers? In my installer i currently have it write them to the registry.

 

I did the same thing. HKCU \ Software \ Continuum \ Options - DirectoryServer. Now that I think about it I think I seperated them with commas's instead of spaces although it seemed to work fine.

Posted

Just something to think about...

 

Before making it the main installer you may wish to consider making the installer a plain .exe file. Windows Installer (msi) is not installed on some computers and also may mean harder setup on wine (correct me if im wrong im just guessing here..).

 

The existing .exe installer at SSDL (which my 0.39pre1 installer is based on) needs no third party components is also a smaller download...

Posted
I've looked at NSIS as a possible replacement but it requires learning yet another form of scripting. I also looked at building the installed in VS but it also uses Windows Installer. Since posting the latest download it'd gotten over 100 downloads. I will however look around and see what i can find.
Posted
I've looked at NSIS as a possible replacement but it requires learning yet another form of scripting. I also looked at building the installed in VS but it also uses Windows Installer. Since posting the latest download it'd gotten over 100 downloads. I will however look around and see what i can find.

 

The installer at SSDL uses innoSetup. http://www.jrsoftware.org This doesnt need much scripting knowledge if you are doing something simple and you can download a free gui program for it. http://www.jrsoftware.org/is3rdparty.php There is also a decompiler http://innounp.sourceforge.net/ so you can extract the script of the orignal setup and use that as a starting point.

 

If you want you can use the decompiler on my setup as well as the SSDL and see what changes i made (I am happy to give the raw script if u want it as well) I cut a few files out to reduce download time.

Guest
This topic is now closed to further replies.
×
×
  • Create New...