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

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Inno Setup 6.2.0
« Antwort #165 am: 03 Juni, 2021, 11:15 »
Changelog

Graphics modernized

    Updated all Compiler IDE's toolbar icons and the wizard images used by the Compiler IDE's New Script Wizard wizard.
    Updated the default application icon used by Setup and Uninstall if [Setup] section directive SetupIconFile is not set. To use the old icon again set SetupIconFile to compiler:SetupClassicIcon.ico.
    [Setup] section directives WizardImageFile and WizardSmallImageFile now default to a blank value which makes Setup use new built-in wizard images. To use the old wizard images again set WizardImageFile and WizardSmallImageFile to compiler:WizClassicImage.bmp and compiler:WizClassicSmallImage.bmp respectively.
    Updated Uninstall's default small wizard image if [Setup] section directive SetupIconFile is not set. Before it would use Setup's default application icon in this case.
    Updated the folder, group, and stop icons used by Setup's Select Destination Location, Select Start Menu Folder, and Preparing to Install wizard pages.
    Updated the disk icon used by Setup's Setup Needs the Next Disk form.
    Pascal Scripting change: Added new InitializeBitmapImageFromIcon support function.

All these icon and images updates include the automatic use of higher quality versions (which were not available before) on higher DPI settings. This includes new automatic use of higher quality icons for the icon on Setup's Select Setup Language form and Uninstall's small wizard image if SetupIconFile is set.

Example screenshots:

    Setup wizard pages Select Destination Location and Setup Completed at 100% DPI.
    Setup wizard pages Select Destination Location and Setup Completed at 175% DPI.
    Compiler IDE themes Light and Dark at 100% DPI.

Comparison screenshots of the *previous* version:

    Setup wizard pages Select Destination Location and Setup Completed at 175% DPI in version 6.1.2.

Other changes

    Links displayed by [Setup] section directives LicenseFile, InfoBeforeFile and InfoAfterFile are now executed as the original user if possible when clicked.
    Added new [Setup] section directives MissingMessagesWarning and NotRecognizedMessagesWarning to disable warnings about messages missing or not recognized for a language.
    /LOG: Now logs more uninstaller actions.
    The {localappdata} constant can now correctly trigger a used user areas warning.
    Compiler IDE change: Fix: Autocomplete support for event functions listed some procedures as functions.
    Pascal Scripting changes:
        Added new CreateMarqueeProgressWizardPage support function to show marquee progress to the user. See the AllPagesExample.iss example script for an example.
        Added new ItemFontStyle and SubItemFontStyle properties to the TNewCheckListBox support class. See the CodeClasses.iss example script for an example.
        Added new IsMsiProductInstalled and StrToVersion support functions.
        Added new AbortedByUser property to the TDownloadWizardPage support class.
        Fix: CreateDownloadPage's progress bar now supports files larger than 2 GB.
        Support functions ParamCount and ParamStr now exclude undocumented internal parameters used by Setup and Uninstall.
        The built-in download support now allows the download of files for which the server does not specify the file size and its hash checking is no longer case sensitive.
    ISPP change: Added new StrToVersion support function.
    Added official Bulgarian translation.
    Various documentation improvements.
    Minor tweaks.

Inno Setup FAQ updated

    The Inno Setup FAQ has been updated with updated versions of articles taken from the Inno Setup Knowledge Base which is now hidden from the website.
    The content of the FAQ is now available on GitHub where you can suggest new entries or other improvements using the Edit button.

QuickStart Pack removed

    The QuickStart Pack installer has been removed because of a lack of added value.
    The standard Inno Setup installer now offers to download encryption support if it's missing, like the QuickStart Pack installer did before. If you used the QuickStart Pack installer before, you can use the standard installer to update your installation.

[close]

https://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
NSIS (Nullsoft Scriptable Install System) 3.07
« Antwort #166 am: 26 Juli, 2021, 08:30 »
NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.

License: Open Source

Changelog

F.1.2 Changelog

F.1.2.1 Major Changes

    Unicode now defaults to true

