; A script for packaging botan with InnoSetup [Setup] AppName=Botan AppVerName=Botan %{version} AppPublisher=Jack Lloyd AppPublisherURL=http://botan.randombit.net/ AppVersion=%{version} DefaultDirName={pf}\botan DefaultGroupName=botan AppCopyright=Copyright (C) 1999-2009 Jack Lloyd and others SolidCompression=yes OutputDir=. [Files] Source: "..\libbotan.dll"; DestDir: "{app}" Source: "include\botan\*"; DestDir: "{app}\include\botan"