Quantcast
Channel: VMware Communities : Popular Discussions - VMware ThinApp: Discussion Forum
Viewing all 57744 articles
Browse latest View live

ThinDirect

$
0
0

I have a virtual IE6 package with several plugins. Everything is working fine. I am trying to implement ThinDirect for this. The location of the server the URL is pointing at is inside out network, but it uses a specific port number. Initially ThinDirect works to go to the main URL. After logging in, i get redirected again, but i am not sure where it is trying to go. The URL also gets appended with a randomly generated string each time it is accessed.

 

The syntax i have tried in the ThinDirect.txt file is:

servername1234*

servername1234.ourdomain.com*

http://servername1234*

http://servername1234.ourdomain.com*

http://servername1234/*

http://servername1234.ourdomain.com/*

http://servername1234*/*

http://servername1234.ourdomain.com*/*

http://servername1234:5000/*

http://servername1234.ourdomain.com:5000/*

http://servername1234:5000*/*

http://servername1234.ourdomain.com:5000*/*

 

All of the above redirect me after i login to the web based application.

 

Any ideas what i am doing wrong?

 

Thank you,

 

Kevin


ThinApp Script to terminate child processes

$
0
0

Working on virtualizing Quickbooks 2012 Premier with Eval version of ThinApp 4.7.

 

QB leaves 3 or 4 processes running after closing QB that consume too much RAM to keep running indefinitely in a Remote Desktop environment, so I'd like them to terminate along with QuickBooks. My experiments thus far show no ill effects from doing so, aside from longer QB load times. And it has the side-benefit of preventing background QB updates, which, here, is desireable.

 

I am including a VBScript with my package that works correctly outside the bubble, but does not work at all when run from the OnFirstParentExit callback. The relevant code follows:

 

Function OnFirstParentExit     Dim objWMIService     Dim colProcess     Dim objProcess     strComputer = "."     Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")     Set colProcess = objWMIService.ExecQuery("SELECT * FROM Win32_Process")     For Each objProcess in colProcess          If InStr(UCase(objProcess.Name), "QUICKBOOKS") > 0 Then               objProcess.Terminate          End If     Next
End Function

 

I've verified that closing QB does, in fact, run this procedure, by adding a Wscript.Echo statement.

 

Is it not possible to terminate these processes from a script within the bubble? If so, is there a way to have OnFirstParentExit run this procedure outside the bubble?

 

TIA

ThinApp Issue On Win 7 64bit OS (EAccessViolation)

$
0
0

Hey Guys,

 

Having an issue with ThinApp v5.  I have been capturing Macro Scheduler (mjtnet.com) for quite a while, however recently I have run into an issue on Windows 7 64bit our image at work.  I get the below error when running the application.

 

It is only when running that application packaged under ThinApp, I can run the application outside of ThinApp and it works fine.  I can run that ThinApp package on other machines, Win 7 32 bit, and 64bit.  However I can't understand why this fails to run on various Win7 64bit images.  Any suggestions?

 

---------------------------

Application Error

---------------------------

Exception EAccessViolation in module msched.exe at 0004FA07.

 

Access violation at address 0044FA07 in module 'msched.exe'. Read of address 88000008.

---------------------------

OK

---------------------------

 

Spoke to MacroScheduler and they have advised that packaging the application via ThinApp is outside of their support and are unable to help.  The error doesn't mean anything to them.  I can run older versions of the package on the machine that were packaged with older versions of ThinApp.

 

Any suggestions as to what I could do to further investigate / resolve the issue?

 

I also have an issue with another application running on this 64bit image.  FastStone Screen Capture in the editor screen I am unable to click on the menu buttons.  Native app I can, ThinApp I can't the button presses but doesn't do anything when its ThinApp'd.

Extract thinapp .dat files

$
0
0

If I would create a tool to extract thinapp .dat files based based on reverse engineering would it be ok to publish it?

ThinApp 5.2 fails to execute on Windows 10

$
0
0

Has anyone had any difficulty with ThinApp 5.2 running on Windows 10?  Installer works just fine, but all installed applications crash upon startup.  Setup Capture.exe and log_monitor.exe both crash each time they are executed.

how to edit thin app application?

$
0
0

how to edit existing thin app application?

Sony vegas pro 14 portable?

$
0
0

Hi, this my first post on the VMWare forum and i'll like to know how to make Sony vegas pro 14 executable from an USB stick using thinapp

I've tried but Vegas continue saying that some DLLs are missing and returns "Application initialization error : ERROR CODE -59"

I will be very happy if anyone could help me with that because i need it for high school

 

(DLLs missing):

-MSVCP110.dll

