AfraLisp Blog

The AutoLisp/Visual Lisp/VBA Resource Website

AfraLisp Blog

Home Newsletter Utter Rubbish Coding Tips AutoCAD Tips Contact Downloads WAUN

; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

[Setup]
AppName=AfraLisp 2004 Custom Menu
;the name of the application
AppVerName=AfraLisp 2004 Custom Menu Version 1.5
;the version of the application
AppPublisher=AfraLisp
;the publisher
AppPublisherURL=http://www.afralisp.com
;the publishes web address
AppSupportURL=http://www.afralisp.com
;the publishes support address
AppUpdatesURL=http://www.afralisp.com
;the publishes update address
DefaultDirName={pf}\AfraLisp 2004 Custom Menu
;the default installation folder
;(pf) denotes "Program Files"
DefaultGroupName=AfraLisp 2004 Custom Menu
;the group name
DisableProgramGroupPage=yes
;we do not want a group page
LicenseFile=C:\afralisp2004_Install\license.txt
;path to the License file
InfoBeforeFile=C:\afralisp2004_Install\warning.txt
;path to the Warning file
InfoAfterFile=C:\afralisp2004_Install\config.txt
;path to the Config file

[Files]
;Path to source files/folders and Destination folders.
;(app) denotes The application directory, which the user
;selects on the Select Destination Directory.
Source: "C:\afralisp2004_Install\AcadInst.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\afralisp2004_Install\AcadInst.ini"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\afralisp2004_Install\acaddoc.lsp"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\afralisp2004_Install\AfraLisp.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\afralisp2004_Install\AfraLisp.mnu"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\afralisp2004_Install\Lib2004\*.*"; DestDir: "{app}\Lib2004"; Flags: ignoreversion
Source: "C:\afralisp2004_Install\Lisp2004\*.*"; DestDir: "{app}\Lisp2004"; Flags: ignoreversion
Source: "C:\afralisp2004_Install\Templates\*.*"; DestDir: "{app}\Templates"; Flags: ignoreversion

[INI]
Filename: "{app}\AcadInst.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.afralisp.com"

[Icons]
;shortcut icons
Name: "{group}\AfraLisp 2004 Custom Menu"; Filename: "{app}\AcadInst.exe"
Name: "{group}\AfraLisp 2004 Custom Menu on the Web"; Filename: "{app}\AcadInst.url"
Name: "{group}\Uninstall AfraLisp 2004 Custom Menu"; Filename: "{uninstallexe}"

[Run]
the program to run after install
Filename: "{app}\AcadInst.exe"; Description: "Configure AutoCAD"; Parameters: {app}; Flags: waituntilidle

[UninstallDelete]
;delete these files on uninstall
Type: files; Name: "{app}\AcadInst.url"
[UninstallRun]
;run this program on uninstall
Filename: "{app}\AcadInst.exe"; Parameters: -U

The AutoLisp/Visual Lisp/VBA Resource Website

Copyright © 1999-Perpetuity by AfraLisp

All rights reserved.
Information in this document is subject to change without notice.
Site created and maintained by Kenny Ramage

The AutoLisp/Visual Lisp/VBA Resource Website