home *** CD-ROM | disk | FTP | other *** search
/ business-86-101-185-173.business.broadband.hu / business-86-101-185-173.business.broadband.hu.zip / business-86-101-185-173.business.broadband.hu / trans / trans_setup.exe / 21 < prev    next >
Text File  |  2014-09-20  |  632b  |  19 lines

  1. @echo off
  2. if exist "c:\program files\o and s computer\trans\nul" goto win32
  3. goto win64
  4. :win32
  5. start /w cacls "c:\program files\o and s computer\trans" /t /c /e /g mindenki:c
  6. c:
  7. cd "\program files\o and s computer\trans"
  8. goto end
  9. :win64
  10. start /w cacls "c:\program files (x86)\o and s computer\trans" /t /c /e /g mindenki:c
  11. c:
  12. cd "\program files (x86)\o and s computer\trans"
  13. :end
  14. regasm /u webserviceclient.dll
  15. gacutil /u WebServiceClient,Version=1.0.0.0,Culture=neutral,PublicKeyToken=45e0fc4633692401
  16. gacutil /i webserviceclient.dll
  17. regasm webserviceclient.dll /codebase /tlb:webserviceclient.tlb
  18. start trans.exe
  19.