; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! [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={{CHANGE-THIS} AppName=Custom application AppVerName=Custom application 1.0 AppPublisher=Scol-Technologies AppPublisherURL=http://www.scolring.org AppSupportURL=http://www.scolring.org AppUpdatesURL=http://www.scolring.org DefaultDirName={pf}\Custom application DefaultGroupName=Custom application OutputDir=release OutputBaseFilename=appsetup.exe SetupIconFile=custom.ico Compression=lzma SolidCompression=true UninstallDisplayIcon={app}\custom.ico InternalCompressLevel=max VersionInfoVersion=1.0 VersionInfoCompany=Scol-Technologies VersionInfoDescription=Custom application VersionInfoCopyright=Scol-Technologies 2014 MinVersion=0,5.01.2600 AppCopyright=Scol-Technologies 2014 DisableProgramGroupPage=false UsePreviousAppDir=false [Languages] Name: english; MessagesFile: compiler:Default.isl Name: french; MessagesFile: compiler:Languages\French.isl [Tasks] [Files] ; NOTE: Don't use "Flags: ignoreversion" on any shared system files Source: "..\..\dependencies\redist\directx\*"; DestDir: "{tmp}\directx"; Flags: ignoreversion Source: "..\..\dependencies\redist\vc2010\*"; DestDir: "{tmp}\vc2010"; Flags: ignoreversion Source: "..\..\dependencies\redist\vc2008\*"; DestDir: "{tmp}\vc2008"; Flags: ignoreversion ; Should add the kinect redist here for kinect applications Source: app\*; DestDir: {app}; Flags: ignoreversion createallsubdirs overwritereadonly recursesubdirs; Excludes: .svn [Icons] Name: {group}\Custom application; Filename: {app}\app.exe; IconIndex: 0; IconFilename: {app}\custom.ico Name: {group}\{cm:ProgramOnTheWeb, Website}; Filename: http://www.scolring.org Name: {group}\{cm:UninstallProgram, Custom application}; Filename: {uninstallexe} [Run] Filename: {tmp}\vc2008\vcredist_x86.exe; Parameters: /q; StatusMsg: Installing MS Visual 2008 C++ redist... Filename: {tmp}\vc2010\vcredist_x86.exe; Parameters: /q; StatusMsg: Installing MS Visual 2010 C++ redist... Filename: {tmp}\directx\DXSETUP.exe; Parameters: /silent; StatusMsg: Installing MS DirectX redist... ; Should add the kinect redist here for kinect applications [Registry] [CustomMessages] [Code]