SlideShare a Scribd company logo
Build Scripts and InnoSetup Oregon Delphi User Group April, 2006
Command-Line Tips DCC32 BRCC32 Where are ALL the command line options? Delphi 5-7: Search for  “command-line compiler options” Delphi 2006: dcc32 /? Delphi 2006: Use Build Configurations Keep your old batch files!
Batch Files and Macros .BAT or .CMD Remember DOS environment variables?  They’re  still  useful! SET name=value Usage: %name% Make your batch files more readable ERRORLEVEL Long directory names
Examples Simple component package TurboPower Abbrevia Add resource compiler TurboPower Orpheus More later...
InnoSetup http://www.jrsoftware.org/ Commercial-quality, free installer for Windows since 1997 Creates single .EXE Supports 64-bit Supports disk-spanning Customizable setup types Complete Uninstall
InnoSetup  (cont) Several compression choices Integrated Pascal scripting engine Creation of shortcuts everywhere Multilingual support Passworded and encrypted installs Silent install/uninstall Complete uninstall capability Full Delphi 5 source code available
InnoSetup  (cont) Can register OCX/DLLs, type libraries, and install fonts Compare file version info, dates Can replace in-use files Creates .INI file or registry entries Standard Windows 2000/XP-style interface Professional and complete Help file Support is via several active newsgroups
Examples Samples included Pre-processor add-on Macros to the max! Foodguys Full Install Upgrade Install Sun Food Service

More Related Content

PPT
freebsd-watitis
TXT
Hosts
TXT
TXT
TXT
Hosts
TXT
TXT
scrip exam
freebsd-watitis
Hosts
Hosts
scrip exam

What's hot (19)

TXT
hosting
TXT
Hosts
PPT
FreeBSD - LinuxExpo
TXT
TXT
TXT
Hosts
TXT
umbrella
TXT
ODT
TXT
TXT
Hosts
PDF
Linux Basics
TXT
Hosts
TXT
Hosts para a info
TXT
TXT
Hosts yes
TXT
hosting
Hosts
FreeBSD - LinuxExpo
Hosts
umbrella
Hosts
Linux Basics
Hosts
Hosts para a info
Hosts yes
Ad

Viewers also liked (9)

PDF
Introduction to Inno-Setup
PPT
High Availability of Azure Applications
PPT
Adaptive Layout In iOS 8
PPTX
Glimpse of Loops Vs Set
PDF
20160929 android taipei_tensorflow
PPT
Introduction to Auto-layout : iOS/Mac
ODP
Oracle Sql Developer-Getting Started
PPTX
IOT Hands On
Introduction to Inno-Setup
High Availability of Azure Applications
Adaptive Layout In iOS 8
Glimpse of Loops Vs Set
20160929 android taipei_tensorflow
Introduction to Auto-layout : iOS/Mac
Oracle Sql Developer-Getting Started
IOT Hands On
Ad

Similar to Build Scripts And Inno Setup (20)

PPTX
Linux Survival Kit for Proof of Concept & Proof of Technology
TXT
4DOS info
ODP
lamp technology
ODP
Deepa ppt about lamp technology
PPT
Basic Linux Internals
PDF
Unixshellscript 100406085942-phpapp02
PDF
Docker Multi-arch All The Things
PDF
Genode Programming
PPT
Edubooktraining
PPT
Lecture 10 software development
PDF
Linux programming - Getting self started
ODP
Intro To Linux
PPTX
Mac OSX - Presentation for NEWLUG - Nov. 2010
PPTX
Advanced Level Training on Koha / TLS (ToT)
PDF
Koha installation BALID
PDF
UnDeveloper Studio
PDF
Useful Linux and Unix commands handbook
PPT
Visual studio
PDF
Flourish11
PDF
Scale9x sun
Linux Survival Kit for Proof of Concept & Proof of Technology
4DOS info
lamp technology
Deepa ppt about lamp technology
Basic Linux Internals
Unixshellscript 100406085942-phpapp02
Docker Multi-arch All The Things
Genode Programming
Edubooktraining
Lecture 10 software development
Linux programming - Getting self started
Intro To Linux
Mac OSX - Presentation for NEWLUG - Nov. 2010
Advanced Level Training on Koha / TLS (ToT)
Koha installation BALID
UnDeveloper Studio
Useful Linux and Unix commands handbook
Visual studio
Flourish11
Scale9x sun

