Autor Thema: Tools um Installer für Programme zu erstellen  (Gelesen 27015 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Tools um Installer für Programme zu erstellen
« am: 29 August, 2009, 20:48 »
NSIS 2.45

Erzeugen Sie eine Setup-Datei für Ihre Software.

Mit dem Nullsoft Installer können Sie einen Installer für Ihre selbst entwickelten Programme erstellen. Ihre entworfenen Setups können bei Bedarf auch deinstallieren und beliebige Systemeinstellungen vornehmen.


Die Benutzeroberfläche ist schlicht gehalten und einfach bedienbar.

Windows: Win2000 - Vista
Lizenz: Freeware
Hersteller: http://nsis.sourceforge.net/home/
« Letzte Änderung: 29 August, 2009, 21:13 von SiLæncer »

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Inno Setup Starter Pack 5.3.4
« Antwort #1 am: 29 August, 2009, 20:54 »
Inno Setup Starter Pack 5.3.4

Inno Setup ermöglicht es, einfach und scriptgesteuert eigene Setup-Programme zu erstellen.


Dank der grafischen Oberfläche ist das Programm leicht zu bedienen und auf der Homepage finden sich diverse Plug-Ins, die das Programm sinnvoll erweitern.Dabei kann man sich vom Programmeigenen Assisten tatkräftig unterstützen lassen.

http://www.jrsoftware.org/isinfo.php

« Letzte Änderung: 29 August, 2009, 21:02 von SiLæncer »

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
EasySetup 2.0.4d
« Antwort #2 am: 29 August, 2009, 22:13 »
Erstellen von Setup-Programmen für eigene Anwendungen.
Bei EasySetup stehen Bedienerfreundlichkeit, Übersichtlichkeit und besonders
die Größe des Installer & Uninstaller an erster Stelle. Es gibt keine komplizierte Script-Sprache
oder eine überfrachtete Benutzeroberfläche.


Der Normalbenutzer kann also schnell und einfach sein Setup-Programm
erstellen ohne durch komplizierte Einstellmöglichkeiten erschlagen zu werden.
Fortgeschrittene Anwender finden bei den "zusätzlichen benutzerdefinierten Aufgaben" einige interessante Sonderfunktionen.

Quelle und Download : http://download.winboard.org/details.php?file=1124

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Inno Setup 5.3.5
« Antwort #3 am: 23 September, 2009, 15:59 »
5.3.5 (2009-09-23)

    * Windows 7 changes:
          o Setup, Uninstall and custom TOutputProgressWizardPage pages now make use of the new Windows 7 taskbar functionality to display progress, pause and error indicators on their taskbar buttons.
          o Added new [Icons] section parameter: AppUserModelID. Specifies the Windows 7 Application User Model ID for the shortcut. Ignored on earlier Windows versions and on server versions. This parameter can include constants.
    * Windows 7 and Vista changes:
          o Setup, Uninstall and custom TOutputProgressWizardPage pages now display pause and error indicators on their progress bars.
          o Setup and Uninstall now call the Windows API function ShutdownBlockReasonCreate to set the shutdown block reason string to be displayed to the user if system shutdown is initiated. Note: this change is purely cosmetic, the fact that Setup and Uninstall block system shutdown is not new.
    * Pascal Scripting changes:
          o TWinControl: Added new ParentBackground property. By setting this to False, you can ensure the background of a TPanel will always display the color assigned to its Color property, instead of it becoming transparent under certain conditions. See the CodeClasses.iss example script for an example.
    * The Unicode compiler now behaves identical to the Non Unicode compiler if a language uses more than one .isl file (it no longer requires the LanguageCodePage to be set in each file), or if a languages LanguageCodePage is overwritten from the .iss file (it no longer ignores this), or if any language specific plain text ANSI LicenseFile, InfoBeforeFile, or InfoAfterFile is used (it now converts these to Unicode using the languages LanguageCodePage at compile-time, instead of using the system codepage at run-time).
    * Fix: Pascal scripting: passing a Unicode string to some built-in functions like Copy caused the string to be converted to ANSI.
    * The uninstall program's version is now 51.(10)50.0.0.
    * Minor tweaks.

http://www.jrsoftware.org/isinfo.php

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline dvb_ss2

  • Premium-Cubie
  • ****
  • Beiträge: 674
InstallJammer 1.2.1.4
« Antwort #4 am: 23 September, 2009, 19:17 »
InstallJammer 1.2.1.4

InstallJammer is a multiplatform GUI installer designed to be completely cross-platform and function on Windows and most all versions of UNIX with support for MacOS X coming soon.

InstallJammer features a very powerful install builder with support for multiple themes and a high level of configurability for installers.  Installers are built as single executable files for easy distribution over the web and handle installing everything you need for your application in a simple, cross-platform way.

Screenshots: http://www.installjammer.com/screenshots

Quelle/Homepage: http://www.installjammer.com/

dvb_ss2
Hardware: Gigabyte GA-MA78G-DS2H, AMD Athlon 64 X2 5400+ 2x2,8GHz, 4x2GB DDR2-800MHz, Palit/XpertVision GeForce GT 220 Super+ 1024MB DDR3, 1x60GB SSD, 1x500GB, 1x1,5TB HDD, 1x2TB HDD, Technotrend TT-budget S2-3200, OS: Ubuntu Lucid Lynx 10.04, TV-Software: VDR 1.7.15 + Xineliboutput

Offline dvb_ss2

  • Premium-Cubie
  • ****
  • Beiträge: 674
Bytessence Install Maker (BIM) 4.2.1
« Antwort #5 am: 23 September, 2009, 19:22 »
Bytessence Install Maker (BIM) 4.2.1

Bytessence InstallMaker is a freeware installer creator targeted at individual developers or small companies who need to package their software products for internet distribution. BIM is very simple to use because it doesn't use scripts or other complicated installation mechanisms. All the installation and uninstallation details can be set up from a single program. If you don't have time to learn scripting languages and you need something quick for the software packaging job, there is a chance BIM can help you.

Homepage/Quelle/Screenshots und Download:
http://www.bytessence.com/bim.html

dvb_ss2
Hardware: Gigabyte GA-MA78G-DS2H, AMD Athlon 64 X2 5400+ 2x2,8GHz, 4x2GB DDR2-800MHz, Palit/XpertVision GeForce GT 220 Super+ 1024MB DDR3, 1x60GB SSD, 1x500GB, 1x1,5TB HDD, 1x2TB HDD, Technotrend TT-budget S2-3200, OS: Ubuntu Lucid Lynx 10.04, TV-Software: VDR 1.7.15 + Xineliboutput

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Inno Setup 5.3.6
« Antwort #6 am: 14 November, 2009, 16:34 »
5.3.6 (2009-11-14)

    * Windows 7 change:
          o Added new [Setup] section directive: UninstallDisplaySize. On Windows 7 and newer, Setup uses this directive to set the EstimatedSize value in the Uninstall registry key when possible since the Windows 7 Add/Remove Programs Control Panel (called Program and Features) no longer automatically calculates it. If an UninstallDisplaySize is not set, Setup estimates the size itself by taking the size of all files installed and adding any ExtraDiskSpaceRequired values set. Note: Windows 7 only supports the display of values smaller than 4 GB.
    * Pascal Scripting now supports IUnknown based COM. Previously it only supported IDispatch based COM but a growing number of Windows API functions are COM based without implementing the IDispatch interface, and you can now use these as well. See the new CodeAutomation2.iss example script for an example. Note: this is only supported by Unicode Inno Setup at the moment, because of Delphi 2's limitations (Delphi 2 is used to compile Non Unicode Inno Setup):
          o Added StringToGUID, CreateComObject, and OleCheck support functions.
          o Added HResult, TGUID, TCLSID, and TIID support types.
    * The compiler no longer allows a single LanguageCodePage directive to be applied to multiple languages at once. If you were using this to force Non Unicode Setup to allow the user to select any language regardless of the system code page, set [Setup] section directive ShowUndisplayableLanguages to yes instead.
    * Added new CodePrepareToInstall.iss example script.
    * Fix: Unicode Pascal scripting: passing a very long string to Format caused an error.
    * Minor tweaks.

http://www.jrsoftware.org/isinfo.php

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline dvb_ss2

  • Premium-Cubie
  • ****
  • Beiträge: 674
Bytesssence Install Maker BIM 4.30 v. 05.11.09
« Antwort #7 am: 14 November, 2009, 17:16 »
Changelog:
    * Minor interface changes
    * Added a new graphics set
    * Added Bulgarian, Czech and Turkish translations in the package
    * Added 'Copy file' task for both installer and uninstaller
    * Added 'Delete folder' task to uninstaller
    * Added window class checking for closing active programs (to avoid false positives)
    * Added 'Recent projects' menu
    * Added option for saving window coordinates in the configuration dialog
    * Added 8 new path variables (mostly for all-user paths)
    * Added 'Tools' button on toolbar
    * Added RTF Text Editor tool (for editing license / readme files)
    * Added Hash Calculator tool (for generating hashes over installers)
    * Added Window List tool (for getting window class names)
    * Added expansion of OS environment variables (e.g. %PROGRAMFILES%)
    * Added possibility to customize the Start menu group, uninstall shortcut and web link name
    * Made some modifications to the Start Menu group page on the installer side
    * The configuration file is now stored in the user's Application Data directory
    * Made other minor fixes and optimizations

dvb_ss2
Hardware: Gigabyte GA-MA78G-DS2H, AMD Athlon 64 X2 5400+ 2x2,8GHz, 4x2GB DDR2-800MHz, Palit/XpertVision GeForce GT 220 Super+ 1024MB DDR3, 1x60GB SSD, 1x500GB, 1x1,5TB HDD, 1x2TB HDD, Technotrend TT-budget S2-3200, OS: Ubuntu Lucid Lynx 10.04, TV-Software: VDR 1.7.15 + Xineliboutput

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Nullsoft Scriptable Install System 2.46
« Antwort #8 am: 06 Dezember, 2009, 10:13 »
Nullsoft Install System (NSIS) is a small, efficient, capable installation system for win32. It is completely free and open source.

Licence: Open Source

http://nsis.sourceforge.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Inno Setup 5.3.7
« Antwort #9 am: 06 Januar, 2010, 13:16 »

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Inno Setup 5.3.8
« Antwort #10 am: 18 Februar, 2010, 17:12 »

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Inno Setup 5.3.9
« Antwort #11 am: 10 April, 2010, 22:29 »

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
SFXMaker V1.2.1
« Antwort #12 am: 11 Juni, 2010, 07:09 »
SFXMaker is a tool used to create switchless installers or a silent installer, especially ideal for those who use nLite, as it adds the option of creating an installer for nLite in the GUI.

License:  Freeware

http://www.isoft-online.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Inno Setup 5.3.10
« Antwort #13 am: 11 Juni, 2010, 13:59 »
5.3.10-Entwicklung-Version (?)

. NET Framework 4.0 konstant Dotnet40 (), (Dotnet4032), () Dotnet4064 aufgenommen. . NET Framework Version 4.0-System wäre eine Ausnahme, wenn das Erweitern Sie versuchen, diese Konstanten gibt es nicht.
Feinabstimmung.

http://www.jrsoftware.org/isinfo.php

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
InstallForge 1.2.3
« Antwort #14 am: 21 August, 2010, 09:02 »
Zum Erstellen einfacher Setup-Dateien; alle Setups können mit jedem gängigen ZIP-Archivierer extrahiert werden


Freeware

http://installforge.forgesoft.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )