29.08.2010: Sereby's Ultimate Updater auf v0.8.5.611 aktualisiert
21.08.2010: Ganesha-UpdatePackSP3-inkl.IE8-2010-08-21 erschienen
14.08.2010: Antiker_UpdatePack SP3 2010.08.12 ohne IE8 erschienen
11.08.2010: Sereby's August 2010 Releases erschienen
10.06.2010: .NET Framework 3.5 Addon (Juni 2010), .NET Framework 2.0 Addon (Juni 2010) und DirectX 9.0c (Juni 2010) erschienen
03.05.2010: Win-Lite.de Softwareübersicht (stets aktuell)
12.02.2010: AddonKopierer 0.4.0.0 für Windows 7 erschienen|
|
Source code |
1 2 |
issi - Inno Setup Script Includes (ISSI) istool - ISTool |
This post has been edited 8 times, last edit by "Dynaletik" (Feb 19th 2010, 4:34pm)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 |
[Files]
;x86 Version
Source: {app}\TEST32.dll; DestDir: {app}; Check: not IsWin64(); DestName: TEST.dll; Flags: 32bit regserver
;x64 Version
Source: {app}\TEST64.dll; DestDir: {app}; Check: IsWin64(); DestName: TEST.dll; Flags: 64bit regserver
;oder so
;x86 Version
Source: {app}\TEST32.dll; DestDir: {app}; Check: IsWin32(); DestName: TEST.dll; Flags: 32bit regserver
;x64 Version
Source: {app}\TEST64.dll; DestDir: {app}; Check: IsWin64(); DestName: TEST.dll; Flags: 64bit regserver
|
This post has been edited 2 times, last edit by "WASSER" (Aug 6th 2009, 5:28pm)

Quoted
•Added .NET Framework 4.0 support:
◦Added constants {dotnet40}, {dotnet4032}, and {dotnet4064}. An exception will be raised if an attempt is made to expand these constants on a system with no .NET Framework version 4.0 present.
◦[Files] section flag gacinstall can now be used on .NET Framework 4.0 assemblies too.
•Windows 7 changes:
◦[Icons] section flag foldershortcut is now ignored when running on Windows 7 (or later), as folder shortcuts do not expand properly on the Start Menu anymore.
•[Setup] section directive changes:
◦When SignedUninstaller is set to yes, any temporary self-copies used by Setup are now digitally signed too.
◦Uninstallable may now be set to a boolean expression, which may contain calls to check functions. For example: Uninstallable=not IsTaskSelected('portablemode'). See the Uninstallable documentation for details.
◦AppVerName is no longer required if AppVersion is specified. It will now effectively default to: {cm:NameAndVersion,[AppName],[AppVersion]}. The Compiler IDE's New Script Wizard now also asks for an AppVersion instead of an AppVerName.
◦If a text VersionInfo* directive is set to an empty string (as opposed to not being specified), then the version info field is really set to an empty string now, instead of forcing a default value.
◦VersionInfoProductTextVersion now defaults to VersionInfoProductVersion if set, else AppVersion if AppVersion is set and does not include constants, else VersionInfoTextVersion.
•Unicode Inno Setup: an issue with the taskbar button re-appearing on /VERYSILENT installs has been fixed.
•Unicode [Code] based on RemObjects Pascal Script SVN code revision 228.
•Minor tweaks.
Hits today: 223 | Hits yesterday: 3,384 | Hits record: 5,358 | Hits total: 179,226
Forum Software: Burning Board® 3.1.3, developed by WoltLab® GmbH