home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / nahravani / aurec / arw3.exe / install_script.iss
Text File  |  2004-08-31  |  3KB  |  71 lines

  1. ;InnoSetupVersion=4.0.10
  2.  
  3. [Setup]
  4. AppName=Audio Record Wizard
  5. AppVerName=Audio Record Wizard v3.92
  6. AppId=Audio Record Wizard
  7. AppPublisher=NowSmart Studio
  8. AppMutex=AudioRecordWizard
  9. DefaultDirName={pf}\ARWizard3
  10. DefaultGroupName=ARWizard3
  11. UninstallDisplayIcon={app}\ARWizard3.exe
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. InfoAfterFile=embedded\InfoAfter.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\ARWizard3.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\ARWizard3.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\lame_enc.dll"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\bass.dll"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\ogg.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\vorbis.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\vorbisenc.dll"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\vis_cool.dll"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\skin\m1.skn"; DestDir: "{app}\skin"; Flags: ignoreversion 
  31. Source: "{app}\skin\m2.skn"; DestDir: "{app}\skin"; Flags: ignoreversion 
  32. Source: "{app}\Tutorials\example.htm"; DestDir: "{app}\Tutorials"; Flags: ignoreversion 
  33. Source: "{app}\Tutorials\arwexample.swf"; DestDir: "{app}\Tutorials"; Flags: ignoreversion 
  34. Source: "{app}\Sound\record.wav"; DestDir: "{app}\Sound"; Flags: ignoreversion 
  35. Source: "{app}\Sound\pause.wav"; DestDir: "{app}\Sound"; Flags: ignoreversion 
  36. Source: "{app}\Sound\stop.wav"; DestDir: "{app}\Sound"; Flags: ignoreversion 
  37. Source: "{app}\Sound\start.wav"; DestDir: "{app}\Sound"; Flags: ignoreversion 
  38. Source: "{app}\Sound\close.wav"; DestDir: "{app}\Sound"; Flags: ignoreversion 
  39. Source: "{app}\Help.chm"; DestDir: "{app}"; Flags: ignoreversion 
  40. Source: "{app}\Readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  41. Source: "{app}\info.dat"; DestDir: "{app}"; Flags: ignoreversion 
  42. Source: "{app}\ARWizard3 Homepage.url"; DestDir: "{app}"; Flags: ignoreversion 
  43.  
  44. [Dirs]
  45. Name: "{app}"; Flags: uninsalwaysuninstall 
  46. Name: "{app}\skin"; Flags: uninsalwaysuninstall 
  47. Name: "{app}\Sound"; Flags: uninsalwaysuninstall 
  48. Name: "{app}\Tutorials"; Flags: uninsalwaysuninstall 
  49.  
  50. [Registry]
  51. Root: HKCU; Subkey: "Software\NowSmart Studio"; Flags: uninsdeletekey 
  52.  
  53. [Run]
  54. Filename: "{app}\ARWizard3.exe"; WorkingDir: "{app}"; Description: "Launch Audio Record Wizard"; Flags: postinstall skipifsilent nowait
  55.  
  56. [Icons]
  57. Name: "{group}\ARWizard3 Homepage"; Filename: "{app}\ARWizard3 Homepage.url"; WorkingDir: "{app}"; 
  58. Name: "{group}\ARWizard3 Tutorials"; Filename: "{app}\Tutorials\example.htm"; WorkingDir: "{app}\Tutorials"; 
  59. Name: "{group}\Uninstall ARWizard3"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  60. Name: "{group}\Help"; Filename: "{app}\Help.chm"; WorkingDir: "{app}"; 
  61. Name: "{group}\ARWizard3"; Filename: "{app}\ARWizard3.exe"; WorkingDir: "{app}"; 
  62. Name: "{userdesktop}\ARWizard3"; Filename: "{app}\ARWizard3.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  63.  
  64. [Tasks]
  65. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  66.  
  67. [Languages]
  68. ; These files are stubs
  69. ; To achieve better results after recompilation, use the real language files
  70. Name: "default"; MessagesFile: "embedded\default.isl"; 
  71.