Dear Oliver Rettig,
Thank you for your prompt reply.
And Yes, I would like to share the script with you to create the installers.
Please find the attached ISS script in this email.
You can open it using Notepad or any other text editor app of your choice.
This script will create a 32-bit installer. Though you can also tweak the
script to create a 64-bit installer. (Some of the paths point
to my computer, please change that according to yours.)
Sorry, I could not understand that but may you tell me more about this line
you wrote,
"I am interested in comparing different installers for my netbeans platform
apps."
I look forward to hearing from you.
Best regards,
Aritra Karak
[Setup]
AppId={{0E21ABF9-2F4E-4BB6-9A30-EAAE51D357CC}
AppName=Apache NetBeans 10 (32-bit)
AppVersion=10.0
;AppVerName=Apache NetBeans 10 (32-bit) 10.0
AppPublisher=The Apache Software Foundation
AppPublisherURL=https://netbeans.apache.org/
AppSupportURL=https://netbeans.apache.org/help/index.html
AppUpdatesURL=https://netbeans.apache.org/download/
DefaultDirName={pf}\Apache NetBeans 10 32-bit
DefaultGroupName=Apache NetBeans 10 (32-bit)
LicenseFile=C:\Users\Aritra Karak\Desktop\netbeans\LICENSE
InfoBeforeFile=C:\Users\Aritra Karak\Desktop\netbeans\DISCLAIMER
InfoAfterFile=C:\Users\Aritra Karak\Desktop\netbeans\NOTICE
OutputDir=C:\Users\Aritra Karak\Desktop\
OutputBaseFilename=apache-netbeans-10.0_windows_32-bit
SetupIconFile=C:\Users\Aritra Karak\Desktop\netbeans\netbeans.ico
Compression=lzma
SolidCompression=yes
UninstallDisplayIcon={app}\bin\netbeans.exe
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription:
"{cm:AdditionalIcons}"; Flags: unchecked
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}";
GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion:
0,6.1
[Files]
Source: "C:\Users\Aritra Karak\Desktop\netbeans\bin\netbeans.exe"; DestDir:
"{app}"; Flags: ignoreversion
Source: "C:\Users\Aritra Karak\Desktop\netbeans\*"; DestDir: "{app}"; Flags:
ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{group}\Apache NetBeans 10 (32-bit)"; Filename: "{app}\bin\netbeans.exe"
Name: "{commondesktop}\Apache NetBeans 10 (32-bit)"; Filename:
"{app}\bin\netbeans.exe"; Tasks: desktopicon; Comment: "The Smart Way to Code"
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Apache NetBeans
10 (32-bit)"; Filename: "{app}\bin\netbeans.exe"; Tasks: quicklaunchicon
[Run]
Filename: "{app}\bin\netbeans.exe"; Description: "{cm:LaunchProgram,Apache
NetBeans 10 (32-bit)}"; Flags: nowait postinstall skipifsilent
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists