home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / 09_02.iso / software / mouse / Mousotronsetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-07-22  |  3.5 KB  |  52 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Mousotron Pro
  4. AppVerName=Mousotron Pro 3.6
  5. AppId=Mousotron Pro
  6. AppVersion=3.6
  7. AppPublisher=BlackSun Software
  8. AppPublisherURL=http://users.pandora.be/eclypse
  9. AppSupportURL=http://users.pandora.be/eclypse
  10. AppUpdatesURL=http://users.pandora.be/eclypse
  11. DefaultDirName={pf}\Mousotron Pro
  12. DefaultGroupName=Mousotron Pro
  13. OutputBaseFilename=Mousotronsetup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. DisableProgramGroupPage=yes
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\Mousotron.exe"; DestDir: "{app}"; 
  22. Source: "{app}\BSKEYHOOK.dll"; DestDir: "{app}"; 
  23. Source: "{app}\Mousotron.chm"; DestDir: "{app}"; 
  24. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  25. Source: "{app}\BlackSun.htm"; DestDir: "{app}"; 
  26. [Registry]
  27. Root: HKLM; Subkey: "Software\BlackSun\Mousotron"; Flags: uninsdeletekey 
  28. Root: HKLM; Subkey: "Software\BlackSun\Mousotron"; ValueName: "DispItems"; ValueType: String; ValueData: "111111"; Flags: createvalueifdoesntexist 
  29. Root: HKLM; Subkey: "Software\BlackSun\Mousotron"; ValueName: "AlwaysOnTop"; ValueType: String; ValueData: "-1"; Flags: createvalueifdoesntexist 
  30. Root: HKLM; Subkey: "Software\BlackSun\Mousotron"; ValueName: "LeftClicks"; ValueType: String; ValueData: "0"; Flags: createvalueifdoesntexist 
  31. Root: HKLM; Subkey: "Software\BlackSun\Mousotron"; ValueName: "RightClicks"; ValueType: String; ValueData: "0"; Flags: createvalueifdoesntexist 
  32. Root: HKLM; Subkey: "Software\BlackSun\Mousotron"; ValueName: "MidClicks"; ValueType: String; ValueData: "0"; Flags: createvalueifdoesntexist 
  33. Root: HKLM; Subkey: "Software\BlackSun\Mousotron"; ValueName: "DblClicks"; ValueType: String; ValueData: "0"; Flags: createvalueifdoesntexist 
  34. Root: HKLM; Subkey: "Software\BlackSun\Mousotron"; ValueName: "KeyStrokes"; ValueType: String; ValueData: "0"; Flags: createvalueifdoesntexist 
  35. Root: HKLM; Subkey: "Software\BlackSun\Mousotron"; ValueName: "Distance"; ValueType: String; ValueData: "0"; Flags: createvalueifdoesntexist 
  36. Root: HKLM; Subkey: "Software\BlackSun\Mousotron"; ValueName: "Displaymode"; ValueType: String; ValueData: "0"; Flags: createvalueifdoesntexist 
  37. Root: HKLM; Subkey: "Software\BlackSun\Mousotron"; ValueName: "Animation"; ValueType: String; ValueData: "0"; Flags: createvalueifdoesntexist 
  38. Root: HKLM; Subkey: "Software\BlackSun\Mousotron"; ValueName: "Orientation"; ValueType: String; ValueData: "0"; Flags: createvalueifdoesntexist 
  39. Root: HKLM; Subkey: "Software\BlackSun\Mousotron"; ValueName: "Digits"; ValueType: String; ValueData: "0"; Flags: createvalueifdoesntexist 
  40. [Run]
  41. Filename: "{app}\Mousotron.exe"; Description: "Launch Mousotron Pro"; Flags: postinstall skipifsilent nowait
  42. [Icons]
  43. Name: "{group}\Mousotron Pro"; Filename: "{app}\Mousotron.exe"; 
  44. Name: "{group}\ReadMe.txt"; Filename: "{app}\Readme.txt"; 
  45. Name: "{group}\BlackSun Web Site"; Filename: "{app}\BlackSun.htm"; 
  46. Name: "{group}\Mousotron Help"; Filename: "{app}\Mousotron.chm"; 
  47. Name: "{userdesktop}\Mousotron Pro"; Filename: "{app}\Mousotron.exe"; Tasks: desktopicon; 
  48. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Mousotron Pro"; Filename: "{app}\Mousotron.exe"; Tasks: quicklaunchicon; 
  49. [Tasks]
  50. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  51. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  52.