home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / BitzNBytez_TeamViewer_Host.exe / tvfiles.7z / TeamViewer.exe / 1031 / REGISTRY / 102 (.txt)
InstallShield Script  |  2013-02-22  |  1KB  |  30 lines

  1.     NoRemove AppID
  2.         ForceRemove '%APPID_APP%' = s 'TeamViewer Application'
  3.             val RunAs = s 'Interactive User'
  4.         ForceRemove '%APPID_SVC%' = s 'TeamViewer Service'
  5.             val LocalService = s 'TeamViewer7'
  6.         ForceRemove 'TeamViewer.exe'
  7.             val AppID = s '%APPID_APP%'
  8.         ForceRemove 'TeamViewer_Service.exe'
  9.             val AppID = s '%APPID_SVC%'
  10.     ForceRemove %PROGID_APP%.%VERSION_APP% = s 'TeamViewer Application Class v%VERSION_APP%'
  11.         CLSID = s '%CLSID_APP%'
  12.     ForceRemove %PROGID_APP% = s 'TeamViewer Application Class'
  13.         CurVer = s '%PROGID_APP%.%VERSION_APP%'
  14.     ForceRemove %PROGID_SVC%.%VERSION_SVC% = s 'TeamViewer Service Class v%VERSION_SVC%'
  15.         CLSID = s '%CLSID_SVC%'
  16.     ForceRemove %PROGID_SVC% = s 'TeamViewer Service Class'
  17.         CurVer = s '%PROGID_SVC%.%VERSION_SVC%'
  18.     NoRemove CLSID
  19.         ForceRemove %CLSID_APP% = s 'TeamViewer Application Class'
  20.             val AppID = s '%APPID_APP%'
  21.             ProgID = s '%PROGID_APP%.%VERSION_APP%'
  22.             VersionIndependentProgID = s '%PROGID_APP%'
  23.             LocalServer32 = s '%MODULE%'
  24.             TypeLib = s '%LIBID%'
  25.         ForceRemove %CLSID_SVC% = s 'TeamViewer Service Class'
  26.             val AppID = s '%APPID_SVC%'
  27.             ProgID = s '%PROGID_SVC%.%VERSION_SVC%'
  28.             VersionIndependentProgID = s '%PROGID_SVC%'
  29.             TypeLib = s '%LIBID%'
  30.