summaryrefslogtreecommitdiff
path: root/win/inspircd.nsi
Commit message (Expand)AuthorAgeFilesLines
* Bump a number of version numbers.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11676 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-09-051-1/+1
* Update all wiki links to point to the new wiki. This was done automatically w...•••for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar psychon2009-03-151-1/+1
* Update headers for 2009•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11021 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-02-011-1/+1
* Fix installer to work with the new name for the test confs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10815 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-11-231-2/+2
* Update nsis installer scripts with new example confs and test.conf•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10681 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-10-191-0/+5
* Tidy up in the nsis scripts, how it installs the service and removes it (hide...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10283 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-08-251-2/+4
* add service install and remove calls to installer.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10198 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-08-211-0/+2
* Update nsis installer scripts to new path of config files•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10072 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-07-261-1/+1
* Extract and run the vs redistributable to $TEMP, not to install dir. saves us...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9549 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-191-2/+4
* Bundle vcredist_x86.exe here too•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9546 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-191-0/+2
* Sucky nsis•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9060 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-021-4/+4
* This should be set as a 1.2 not 1.1 installer•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7614 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-07-291-1/+1
* OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7456 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-161-1/+272
* 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7454 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-161-272/+1
* Add sections to installer for pcre, segregate the m_filter_pcre for the insta...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7310 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-141-2/+19
* Have the installer install cert.pem and key.pem to the conf/ dir only if they...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7300 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-131-0/+4
* And get it right.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7297 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-131-1/+1
* Update descriptions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7296 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-131-4/+5
* Being as people while about the odd kludge here and there im going to spend m...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7295 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-131-3/+1
* Nasty kludge to allow for optional install of ssl:•••If the user doesnt have the ssl box ticked, the ssl modules are installed but immediately deleted by the installer, and the gnutls dlls are not installed. If the user does have the box ticked (default) the ssl section immediately puts the ssl modules back again, and then installs the gnutls libs (ick) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7294 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-131-4/+12
* Comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7250 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-061-0/+12
* Installer was defaulting the dir to c:\program files\inspircd and wouldnt pre...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7149 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-261-4/+6
* Make two sections "Binaries" and "command handlers" manditory - you won't hav...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7148 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-261-0/+5
* Change icon to something nicer than a blue arrow (our insp logo) and add the ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7147 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-261-2/+2
* Add warning to edit config files in installer•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7146 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-261-0/+1
* Add BUILD define which tells the install script what to build•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7111 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-221-5/+11
* Add .net framework version check•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7105 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-0/+62
* Fix to properly uninstall•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7104 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-83/+4
* Shortcut working dir is set to SetOutPath value, fix this so that the working...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7091 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-2/+2
* Most likely doesnt work•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7089 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-82/+2
* Install InspGUI to $INSTDIR, not $INSTDIR\Bin•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7088 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-1/+3
* Obsolete mods are in here :/•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7087 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-1/+1
* Fix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7086 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-1/+1
* Growl.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7084 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-9/+9
* Invalid COPYING path•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7083 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-1/+1
* NSIS installer script•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7082 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-0/+313