More from Black Knight Financial Services (7)

PPTX
RemoteApp - Application Delivery from the Cloud
PPT
14 Reasons to Upgrade
PPT
Web Services With Delphi, Sep, 2008
PPT
Microsoft Office 2007
PPT
Internet Search Tips
RemoteApp - Application Delivery from the Cloud
14 Reasons to Upgrade
Web Services With Delphi, Sep, 2008
Microsoft Office 2007
Internet Search Tips

Recently uploaded (20)

PDF
Zenith AI: Advanced Artificial Intelligence
PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
Enhancing emotion recognition model for a student engagement use case through...
PPTX
observCloud-Native Containerability and monitoring.pptx
PPT
What is a Computer? Input Devices /output devices
PPTX
OMC Textile Division Presentation 2021.pptx
PDF
STKI Israel Market Study 2025 version august
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
WOOl fibre morphology and structure.pdf for textiles
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
project resource management chapter-09.pdf
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
PPTX
TLE Review Electricity (Electricity).pptx
PPTX
Modernising the Digital Integration Hub
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
August Patch Tuesday
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
Zenith AI: Advanced Artificial Intelligence
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
Enhancing emotion recognition model for a student engagement use case through...
observCloud-Native Containerability and monitoring.pptx
What is a Computer? Input Devices /output devices
OMC Textile Division Presentation 2021.pptx
STKI Israel Market Study 2025 version august
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
WOOl fibre morphology and structure.pdf for textiles
gpt5_lecture_notes_comprehensive_20250812015547.pdf
project resource management chapter-09.pdf
Univ-Connecticut-ChatGPT-Presentaion.pdf
NewMind AI Weekly Chronicles – August ’25 Week III
TLE Review Electricity (Electricity).pptx
Modernising the Digital Integration Hub
Final SEM Unit 1 for mit wpu at pune .pptx
August Patch Tuesday
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
A contest of sentiment analysis: k-nearest neighbor versus neural network

Build Scripts And Inno Setup

  • 1. Build Scripts and InnoSetup Oregon Delphi User Group April, 2006
  • 2. Command-Line Tips DCC32 BRCC32 Where are ALL the command line options? Delphi 5-7: Search for “command-line compiler options” Delphi 2006: dcc32 /? Delphi 2006: Use Build Configurations Keep your old batch files!
  • 3. Batch Files and Macros .BAT or .CMD Remember DOS environment variables? They’re still useful! SET name=value Usage: %name% Make your batch files more readable ERRORLEVEL Long directory names
  • 4. Examples Simple component package TurboPower Abbrevia Add resource compiler TurboPower Orpheus More later...
  • 5. InnoSetup http://www.jrsoftware.org/ Commercial-quality, free installer for Windows since 1997 Creates single .EXE Supports 64-bit Supports disk-spanning Customizable setup types Complete Uninstall
  • 6. InnoSetup (cont) Several compression choices Integrated Pascal scripting engine Creation of shortcuts everywhere Multilingual support Passworded and encrypted installs Silent install/uninstall Complete uninstall capability Full Delphi 5 source code available
  • 7. InnoSetup (cont) Can register OCX/DLLs, type libraries, and install fonts Compare file version info, dates Can replace in-use files Creates .INI file or registry entries Standard Windows 2000/XP-style interface Professional and complete Help file Support is via several active newsgroups
  • 8. Examples Samples included Pre-processor add-on Macros to the max! Foodguys Full Install Upgrade Install Sun Food Service