-MSVCR110.dll

-VCOMP110.dll

 

P.S.: i'm french so my english is not perfect, sorry in advance...

thanks,

-3Rwan10

SPSS 22 Thinapp very slow

$
0
0

Hello Thinapp community,

 

I'm trying to create a Thinapp package for IBM SPSS 22. The package works but is very slow. Starting the program takes about 3 minutes and working in SPSS is very slow, especially with large files.

 

We use VMWare View desktops with Windows 7, 32 bit, linked clones, non persistent.

When I install SPSS directly on a View desktop it works fine, so the problem seems to be in the Thinapp package.

 

Anyone has any experience with this? Or maybe an idea what the problem may be?

With other Thinapp packages we don't experience this problem.

 

Thanks in advance.

 

Frank


What happens when my 60 day evaluation ends?

$
0
0

Hi, so far this product has been great. I've been having a ton of trouble getting a hold of sales for pricing, which is a bit crazy.

 

I am wondering though, what happens in 60 days after my evaluation expires? Currently I've just created one .exe for testing, but I was wondering if I purchase a license will I need to remake this .exe or how I tie my existing programs into a new license?

 

Or lets say I decide to go with a different product, will it automatically delete those old .EXEs?

 

or even say a few computers I have are offline only, using my PAID license to create the .exe, will it stop working after a set period of time if it can't contact the central licensing server? thank you very much if anyone has any answers regarding this

Unable to load required Type Library C:\Program Files\ThinstallPlugins\scripting.dll

$
0
0

Hi all,

 

I'm a newby for ThinApp, and I'm having this problem with a package, maybe someone could help with.

 

One of my packages runs perfectly as it is, but I need to add a vbs script to have it do something before the application starts. However, as soon as I add ANY script to the package and rebuild, I get this error on startup of the application:

 

Scripting System:

Unable to load required Type Library

C:\Program Files\ThininstallPlugins\scripting.dll

Error Code=0x8007000e

 

I can see scripting.dll being added to the build at the end of the building process, so that's not the problem.

 

The same thing happens when I build the application without a script, but applink it to another application that does have a script inside. (Although this second application runs fine when run on its own, and the script executes without problem).

 

Any suggestions would be appreciated.

 

Thanks,

Vincent

 

 

Thinapp and browsers (Chrome and Firefox), lots of issues

$
0
0

Hello:

 

Are there some guidelines or best practices for capturing Chrome and Firefox?  The reason I am asking is that we are having a bunch of issues with each.  In more detail:

 

Chrome: We thinapped the latest version of Chrome, without any additional plugins, with and without the --no-sandbox option per the KB article here:

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2104409VMware KB: Google Chrome fails when capturing Google Chrome with VMware ThinApp

This one works fine on the initial run, but after it is closed and opened a second time, it will not work properly after that.  It crashes, then upon re-launching it will consume 100% cpu and its window never opens even though the process is running.  If I clear the Thinapp sandbox folder for Chrome, it will open up fine for the first time, but when opening a second time the same issue comes back.

 

