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

Get the correct local IP address from java applet

$
0
0

Hello all, I have Problem go through it!

 

I would like to determine the local IP address from my java applet. The problem is when there are several IP adresses on the same machine, which has LAN and internet connections (palm, VMWare...).

 

Here is my test :

 

public static void main(String[] args) {   try {   String hostName = InetAddress.getLocalHost().getHostName();   System.out.println("HostName = " + hostName);   System.out.println("HostAddressLocal = " +   InetAddress.getLocalHost().getHostAddress());   InetAddress[] inetAddresses = InetAddress.getAllByName(hostName);   for (InetAddress inetAddress : inetAddresses) {   System.out.println("hostAddress = " + inetAddress.getHostAddress());   }   } catch (Exception e) {  e.printStackTrace();   }   }

The result is :

 

  HostName = xxxx    HostAddressLocal = xx.xx.xx.xx    hostAddress = 10.10.11.51    hostAddress = 192.168.23.1    hostAddress = 192.168.106.1

 

where xx.xx.xx.xx isn't the correct address. The correct is 10.10.11.51.

 

EDIT in response to jarnbjo :

 

Your Crystal Report ball say the truth. You've understand my problem. The client can connect through a proxy so I can not use your first point. If I execute this code below on my computer :

 

Socket s = new Socket("www.w3c.org", 80);     InetAddress ip = s.getLocalAddress();     System.out.println("Internet IP = " + ip.toString());     s.close(); 

 

I have this result :

    >> Internet IP = /127.0.0.1

And not 10.10.11.51

 

Thanks

Nicolewells


"failed to create process default activation context" For some users and not others?!

$
0
0

Hello,

 

We are trialing thinapp to specificaly fix an issue we are having. I'm very new to Thinapp so please bare with me if theres thing you need me to check.

 

I have packaged IE6 with a version of Java. I did this on a bare XP workstation with nothing but VMware tools running. the XP workstation had a full windows update before the pre-scan was performed.

 

The application will be run on a Server 2008 64 bit citrix farm and when i log in and run the application it works fine as it does for my test user. I published this for testing by or users and a lot of them get the error "failed to create process default activation context".

 

From what I have read, this is due to a file missing from the package or something missing on the host OS however I'm not sure how this can be.

 

Any ideas?

Thinapp loads but does not open

$
0
0

I have an application that I created a thin app for, not compressed, with an msi file. It was working fine, then I forgot about it for a few months. Now I am where I need to deploy it (it has been re-linked along with the other thinapps when I upgraded to version 4.7). All of the other apps work fine, but this one, it deploys fine but when I click on the desktop shortcut, the thinapp pop up loads, then nothing. No error message, just nothing. I saw another post with the same problem, but it referred to  capturing on WinXP and deploying on Win7. I am capturing on Win7 and deploying to Win7 also. I did check for the files that the other post said were causing the problem, but my packages did not include those files. So I am at a loss, I suppose I could recreate the app, but would prefer to understand what is causing it to not work all of a sudden.

Thank you!

Thinapp - Audacity 2.0.3 - RelaunchUsingCreateProcess::CreateProcess failed

$
0
0

Hi,

 

I am trying to Thinapp Audacity 2.0.3. However I capture this application, I am getting "RelaunchUsingCreateProcess::CreateProcess failed" when running the compiled Thinapp.

 

Looking at other forums this problem is referred to, but I can't really find a solution.

 

I have captured on both Win7 x86 and WinXP x86 using mainly Thinapp defaults and no changes to package.ini. Selected full isolation mode, restricted to an AD group and compression enabled - other settings left as default.

 

Does anyone have any ideas on this please?

 

Thanks.

ThinApp Filezilla client doesn't open and hits 99% CPU

$
0
0

I am trying to ThinApp the FileZilla client (FileZilla_3.11.0.1_win32-setup) and no matter what I do it does not want to work. I install it on my capture machine and everything runs fine native. No matter what order I do things (run post capture scan before opening app for first time/after app opened) all that happens are two filezilla.exe processes appear and one sits there taking 99% CPU most of the time. The GUI never appears and I have to end the process. This happens on both the original capture VM and my actuall VDI.

 

Any idea what I could do to try and resolve this? It was supposed to be a nice simple capture, but seems nothing like that.

 

Thanks,

 

Adam

VMware ThinApp Enterprise silent installation... ¿?

$
0
0

Hi.

 

