home *** CD-ROM | disk | FTP | other *** search
/ Game Programming in C++ - Start to Finish / GameProgrammingS.iso / tools_install / glslvalidate-1.8.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-09-27  |  1.8 KB  |  44 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=OpenGL Shader Validator
  4. AppVerName=GLSL Validate v1.8
  5. AppId=OpenGL Shader Validator
  6. AppVersion=1.8
  7. AppPublisher=3Dlabs
  8. AppPublisherURL=http://developer.3dlabs.com/
  9. DefaultDirName={pf}\3Dlabs\GLSL Validate
  10. DefaultGroupName=3Dlabs\GLSL Validate
  11. UninstallDisplayIcon={app}\glslvalidate.exe
  12. UninstallDisplayName=3Dlabs GLSL Validate v1.8
  13. OutputBaseFilename=glslvalidate-1.8
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\glslvalidate.exe"; DestDir: "{app}"; 
  20. Source: "{app}\glslang.dll"; DestDir: "{app}"; 
  21. Source: "{app}\msvcp70.dll"; DestDir: "{app}"; 
  22. Source: "{app}\sample.vert"; DestDir: "{app}"; 
  23. Source: "{app}\sample.frag"; DestDir: "{app}"; 
  24. [Run]
  25. Filename: "{app}\glslvalidate.exe"; WorkingDir: "{app}"; Description: "Launch application"; Flags: postinstall unchecked skipifsilent nowait
  26. [Icons]
  27. Name: "{group}\GLSL Validate"; Filename: "{app}\glslvalidate.exe"; WorkingDir: "{app}"; 
  28. Name: "{group}\Program Folder"; Filename: "{app}"; 
  29. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  30. [CustomMessages]
  31. default.NameAndVersion=%1 version %2
  32. default.AdditionalIcons=Additional icons:
  33. default.CreateDesktopIcon=Create a &desktop icon
  34. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  35. default.ProgramOnTheWeb=%1 on the Web
  36. default.UninstallProgram=Uninstall %1
  37. default.LaunchProgram=Launch %1
  38. default.AssocFileExtension=&Associate %1 with the %2 file extension
  39. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  40. [Languages]
  41. ; These files are stubs
  42. ; To achieve better results after recompilation, use the real language files
  43. Name: "default"; MessagesFile: "embedded\default.isl"; 
  44.