Firefox: We thinapped the latest version of Firefox, along with the latest Java 1.8.x, latest Flash, and VMware client integration plugin.  It worked fine for about a week then all of a sudden one day it no longer launches (and we haven't changed anything) with the error: Fatal Application Exit, Unable to Open.

 

I've been looking around and the information is fragmented.  I've seen posts with similar issues in the past but supposedly they were resolved with later versions of the Thinapp setup capture program which we are using the very latest and greatest version (5.1.1).  To my knowledge we are using best practices and using a bare minimum Windows 7 VM to capture with.  Any help would be appreciated, if there have been known working solutions or combinations of versions that work.

 

Thanks in advance.

Application can't find .ksml after app is made portable using ThinApp

$
0
0

Hi!

 

I am having a similar problem to http://communities.vmware.com/thread/137009 and would like some help.

I used ThinApp on Halo Custom Edition and it worked but when I launch the program it says it can't find C:\Program Files\Microsoft Games\Halo Custom Edition\content\600log.ksml

 

I am really confused, I tried everything.. Should I change the WorkingDirectory?

I attached my Package.ini so you can have a look at it if you want.

thinapp package opens excel locally - License problem

$
0
0

Hi

 

I have a thinapp package that Works, there is only one little problem the application has a report function that can open a report in different applications. Our users want to open it in Excel and we have installed the Office package locally on the computer (no thinapp) and when I try to open it in Excel I first get an error Message from thinapp. (sorry for that some of the error Messages is in Norwegian. But the buttons says: Cancel, Try Again or Ignore

---------------------------

WINWORD.EXE - Kritisk programavslutning

---------------------------

ThinApp has encountered an unexpected error. Click Abort to close the application, Retry to debug, or Continue to ignore the error. Support info: PID=7744, create_process.cpp@2648

---------------------------

Avbryt   Prøv på nytt   Ignorer  

---------------------------

 

Behind this error message the correct document opens.

 

If I click on Ignore I get an New error Message:

 

Microsoft office can't find your license for this application. a repair attempt was unsuccessful or was cancelled (translated from Norwegian)

 

All the Office applications works normally if I start them directly. But as soon as the package triggers an Office Application this happens.

 

Any ideas?

 

From

Andreas Henden

 

 

Possible to disable ThinApp pop up upon launch?

$
0
0

Not sure if this is doable but I have followed a few guides online to no avail. to get the popup disabled upon launching ThinApps and MSI's.  Any one here have any luck with this?

Not a valid Win32 application error

$
0
0

Has anyone seen this issue,

 

I tried capturing the Pinnacle Oracle application. It basically installs to the program files a omnis runtime. When I put this out on a share drive and open it on computer it launches just fine. The second I try to open it on any other computer it displays the following message "Pinnacle.exe is not a valid Win32 application"

also after launching it on one system the icon loses its graphic. Also If i try and open a second copy on the original PC it now says this error "Unable to open main data container"

 

This issue really makes streaming a issue, anybody have any ideas? Both systems are Windows XP SP3 and I receive the same error on my Windows 7 systems. Also it seems to be application specific since I can run other thin apps in the same location.

 

Ryan


ThinApp iTunes 9.2.1.5 problem

$
0
0

 

A little help if you please...

 

 

I am trying to make iTunes 9.2.1.5 portable. I have a fresh install of windows xp in a vmware image. I do a prescan, install iTunes. I use the options I believe are correct. I then follow the instructions that others have listed in regards to iTunes (thanks to DelphiOne and all the others ). I edit the registry, copy over the modified dll and then build the project.

 

 

At that point I run the app on the virtualized windows and get an error message  "itunes cannot run because some of its required files are missing. Please reinstall iTunes".

 

 

I have tried the different options in the thinapp wizard but have yet to find the right combination to make the application run at all. I keep getting the error message I listed above.

 

 

If anyone could list the options they used to get the app to run I would be very grateful. For instance, what to use as entry points (i tried selecting all and also selecting just iTunes), which isolation mode to use (tried both settings),  what to use as the primary data container and so on.

 

 

Thanks to all in advance,

 

 

cheers.

 

 

kodos.

 

 

 

 

 

Problems with Thinapp package SPSS 19

$
0
0

We are trying to Thinapp IBM SPSS Statistics 19.

After installing and having it activated via SPSS® site license on a clean Windows XP machine we capture it with Thinapp 4.5

 

Problem is that we get the following error after having the package started:

>Error # 7001

>There is no license for IBM SPSS Statistics.

>Execution of this command stops

>Specific symptom number: 18

 

End of job:  2 command lines 1 errors 0 warnings 2 CPU seconds

 

Support of IBM gave us the following response:

"Resolution Description:

 

This problem is generally seen when a user does not have at least read permission to the following persistence path. Below are the full paths for XP .

 

 

Windows XP:

 

C:\Documents and Settings\All Users\Application Data\SafeNet Sentinel\Sentinel RMS Development Kit\System"

 

Please Advise......

Thinapp 4.6 - Scanner is busy

$
0
0

Hi,

 

We have a weird problem.

 

When we use a Cannon DR-2510C scanner (32bit driver) on a windows 7 32 bit client from a virtual application everything works fine.

On a windows 7 64 bit client we receive the error 'scanner is busy operation cannot be completed - 4437'.

 

The scanner can be used on a windows 7 64 bit client from a local application.

 

The scanner doesn't have a 64bit driver.

 

Any ideas on how to make this work?

 

Greetings,

Lindsay

ThinApp 5.2 released! Now supporting Windows 10

$
0
0

I'm happy to be able to announce the release of ThinApp 5.2! With Windows 10 support..

Get it here: VMware ThinApp 5

Windows 10 and ThinApp's created on Windows 7

$
0
0

Hello,

 

My agency is starting to migrate to Windows 10.

 

All of my ThinApp's have been created on Windows 7. Most of which were made using version 5.2.1

 

Some of the ThinApps launch normally, but some don't launch at all...with no error message.

 

Does anyone know what can be causing this? and how to correct it?

Will they have to be recreated on a Windows 10 workstation?

 

Any help is greatly appreciated!

 

Thanks!

Viewing all 57744 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>