I'm having complications with the ThinApp 5.x installer. My intentions is to perform a silent installation of ThinApp in a Virtual Machine to save time manually installing applications, then, after analyzing the MSI propertys, I've discovered the required property  names and values, so I'm launching the application with these arguments:

 

VMware-ThinApp-Enterprise-5.1.1-2722044.exe /silent /noSilentReboot /debug /verbose /log ".\Install.log" /msi_args EDITION=ENTERPRISE LicenseKey=CENSORED LicenseDisplayName=Elektro EULAS_AGREED=1 ADDLOCAL=ALL

 

However, the license dialog with name ThinAppLicenseKeyDlg still appears:

 

Captura 1.png

 

What more I need to do to ignore that dialog?.

 

PS: I'm using a valid license key, that is not the problem.

 

Maybe I could set other value for EDITION property to install a free edition to avoid the license dialog? (what values are supported for that parameter?), then after installation has finished add a registry key to validate my enterprise edition or some other workaround?.

Why does my Thinapp'd app try to open Excel as a different user profile?

$
0
0

 

I have Office 2007 installed locally on my Windows XP machine. Using ThinApp 4.5, I have thinapp's MS Great Plains 10, and for the most part it works great. Problem is when I try to do a smartlist and export the results to Excel, it fails saying that MS Excel is not installed. Same if I try to export to MS Word.

 

 

So I fire up the diag mode cmd.exe I created with the thinapp, and launch excel.exe.. It launches but goes thru the welcome wizard as if it's never been launched before.. and of course I've launched Excel locally several times. For some reason the thinapp is starting Excel as some other user profile. This is further confirmed by the fact that my 'Recent Documents" list in the locally launched Excel is different than if I launch Excel from the thinapp's cmd.exe. Running the exact same excel.exe mind you.. That's crazy.. Why does it do that?

 

 

I've managed a work around to get smartlist to actually export to Excel, by running appwiz.cpl from the diag mode cmd.exe and running a repair on Office 2007, it fails with an error 1719, but then I can export from GP to Excel, although still in some funky profile.. This work around would be fine if I only had to do it on a few PC's, but I have to do this workaround for every person that runs GP.. it's a pain!

 

 

Does this make sense? Why do locally installed Office apps not launch correctly from thinapp'd apps? Thanks for any help!!

 

 

how to edit thin app application?

$
0
0

how to edit existing thin app application?


Unable to Send Email As Attachment From Adobe Reader 10.1

$
0
0

Adobe Reader 10.1.1 (Full Install)

Windows 7 64Bit

Office 2010 32 Bit

IE8

 

When I open a PDF, and go to Tools - Send Files, Attach to Email (with Outlook open), when I click attach it says Launching email application and eventually comes back with the error "The file Z:\users\username\appdata\local\Microsoft\Outlook\username.ost cannot be opened.".  These are dedicated desktop pools and Z: is where the persistent disk is stored.

 

I have tried everything on the forums I can find, I have compared permissions on that folder with that of my regular desktop (which works fine) and they all match.  I even rebuilt the ThinApp from scratch with the latest version of ThinApp.  I am out of ideas.

 

I have attached the package.ini file in case that helps anyone.

IE8 ThinApp Crashes on PC w/ IE10

$
0
0

I attempted to build an IE8 ThinApp starting with a clean install of WinXP running IE7.  I was using ThinApp 5.1.1

 

The thinapp runs on the machine that built it, but when I move it to another PC running IE10 it crashes immediately upon opening.

 

I found many articles referencing this issue:

 

VMware KB: Virtualized Internet Explorer 8.0 captured on an operating system version earlier than Windows Vista fail…

 

IE8 Thinapp crashing with IE 10 installed natively

 

I attempted to perform many of the resolutions I found, including copying the IEShims.dll into the %program files%\Internet Explorer directory and I also found references to copying dll's ino tht %system system% directory; however, I have not been successful in building an IE8 thinapp that works on my IE10 PCs.

 

Does anyone have any other solutions that I could attempt?

ThinApp Outlook 2007 on Outlook 2010 machine

$
0
0

Hi,

Did anybody succeed into running a ThinApp Outlook 2007  on a computer with Outlook 2010 installed?

Outlook 2007 throws the following error: "you have a previous version of the Microsoft Exchange Messaging Service".

Regards

MS Office 2010 CLView issue on 64bit

$
0
0

Using ThinApp 4.6.1 MS Office 2010 captured on Vista 32-bit. Launching help option of office application giving error as "CLView can't display help".

 

Any help highly appriciated.

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?