F.1.2.2 Minor Changes

    Added nsExec /MBCS switch
    Memento now supports overridable storage macros
    Fixed Unicode compiler crash (bug #1254, patch #300)
    Fixed !addplugindir relative path bug (bug #1264)
    Fixed StrClb Unicode bug (patch #302)
    Fixed ${GetTime} hour padding (bug #980)

F.1.2.3 Translations

    Updated Albanian (patch #303), Corsican and Japanese (maboroshin PR)
    Fixed clipped Chinese text (bug #1261)

F.2 3.06.1

Released on July 31st, 2020

F.2.1 Release Notes

20th anniversary! The first public release of NSIS was v1.0f on July 31st, 2000.

F.2.2 Changelog

F.2.2.1 Major Changes


    Fixed SetBrandingImage crash

[close]

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
WinNTSetup 4.6.5
« Antwort #167 am: 30 August, 2021, 19:20 »
Personalize your Windows setup before installing it on your computer by using this reliable and straightforward software solution.

Freeware

Changelog

    Features:

    Install Windows 2k/XP/2003/2008/2012/Vista/7/8.x/10 x86/x64
    Practically runs even on the most minimalistic WinPE
    Choose able drive letter for the new Windows installation
    Install Windows also if nlite/vlite has remove winnt32.exe/setup.exe
    Integrate Drivers: normal PNP and Textmode Drivers also
    Patch uxtheme to allow unsigned Themes
    Some tweaks
    Support "Windows to Go" for Windows 7 and later installs
    Supports WimBoot option for Windows 8.1 Update 1
    Supports all current WIM files: WIM/SWM (XPRESS / LZX / XPRESS HUFFMAN = Wimboot compression)
    Supports unencrypted ESD files (LZMS compressed WIM)

    Not Supported:

    No Windows embedded version (this includes WinFLP)
    No Installation onto USB disk *New* only Windows 7 and later
    No upgrades of existing installations

[close]

https://msfn.org/board/topic/149612-winntsetup-v394/

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
NSIS (Nullsoft Scriptable Install System) 3.08
« Antwort #168 am: 27 September, 2021, 11:10 »
Changelog

    Major Changes:

    Added !uninstfinalize (patch #280, bug #1241)

    Minor Changes:

    Added $USER.. and $COMMON.. alias constants
    Added GetDLLVersion /ProductVersion switch
    Added GetWinVer instruction
    Disallow start maximized mode
    Added /LAUNCH compiler switch
    PEAddResource now supports the res:// protocol
    System::Store can push/pop the flags state

[close]

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
WinNTSetup 5.0
« Antwort #169 am: 04 Oktober, 2021, 20:40 »
Changelog

- mounting boot partition is disabled by default
- combobox list to select boot and installation drive
- MRU feature for most inputs
- mounted ISO in VHD menu will stay alive
- mounted ISO sources will be save with ISO names to ini
- regimport supports HKEY_CURRENT_USER\Software\Classes (UsrClass.dat)
- regimport will effect all existing user profiles
- separate disable Windows Defender tweak (-nodefender command line)
- fixed WinRE could not display PNG compressed icons
- new gui font on Windows 11
- uses Mica on Windows 11
- ini option nodownload added
- command line source accepts wildcard
- new dikspart GUI with selectable disk and warn dialog

[close]

https://msfn.org/board/topic/149612-winntsetup-v394/

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
WinNTSetup 5.0.1
« Antwort #170 am: 13 Oktober, 2021, 10:30 »
Whats new:>>

- Win11: disabled buggy Mica effect
- Win11: use new font only, if system font is Segoe UI
- fixed scaling with higer system fonts
- fixed combobox flyout high for high dpi systems
- fixed wrong log line
- ini load/save dialogs remember last selection

https://msfn.org/board/topic/149612-winntsetup-v394/

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
WinNTSetup 5.0.2
« Antwort #171 am: 21 Oktober, 2021, 10:50 »
Whats new:>>

- added command line -fat32:n
- drivers and regtweak combo display relative paths
- offline windows detection correctly identifys Windows 11

https://msfn.org/board/topic/149612-winntsetup-v394/

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
WinNTSetup 5.0.3
« Antwort #172 am: 27 Oktober, 2021, 21:10 »
Whats new:>>

- run ScanFiles.cmd if exist
- Mica titlebar is default again on Win11 Dark Mode
- fixed right-click on unattend label not open editor
- fixed iso source mru selection problems
- fixed wimboot:wimcopy exitcode not set

https://msfn.org/board/topic/149612-winntsetup-v394/

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
WinNTSetup 5.1.0
« Antwort #173 am: 22 November, 2021, 21:40 »
Whats new:>>

- fixed global disabling of combobox animation
- fixed vertical alignment of edit controls
- fixed now using rounded button in Win11 Darkmode
- fixed vhd-create commandline option only accepts - not /
- fixed combo could add empty strings and accepts them as valid input
- removed subframe from Darkmode Messagebox in Win11
- added format option to ini and GUI (right click on F button)
- added /help command line option
- added option 'VHD creation, FAT32 Part' boot file creation
- added option 'VHD creation, FAT32 Part' select as boot drive
- added option 'VHD creation, FAT32 Part' assign drive letter
- updated BootICE Darkmode

https://msfn.org/board/topic/149612-winntsetup-v394/

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
WinNTSetup 5.1.2
« Antwort #174 am: 06 Dezember, 2021, 21:40 »
Whats new:>>

- fixed ini loading bug
- fixed wofcompress may scan path twice
- fixed drive combo shows VHD icon for VHDX disks
- support empty command line to override ini file (-drivers:, -unattend:)
- Darkmode improvements
- updated VHD/VHDX icons

https://msfn.org/board/topic/149612-winntsetup-v394/

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
WinNTSetup 5.2.0
« Antwort #175 am: 04 Februar, 2022, 09:40 »
Whats new:>>

- fixed capture-cli did not reset console title
- fixed console tools stdout could not be redirected
- fixed disk name could show trailing spaces
- fixed %errorlevel% not set in some cases
- fixed apply error and silent command line option did not exist WinNTSetup
- fixed free drive letter scan with buggy VMware mountpoints
- changed local windows listview uses VHD/VHDX icon
- changed WimBoot or CompactOS apply now uses wimlib as default
- changed Win7-11-Select.xml will be igored if not all fields are filled
- added SecureBoot detection on Windows 7 Host
- added MinWin Mode (click on Mode)
- added ini option DriveComboExclude simular to BootMountExclude
- improved add other OS function

https://msfn.org/board/topic/149612-winntsetup-v394/

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
WinNTSetup 5.2.1
« Antwort #176 am: 01 März, 2022, 20:10 »
Whats new:>>

- fixed NT5 GUI bugs
- fixed MBR not written for VHD files (regression 5.2)
- fixed error popup with old card reader devices
- fixed regimport ignored HKEY_CLASSES_ROOT
- fixed noapply mode on NT6 could show NT5 builds
- fixed DriveComboExclude not working on subsequent scans
- fixed ini save load of driver options
- increased border margins for darkmode tool tips

https://msfn.org/board/topic/149612-winntsetup-v394/

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
WinNTSetup 5.2.2
« Antwort #177 am: 08 März, 2022, 22:15 »
Whats new:>>

- fixed some SATA 2 USB adapters were not detected as USB devices
- MinWin: added line condition FBLANG
- MinWin: added support for multiple fallback languages

https://msfn.org/board/topic/149612-winntsetup-v394/

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
WinNTSetup 5.2.3
« Antwort #178 am: 16 März, 2022, 11:50 »
Whats new:>>

Version 5.23 is up and should greatly reduce log file creation / size.
There is also a Services.ini and Tasks.ini showing how to disable or remove services and scheduled task.

https://msfn.org/board/topic/149612-winntsetup-v394/

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 6.2.1
« Antwort #179 am: 14 April, 2022, 22:10 »
Whats new:>>

    Changes to further help protect uninstallers against potential DLL preloading attacks when running under the SYSTEM account, contributed by Johannes Schindelin from the Git for Windows team.
    Fixed a cosmetic issue if the icon file specified by the [Setup] section directive SetupIconFile contains more than 13 icons. Thanks to Wilenty and Martin Prikryl for the initial investigation.

https://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 )