VMware

Opunui25

Opunui25's Profile

  • Name: Travis Sales 
  • Email: travis@vmware.com
  • Member Since: Feb 26, 2008
  • Last Logged In: Nov 3, 2009 2:36 PM
  • Status Level: Hot Shot Hot Shot (276 points)
  • VMware Employee: VMware Yes
  • Location: Sugar Land, TX
  • Occupation: SE Specialist
  • Homepage: http://www.vmware.com
  • Signature: Travis Sales travis@vmware.com VMware, Inc. | SE Specialist, Enterprise Desktop Solutions

Opunui25's Latest Content


This may not be the most elegant solution and the product team is aware of this but in the meantime, here a solution that you can use if needed.

  • 1. You will need to download the ShellExecute.exe
  • 2. During capture, copy ShellExecute.exe onto capture PC (let's say c:\app) 2. Create a Shortcut on the StartMenu which will launch the template document using ShellExecute like this "c:\app\ShellExecute c:\mydocument.xls"
  • 3. When you finish the capture you should have an EXE target which will launch a template document using the virtualized application and it will install to the StartMenu using Thinreg.

You can manually do this in package.ini after the capture completes if you know the format to use.

0 Comments Permalink


This is a quick guide on how to quickly switch between different version of Thinstall. You may find it necessary to keep multiple versions of the Thinstall software available to test with your applications. As such, the following directions will assist you in what is required to allow you to use multiple copies of Thinstall to build your .exe's with.

Every Thinstall project has a build.bat which, when run, will look for the Thinstall build utilities using the following search order:

  1. Look at the environment variable THINSTALL_BIN
  2. Depending on the version you downloaded
    • Look at
      • c:\Program files\Thinstall.VS
      • c:\program files\VMWare\Northstar

Collecting the Thinstall Build Utilities

The Thinstall build utilities are the files vregtool.exe, vftool.exe, and tlink.exe. These files require SetupCapture.exe to be located in the same directory in order to run. All of these files will be installed by the original .msi installer to c:\program files. You can save a copy of c:\program files\Thinstall.VS to something like c:\thinstall_version_3.335 (or a directory of your choice). Over time, you can build a library of versions to test with by storing off the contents in a separate directory after installing.

Change the Environment Variable

All that is required to cause build.bat to use a different version is to change the environment variable THINSTALL_BIN

For example:

c:\myproject>

set THINSTALL_BIN= c:\thinstall_version_3.335

c:\myproject> build.bat

0 Comments Permalink


When using Compression in your application, be sure to remember that you can use compression at the folder level by specifying the "CompressionType=Fast" command within the ##Attributes.ini in lieu of using the global setting in the package.ini. You may decide that you just need to compress certain folders that contain very large files while leaving the remainder of the application uncompressed. This technique can help you reduce the overall footprint without needing to compress the entire application.

0 Comments Permalink

Communities