Advertisement
Guest User

PortableXApps

a guest
Nov 15th, 2012
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. PRE-REQUISITES
  2. ==============
  3. 1. If you are doing this on a clean install, make sure you start ThinApp, press Next, and close.
  4. 2. Go into Folder Options > enable Hidden Files.
  5. 3. You will need a specific Hex Editor from here:
  6. http://portablexapps.blogspot.com/2012/07/hxd-portable-multilingual.html
  7.  
  8.  
  9. HOW TO DISABLE THINAPP'S BANNER
  10. ===============================
  11. 01. Navigate to: C:\Users\%Username%\AppData\Roaming\Thinstall\ThinstallBuilder
  12. - XP Users: C:\Documents and Settings\%Username%\Application Data\Thinstall\ThinstallBuilder
  13. - Keep this window open but minimize for now.
  14.  
  15. 02. Start ThinApp Log Monitor > Click Browse > Navigate to: C:\Programs files\VMWare\VMWare ThinApp.
  16.  
  17. 03. In file name enter *.* > press Open > right-click on 'tlink.exe' > select 'Properties' tab > leave open.
  18.  
  19. 04. Maximize 'ThinstallBuilder' folder in (Step #01).
  20.  
  21. 05. Navigate to: ThinstallBuilder\%ProgramFilesDir%\VMware\VMware ThinApp.
  22.  
  23. 06. Copy 'tlink.exe' to Desktop.
  24.  
  25. 07. Start Hex Editor > Open 'tlink.exe' > click 'Search' > 'GoTo' > and enter '0002BB0A' > click 'OK' to jump to location.
  26.  
  27. 08. In 10th and 11th column > you will see 74 | 19.
  28. - Change "19" to "00" so it looks like this: 74 | 00
  29. - Save file.
  30.  
  31. 09. Copy & paste modified 'tlink.exe' into: 'ThinstallBuilder\%ProgramFilesDir%\VMware\VMware ThinApp'.
  32. - Select yes to replace existing file with same name.
  33.  
  34. 10. Complete.
  35.  
  36. * ThinApp will still show the banner, but applications built with ThinApp will not.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement