From 798edd386363c5900a981522bc916155d0b74ff9 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Thu, 23 Mar 2006 21:07:28 +0000 Subject: [PATCH] Win32 Inno Setup installer script --- wininst.iss | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 wininst.iss diff --git a/wininst.iss b/wininst.iss new file mode 100644 index 0000000..79b9dac --- /dev/null +++ b/wininst.iss @@ -0,0 +1,60 @@ +[Setup] +AppCopyright=California Institute of California +AppName=Mussagl +AppVerName=Mussagl build 141 +DefaultGroupName=Mussagl +OutputDir=win32_mussagl_installer +OutputBaseFilename=mussagl-setup-build-141 +VersionInfoVersion=141 +VersionInfoCompany=California Institute of Technology +VersionInfoDescription=Mussagl +VersionInfoTextVersion=Mussagl build 141 +VersionInfoCopyright=California Institute of Technology +LicenseFile=LICENSE.txt +ShowLanguageDialog=yes +AppPublisher=Wold Lab - Caltech +AppPublisherURL=http://woldlab.caltech.edu +AppSupportURL=http://mussa.caltech.edu +AppUpdatesURL=http://mussa.caltech.edu +AppVersion=build 141 +AppID={{5B060311-9241-4015-B73D-D9D2822458E7} +UninstallDisplayName=Mussagl +DefaultDirName={pf}\Mussagl +[Dirs] +Name: {app}\examples +Name: {app}\icons +Name: {app}\examples\seq +[Files] +Source: icons\viewmag.png; DestDir: {app}\icons +Source: icons\exit.png; DestDir: {app}\icons +Source: icons\filenew.png; DestDir: {app}\icons +Source: icons\fileopen.png; DestDir: {app}\icons +Source: icons\filesave.png; DestDir: {app}\icons +Source: icons\help.png; DestDir: {app}\icons +Source: icons\image2.png; DestDir: {app}\icons +Source: icons\info.png; DestDir: {app}\icons +Source: icons\lock.png; DestDir: {app}\icons +Source: icons\motif_icon.png; DestDir: {app}\icons +Source: icons\README.txt; DestDir: {app}\icons +Source: examples\test_motif.txt; DestDir: {app}\examples +Source: examples\mck3test.mupa; DestDir: {app}\examples +Source: examples\mck3test_example.museq; DestDir: {app}\examples +Source: examples\mck3test_example.muway; DestDir: {app}\examples +Source: examples\mm_mck3test.annot; DestDir: {app}\examples +Source: examples\seq\rabbit_mck_pro.fa; DestDir: {app}\examples\seq +Source: examples\seq\human_mck_pro.fa; DestDir: {app}\examples\seq +Source: examples\seq\mouse_mck_pro.fa; DestDir: {app}\examples\seq +Source: release\mussagl.exe; DestDir: {app} +Source: ..\..\MinGW\bin\mingwm10.dll; DestDir: {app} +Source: ..\..\Qt\4.1.0\bin\QtCore4.dll; DestDir: {app} +Source: ..\..\Qt\4.1.0\bin\QtGui4.dll; DestDir: {app} +Source: ..\..\Qt\4.1.0\bin\QtOpenGL4.dll; DestDir: {app} +[Icons] +Name: {group}\Mussagl; Filename: {app}\mussagl.exe; WorkingDir: {app}; IconFilename: {app}\mussagl.exe; Flags: createonlyiffileexists +Name: {group}\{cm:UninstallProgram, Mussagl}; Filename: {uninstallexe} +[INI] +Filename: {app}\mussa.url; Section: InternetShortcut; Key: URL; String: http://mussa.caltech.edu/ +Filename: {app}\woldlab.url; Section: InternetShortcut; Key: URL; String: http://woldlab.caltech.edu +[UninstallDelete] +Type: files; Name: {app}\mussa.url +Type: files; Name: {app}\woldlab.url -- 2.30.2