Creating a ThinApp Package for IE8 with Java 6

$
0
0

Hi,

 

Has anybody created a ThinApp package for IE8 with Java 6SU37 please?

This is using ThinApp 5 given the fact that IE8 asks for a Reboot during Installation of its Installer the Capture does not work has anybody got around this issue or created a package using Firefox or Chrome please?

ThinApp virtualized applications licensing

$
0
0


I've read the following:

 

VMware ThinApp Licensing information (1006248) | VMware KB

 

and I want to be sure I understand the licensing model.  The "Per End Point" option means each application that is virtualized will count towards your license cap, correct?  If I virtualize an application with the application virtualization packager, then distribute those applications to a number of endpoints, it's those applications that count towards the license cap (as opposed to the virtualization packager instance)?

 

If that is the case, how are the licenses enforced on endpoints that are not connected to the internet? When a virtualized application (a thinned application) is executed, does it check a license server?  What happens if it can't reach said server (as in, not connected to the internet, etc.)?

 

I apologize if I've confused the concepts.  Thanks in advance for the help.


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

Thinapp Runtime Error

$
0
0

The Thinapp I am having issues with is Ergopedia Physics of Sound.  This was Captured with v5.2.2 -4828553 on a Windows 7x86 Capture Machine.  When this app is launched on a Windows 7x86 linked clone it launches correctly but when I launch it on a Windows 10x86 linked clone I get a Runtime error (I am attaching a screen shot of this).  I can right click the Thinapp and choose to Run as Administrator and the app will launch without the Runtime error.  Also I can install the application natively on the Windows 10x86 linked clone and I do not get the Runtime error.  I have also tried Capturing the app on a Windows 10x86 Capture machine and when launching it as a Thinapp in a Windows 10x86 linked clone I still get the Runtime error but when right clicking the Thinapp and running as administrator I do not get the Runtime error.  The screen shot shows a path that is pointing to what I believe to be National Instruments, National Instruments is installed with this app by default and runs LabVIEW 2013 runtime engine.

Thinapped Adobe Reader opening pdf's in a Local install of IE

$
0
0

We have a document management system which runs through IE which is installed onto the local machine.

I need to be able to see a PDF within the page of IE, at the moment it asks to open the file. Which does work as I have thinreg Adobe Reader and that all works fine. What i cant seem to do is get the local IE to see the ThinApped Reader.

It does work if I run the IE from within the Bin folder of Adobe Reader. I just dont know how to get them to talk, I guess its to do with the Applink command but not sure what i should be entering. Ive seen lots of questions like this but cant seem to get any of the answers to work. If someone could do a dummies guide on how to get this to work I would appreciate it.

 

Thanks.

File association for excel

$
0
0

Hi,

 

I have created a 64 bit office 2010 excel application and when trying to open an existing .xls file from physical machine through virtual xls, all the .xls files are showing as unknown file types. However I am able to open the documents.

 

So will this be the behavior or virtual excel should read .xls file and associate icon should show , when clicking open button. Just trying to understand the concepts.

 

Any help please...?

 

Note: In my environment, 32 bit office 2010 excel is installed natively and we have 64bit excel 2010 thinapped.

VDI: User Package.ini, VirtualComputerNames and %ViewClient_Machine_Name to pass the Host Name to to the application

$
0
0

Two applications that I have ThinApp'd use the hostname in the application to make a server connection.

On a physical machine, the applications have the VirtualComputerName commented out and the applications pickup the hostname without issue.

 

Now, these TA applications are moving to Horizon VIew environments with non-persistent desktops.

These applications are picking up the VDI host name.

Changed the VirtualComptuerName=%ViewClient_Machine_Name% hoping that I would pickup the hostname of the device running the View Client.

When I run a cmd either in the VDI session or from the Thinapp application CMD, echo %ViewClient_Machine_Name% gives the hostname of the View Client, but that is not getting passed on to the application.

The application is still picking up the VDI hostname.

 

Reason: From https://communities.vmware.com/VirtualComputerName

 

In addition to specifying a literal string, such as LOCALHOST, you can specify an environment variable.

VirtualComputerName=%VCOMPNAME%

When you specify an environment variable, the value returned is the value of the environment variable. If the value of the VirtualComputerName parameter is %VCOMPNAME%, and the %VCOMPNAME% environment variable is set to EnvCompName, the GetComputerName API returns EnvCompName.

 

Or is my only option to use LocalHost?

 

Thanks!

Viewing all 57744 articles
Browse latest View live


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