Running explorer.exe inside the bubble
Normally Windows OS only allows you to run one instance of explorer.exe. This makes it a little more complicated to add an entry point to Explorer and launch it inside the bubble.
Normally Windows OS only allows you to run one instance of explorer.exe. This makes it a little more complicated to add an entry point to Explorer and launch it inside the bubble.
Here are step-by-step instructions on how to install, configure, and capture JAVA Runtime version 1.3.1.20 as a ThinApp Package. These instructions are provided "as is".
It's not uncommon to use a local copy of Internet Explorer (IE) as a way to present virtual applications to the desktop. The most common example is a virtual package of Java that is then launched with the local Internet Explorer. As such, this normally works without any modification. However, in a Vista environment, you can run into a unique circumstance.
If a download is interrupted during AppSync it continues where it left of the next time the user launches the application.
The location of the AppSync log and cache files can be specified within package.ini and with the parameter "UpgradePath=".
UpgradePath is also used for specify the location for integer updates.
Check out the August 27th Podcast from the VMware Communities team.
http://blogs.vmware.com/vmtn/2008/08/thinapp-for-vi.html
Do you have a ThinApp packaged application that doesn't like to shut down because it launches CTFMON.EXE (either from the local system or the virtual package)? This is a common issue with Office 2003, Office 2007, and Internet Explorer type packages. The provided instructions below, will walk you through how to disable CTFMON.EXE for a ThinApp packaged application.
AppSync allows you to update your ThinApp applications via http or https. However, we don't always have a web infrastructure to use or perhaps we would rather use a file share or replicated share like DFS or a NAS device. With AppSync, you can use these types of locations for the AppSyncURL= field. Remember, all we need is a URL location specified for the feature to work, so if you want to use a file share, follow these guidelines for your configuration of choice.
For a UNC:
\\server\share\path\to\file "convert this to" file://server/share/path/to/file
For a Local path:
c:\path\to\local\file "convert this to" file:///c:/path/to/local/file (note there are 3 slashes following file: here)
Recently, I've been asked on how one would use THINREG in a login script to auto-register network based ThinApp packaged applications to a workstation. While this question was asked in the context of VDI workstations, it could very easily be used outside a VDI implementation (on physical workstations attached to a network) as well.
There are two scenarios to consider with AV.
AV systems cannot scan inside of a Thinstalled EXE. You can protect against this by making sure your packaging computer has AV installed and up-to-date before you build into an EXE file, since the ThinApp project structure is just normal files on the filesystem your AV should scan these.
If you inadvertently package a virus/Trojan inside of one of your packages, then two things are true:
Because ThinApp doesn't use any device drivers it is compatible with all AV solutions. The only issue we have is the occasional false-positive, but that happens with everyone and this usually gets correct by AV vendors within a few days.
Subscribe via Email