source: OGRE/trunk/ogrenew/Tools/XSIExport/Install.iss @ 657

Revision 657, 1.6 KB checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1
2[Setup]
3AppName=OGRE XSI Exporter
4AppVersion=1.0.7
5AppVerName=OGRE XSI Exporter 1.0.7
6DefaultDirName=c:\SoftImage\XSI_4.2
7DefaultGroupName=OGRE XSI Exporter
8Compression=lzma
9SolidCompression=yes
10EnableDirDoesntExistWarning=yes
11
12[Files]
13Source: "bin\Release\OgreXSIExporter.dll"; DestDir: "{app}\Application\Plugins"
14Source: "..\Common\bin\release\OgreMain.dll"; DestDir: "{app}\Application\bin"
15Source: "..\Common\bin\release\devil.dll"; DestDir: "{app}\Application\bin"
16Source: "..\Common\bin\release\ilu.dll"; DestDir: "{app}\Application\bin"
17Source: "..\Common\bin\release\ilut.dll"; DestDir: "{app}\Application\bin"
18Source: "..\Common\bin\release\zlib1.dll"; DestDir: "{app}\Application\bin"
19Source: "extras\STLport_VC746.DLL"; DestDir: "{sys}"
20Source: "extras\msvcp70.DLL"; DestDir: "{sys}"
21Source: "extras\msvcr70.DLL"; DestDir: "{sys}"
22
23Source: "OGREXSI_Readme.html"; DestDir: "{app}"; Flags: isreadme
24Source: "page1.gif"; DestDir: "{app}"
25Source: "page2.gif"; DestDir: "{app}"
26Source: "page3.gif"; DestDir: "{app}"
27
28[Icons]
29Name: "{group}\README"; Filename: "{app}\OGREXSI_Readme.html"
30Name: "{group}\Uninstall"; Filename: "{uninstallexe}"
31
32[Messages]
33WizardSelectDir=Select XSI Folder
34SelectDirDesc=Please identify the location of your XSI folder (e.g. c:\SoftImage\XSI_4.2)
35SelectDirLabel3=Setup will install the exporter into your existing XSI location
36DirExistsTitle=Confirm XSI Folder
37DirExists=Are you sure this is your XSI folder?
38DirDoesntExistTitle=Folder Does Not Exist
39DirDoesntExist=The folder:%n%n%1%n%ndoes not exist. You are strongly advised to click 'No' and pick your correct XSI folder.
40
Note: See TracBrowser for help on using the repository browser.