home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / CHIPINTE092002.ISO / exe / uptrshar.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-07-03  |  3.7 KB  |  57 lines

  1. ;InnoSetupVersion=1.3.25
  2. [Setup]
  3. AppName=UpTrend 3.0 Shareware
  4. AppVerName=UpTrend 3.0 Shareware
  5. AppId=UpTrend3Shareware
  6. AppVersion=3.0 Shareware
  7. AppMutex=UpTrend3Mutex, UpTrend3ZeitsteuerungMutex
  8. DefaultDirName={pf}\UpTrend-Shareware
  9. DefaultGroupName=UpTrend
  10. OutputBaseFilename=setup
  11. Compression=zip
  12. PrivilegesRequired=none
  13. ChangesAssociations=yes
  14. LicenseFile=embedded\License.txt
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\uptrend.exe"; DestDir: "{app}"; 
  19. Source: "{app}\uptrend.hlp"; DestDir: "{app}"; 
  20. Source: "{app}\kursquellen.hlp"; DestDir: "{app}"; 
  21. Source: "{app}\Quellen.upq"; DestDir: "{app}"; 
  22. Source: "{app}\Werte.upw"; DestDir: "{app}"; 
  23. Source: "{app}\Beispielwertpapiere\BMW StA.up3"; DestDir: "{app}\Beispielwertpapiere"; 
  24. Source: "{app}\Beispielwertpapiere\Deutsche Bank.up3"; DestDir: "{app}\Beispielwertpapiere"; 
  25. Source: "{app}\Beispielwertpapiere\EOn.up3"; DestDir: "{app}\Beispielwertpapiere"; 
  26. Source: "{app}\Beispielwertpapiere\Hugo Boss.up3"; DestDir: "{app}\Beispielwertpapiere"; 
  27. Source: "{app}\Beispielwertpapiere\Infineon Technologies.up3"; DestDir: "{app}\Beispielwertpapiere"; 
  28. Source: "{app}\US-Konjunkturindikatoren\B_Payroll Employment (Besch
  29. ftigung).up3"; DestDir: "{app}\US-Konjunkturindikatoren"; 
  30. Source: "{app}\US-Konjunkturindikatoren\B_Unemployment Rate (Arbeitslosenrate).up3"; DestDir: "{app}\US-Konjunkturindikatoren"; 
  31. Source: "{app}\US-Konjunkturindikatoren\I_Average Hourly Earnings (Durchschnittliche Stundenl
  32. hne im produzierenden Gewerbe).up3"; DestDir: "{app}\US-Konjunkturindikatoren"; 
  33. Source: "{app}\US-Konjunkturindikatoren\I_Consumer Price Index CPI (Konsumentenpreisindex).up3"; DestDir: "{app}\US-Konjunkturindikatoren"; 
  34. Source: "{app}\US-Konjunkturindikatoren\I_Producer Price Index PPI (Erzeugerpreisindex).up3"; DestDir: "{app}\US-Konjunkturindikatoren"; 
  35. Source: "{app}\US-Konjunkturindikatoren\I_Producer Price Index PPI Ex Food  Energy (Erzeugerpreisindex - Kernrate).up3"; DestDir: "{app}\US-Konjunkturindikatoren"; 
  36. Source: "{app}\US-Konjunkturindikatoren\K_Consumer Credits (Konsumentenkredite).up3"; DestDir: "{app}\US-Konjunkturindikatoren"; 
  37. Source: "{app}\US-Konjunkturindikatoren\K_Housing Starts (Begonnene Bauvorhaben).up3"; DestDir: "{app}\US-Konjunkturindikatoren"; 
  38. Source: "{app}\US-Konjunkturindikatoren\P_Industrial Capacity Utilization (Kapazit
  39. tsauslastung der Industrie).up3"; DestDir: "{app}\US-Konjunkturindikatoren"; 
  40. Source: "{app}\US-Konjunkturindikatoren\P_Industrial Production (Industrieproduktion).up3"; DestDir: "{app}\US-Konjunkturindikatoren"; 
  41. Source: "{app}\US-Konjunkturindikatoren\P_Retail Sales (Einzelhandelsums
  42. tze).up3"; DestDir: "{app}\US-Konjunkturindikatoren"; 
  43. Source: "{app}\US-Konjunkturindikatoren\P_Total Business Inventories (Gesamte Lagerbest
  44. nde).up3"; DestDir: "{app}\US-Konjunkturindikatoren"; 
  45. Source: "{app}\US-Konjunkturindikatoren\S_National Association of Purchasing Managers Index NAPM (Nationaler Einkaufsmanager-Index).up3"; DestDir: "{app}\US-Konjunkturindikatoren"; 
  46. Source: "{app}\US-Konjunkturindikatoren\S_University of Michigan Consumer Sentiment Index (Index zur Verbraucherstimmung).up3"; DestDir: "{app}\US-Konjunkturindikatoren"; 
  47. [Icons]
  48. Name: "{group}\UpTrend 3.0 Shareware"; Filename: "{app}\uptrend.exe"; WorkingDir: "{app}"; IconFilename: "{app}\uptrend.exe"; 
  49. Name: "{userdesktop}\UpTrend 3.0 Shareware"; Filename: "{app}\uptrend.exe"; WorkingDir: "{app}"; IconFilename: "{app}\uptrend.exe"; 
  50. [InstallDelete]
  51. Type: files; Name: "{app}\uptrend.cfg"; 
  52. [UninstallDelete]
  53. Type: dirifempty; Name: "{app}\Beispielwertpapiere"; 
  54. Type: dirifempty; Name: "{app}\US-Konjunkturindikatoren"; 
  55. Type: files; Name: "{app}\uptrend.cfg"; 
  56. Type: dirifempty; Name: "{app}"; 
  57.