; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "DictList" #define MyAppVerName "Dictlist 2.0" #define MyAppPublisher "NTAC Software, LLC" #define MyAppURL "http://www.lgcad.com/" [Setup] ; NOTE: The value of AppId uniquely identifies this application. ; Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{67B207F3-3874-42E1-98BD-7B64C7B8A42A} AppName={#MyAppName} AppVerName={#MyAppVerName} AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} DefaultDirName={pf}\{#MyAppName} DefaultGroupName={#MyAppName} OutputBaseFilename=DLSetup Compression=lzma SolidCompression=yes [Languages] Name: english; MessagesFile: compiler:Default.isl [Files] Source: lspfiles\DictList.odcl; DestDir: {app}; Flags: ignoreversion Source: lspfiles\DictList.lsp; DestDir: {app}; Flags: ignoreversion Source: lspfiles\OpenDCL.Runtime.5.1.0.2.msi; DestDir: {app}; Flags: ignoreversion ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Run] Filename: msiexec.exe; Parameters: "/i ""{app}\OpenDCL.Runtime.5.1.0.2.msi""" [UninstallRun] Filename: msiexec.exe; Parameters: "/x ""{app}\OpenDCL.Runtime.5.1.0.2.msi""" [Icons] Name: {group}\{cm:UninstallProgram,{#MyAppName}}; Filename: {uninstallexe}