#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Christoph Wille 0a28938bc2 B3 Revision of Setup 19 years ago
..
FileAssociations.nsh Changed file names of setup scripts 20 years ago
SetupScript.nsi B3 Revision of Setup 19 years ago
SharpDevelop.wxs created trunk folder. 21 years ago
buildSetup.bat Changed file names of setup scripts 20 years ago
readme.txt Minor changes to info document 20 years ago
wizard-image.bmp created trunk folder. 21 years ago

readme.txt

The setup program is maintained by Christoph Wille, christophw@icsharpcode.net

Information

Setup uses NSIS 2.08 Release - http://nsis.sourceforge.net


CHANGELOG

4/13/2005:
* Fixed installation in path with spaces.

4/12/2005:

* SetOutputPath
* Exclusion of directories

10/07/2004:

* Batch files replaced with WSH scripts

9/13/2004:

* bin\setup directory created, batch files added
* gacutil2 source code added
* setup changed to call post & pre batch files, disabled app data deletion

6/23/2004:

* http://abiword.pchasm.org/source/cvs/abiword-cvs/abi/src/pkg/win/setup/NSISv2/abi_util_fileassoc.nsh added
* abi_util_fileassoc.nsh modified (now named fileassoc.nsh) to allow icons per extension in CreateFileAssociation
* modified fileassoc.nsh to match file type registerer in Tools / Options
* Compressor set to lzma in Fidalgo.nsi

2/18/2004: changes for .99 and NSIS 2.0 Release

8/25/2003: added check to .onInit for installed previous version (protect us from
partially overwriting previous installations)

8/23/2003: added check to .onInit for installed .NET 1.1 Framework