Removed innosetup scripts.
This commit is contained in:
@@ -1,26 +0,0 @@
|
|||||||
[Setup]
|
|
||||||
OutputBaseFilename=Blitz3DDemo1101
|
|
||||||
OutputDir=.
|
|
||||||
|
|
||||||
AppName=Blitz3D Demo
|
|
||||||
AppVerName=Blitz3D Demo V1.101
|
|
||||||
AppPublisher=Blitz Research Ltd
|
|
||||||
AppPublisherURL=http://www.blitzbasic.com
|
|
||||||
DefaultDirName={sd}\Blitz3D Demo
|
|
||||||
DefaultGroupName=Blitz3D Demo
|
|
||||||
|
|
||||||
AllowRootDirectory=yes
|
|
||||||
DisableStartupPrompt=yes
|
|
||||||
|
|
||||||
[Icons]
|
|
||||||
Name: "{group}\Blitz3D Demo"; Filename: "{app}\Blitz3DDemo.exe"; WorkingDir: "{app}";
|
|
||||||
Name: "{group}\Uninstall Blitz3D Demo"; Filename: "{uninstallexe}";
|
|
||||||
|
|
||||||
[Files]
|
|
||||||
Source: "_demo\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
|
|
||||||
Source: "_demo\tmp\tmp.bb"; DestDir: "{app}\tmp"; Flags: ignoreversion deleteafterinstall
|
|
||||||
Source: "_demo\cfg\blitzide.prefs"; DestDir: "{app}\cfg"; Flags: ignoreversion deleteafterinstall
|
|
||||||
|
|
||||||
[Run]
|
|
||||||
Filename: "{app}\Blitz3DDemo.exe"; Description: "Launch Blitz3D Demo"; Flags: postinstall nowait skipifsilent
|
|
||||||
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
[Setup]
|
|
||||||
OutputBaseFilename=Blitz3DSetup1108
|
|
||||||
OutputDir=.
|
|
||||||
|
|
||||||
AppName=Blitz3D
|
|
||||||
AppVerName=Blitz3D 1.108
|
|
||||||
AppPublisher=Blitz Research Ltd
|
|
||||||
AppPublisherURL=http://www.blitzbasic.com
|
|
||||||
DefaultDirName={pf}\Blitz3D
|
|
||||||
DefaultGroupName=Blitz3D
|
|
||||||
AllowRootDirectory=yes
|
|
||||||
DisableStartupPrompt=yes
|
|
||||||
|
|
||||||
[Icons]
|
|
||||||
Name: "{group}\Blitz3D"; Filename: "{app}\Blitz3D.exe"; WorkingDir: "{app}";
|
|
||||||
Name: "{group}\Uninstall Blitz3D"; Filename: "{uninstallexe}";
|
|
||||||
|
|
||||||
[Files]
|
|
||||||
Source: "_release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
|
|
||||||
Source: "_release\cfg\blitzide.prefs"; DestDir: "{app}\cfg"; Flags: ignoreversion deleteafterinstall
|
|
||||||
|
|
||||||
[Run]
|
|
||||||
Filename: "{app}\Blitz3D.exe"; Description: "Launch Blitz3D"; Flags: postinstall nowait skipifsilent
|
|
||||||
|
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
[Setup]
|
|
||||||
OutputBaseFilename=Blitz3DUpdate1107
|
|
||||||
OutputDir=.
|
|
||||||
|
|
||||||
AppName=Blitz3D Update
|
|
||||||
AppVerName=Blitz3D Update 1.107
|
|
||||||
AppPublisher=Blitz Research Ltd
|
|
||||||
AppPublisherURL=http://www.blitzbasic.com
|
|
||||||
DefaultDirName={pf}\Blitz3D
|
|
||||||
|
|
||||||
Uninstallable=no
|
|
||||||
DisableStartupPrompt=yes
|
|
||||||
DisableProgramGroupPage=yes
|
|
||||||
DirExistsWarning=no
|
|
||||||
EnableDirDoesntExistWarning=yes
|
|
||||||
AllowRootDirectory=yes
|
|
||||||
|
|
||||||
[Dirs]
|
|
||||||
Name: "{app}\tmp"
|
|
||||||
|
|
||||||
[Files]
|
|
||||||
Source: "_release\Blitz3D.exe"; DestDir: "{app}"; Flags: ignoreversion
|
|
||||||
Source: "_release\versions.txt"; DestDir: "{app}"; Flags: ignoreversion
|
|
||||||
Source: "_release\bin\ide.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
|
|
||||||
Source: "_release\bin\blitzcc.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
|
|
||||||
Source: "_release\bin\linker.dll"; DestDir: "{app}\bin"; Flags: ignoreversion
|
|
||||||
Source: "_release\bin\runtime.dll"; DestDir: "{app}\bin"; Flags: ignoreversion
|
|
||||||
Source: "_release\bin\debugger.dll"; DestDir: "{app}\bin"; Flags: ignoreversion
|
|
||||||
Source: "_release\cfg\ide_toolbar.bmp"; DestDir: "{app}\cfg"; Flags: ignoreversion
|
|
||||||
Source: "_release\cfg\dbg_toolbar.bmp"; DestDir: "{app}\cfg"; Flags: ignoreversion
|
|
||||||
Source: "_release\userlibs\UserLibs.txt"; DestDir: "{app}\userlibs"; Flags: ignoreversion
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user