summaryrefslogtreecommitdiff
path: root/amiga/dist/Install
Commit message (Collapse)AuthorAgeFilesLines
...
* Use Copystore to copy SObjs when install triggered by AmiUpdateChris Young2009-03-141-14/+30
| | | | svn path=/trunk/netsurf/; revision=6782
* Minor fixesChris Young2009-03-141-5/+5
| | | | svn path=/trunk/netsurf/; revision=6781
* more shared objectsChris Young2009-03-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=6778
* Force AmiUpdate to pick the part-Cairo version on OS4.1, as it hasn't seen ↵Chris Young2009-02-251-3/+4
| | | | | | | | | any release yet and I'd rather people made a conscious decision to use the static one rather than the update picking it because updating a Cairo version is impossible. svn path=/trunk/netsurf/; revision=6618
* Tidy-up and clarificationsChris Young2009-02-221-41/+47
| | | | svn path=/trunk/netsurf/; revision=6596
* File should be named "NetSurf" in all circumstances.Chris Young2009-02-211-0/+1
| | | | svn path=/trunk/netsurf/; revision=6593
* Oops. Fixed this in the wrong file, so got missed from previous commit.Chris Young2009-02-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=6592
* Fix some things which didn't work correctly when installing over an existing ↵Chris Young2009-02-211-16/+5
| | | | | | install svn path=/trunk/netsurf/; revision=6591
* Show which build we are using, modify install script to give an option of ↵Chris Young2009-02-211-13/+189
| | | | | | | | | which build needs to be installed, and do date-compare when copying shared objects if they have no version string. svn path=/trunk/netsurf/; revision=6590
* Don't show the option for AISS theme is AISS is not installedChris Young2009-02-211-6/+12
| | | | svn path=/trunk/netsurf/; revision=6588
* Remove default theme's dependency on AISSChris Young2009-02-181-2/+10
| | | | svn path=/trunk/netsurf/; revision=6567
* Remove prompts for screen dimensionsChris Young2009-01-101-36/+0
| | | | svn path=/trunk/netsurf/; revision=6029
* Actually check for the existance of the icon before attempting to copy it.Chris Young2008-12-141-7/+11
| | | | svn path=/trunk/netsurf/; revision=5913
* Copy theme's NetSurf.info if it exists and this is a new install.Chris Young2008-12-131-0/+12
| | | | svn path=/trunk/netsurf/; revision=5904
* Installation scriptsChris Young2008-11-081-0/+146
Install is a standard Installer script AutoInstall is an AmigaDOS script for AmiUpdate which calls the above Install script in an unattended install mode. svn path=/trunk/netsurf/; revision=5654