My company would like to try and Thinapp Visio 2016. I am first wanting to know if this is possible or if we should Thinapp Visio 2013 instead.
If it is possible, any documentation for help would be greatly appreciated.
My company would like to try and Thinapp Visio 2016. I am first wanting to know if this is possible or if we should Thinapp Visio 2013 instead.
If it is possible, any documentation for help would be greatly appreciated.
Looking for Instructions to Thinapp..
how to edit existing thin app application?
I don't have any specific experience with Crystal Report, but I do have some experience with installing components on a 64-bit Windows environment that were intended for 32-bit Windows, so here are some general suggestions of things to try:
Hope this helps; we struggled for awhile trying different things to get our legacy apps working on a 64-bit environment.
Hi
Just thin apped an engineering project management client side app .A server runs the Database/ hold docs for the app.
When I try to run the thin app first thing it does is tries to find a licence on the server running the app and gives an error
When you install on a normal pc it installs a service to do this.
The error is Service name not available 0x80040154 Class not registered
Ive checked the thin app and the service is included in the folder structure so should be ok.
Anyone seen a similar error message ?
When I run then exe, I get "failed to create process default activation context". The program seems to run fine, once you acknowelege the error. Please help me in this
I have a problem with virtualized applications with ThinApp 5.2.1 and Windows 10. In other operating systems work perfectly, but in Windows 10 gives me the following error: " ThinApp has encountered an unexpected error. Click Abort to close the application, Retry to debug, or Continue to ignore the error. Support info PID=3564, create_process.cpp@1949.
They are compatible with the virtualized ThinApp Applications in Windows 10 ?
Thanks for the help
Hi,
I want to package Office2010 Pro by ThinApp 5.2.1 on a clear win7 x86 VM. I have not key but for this Office is VOL I only can activate it by Office2010 Toolkit.
With these materials and evironment I have, how shold I do to archive to get packaged Office2010 that no longer needs activation.
Thanks for some suggestions.
Du
Hello,
We have been using XenApp for the past several years and our contract has ended with Citrix. We are looking at using ThinApp to run our application. I've run through the ThinApp Setup Capture multiple times and have not been able to get anything to work. I've tried Opera as in the video examples, something simple like notepad, but nothing runs after I've created it. Errors only. The app I'm trying to use starts up but it doesn't load any of the config for it so it just closes. Am I missing something obvious here?
I have tried it on Win10 and Win Server 2016.
I have a customer who downloaded and installed the 60-day Trial of ThinApp... by the 45th day or so, she liked it so much that she had
already virtualized about 3 dozen or so Apps... The License file was, of course, the Trial license...
Well, she just purchased and received her ThinApp "real" License, but not before the Trial one ran out... So now, every time she launches
a ThinApp'd app, she immediately gets a small screen that says, "License Error: Your Runtime License Has Expired"... She can only
click "OK", and that's it... Nothing else...
Where can I tell her to go, to input the new Production license file that she has just purchased, so that all her Apps "work" again?
Is she just hosed? Will she have to re-virtualize all those Apps again?
Thanks.
.Hi
Visio 2013 app works well until a large multi page Visio diagram is opened If you click print preview it crashes with a StackHash_d6cf error which gives an error message of a fault in an unknown module.
Reading round the subject it appears it is a DEP issue. If I turn DEP off completely on a test desktop it work fine for large Visio file.
I do not want to do that in a live environment. In Thinapp 4.7 it suggests adding AddPageExecutionPermission=1 to remove DEP for the package. I notice in the 5x documentation that is no longer listed as a parameter. I added it and rebuilt but the error is still there is the option valid in Thinapp 5 or is there an alternative ?
Hi
I'm trying to thinapp MS Office 2013 on Win7 32bit machine.
I can make a package and it works, except one thing. I need that any software on system can interact with Word and Excel.
I have been searching on net and found that this can be done by registering COM objets (CLSIDs) out of thinapp bubble.
I used SandboxCOMObjects=0 in Package.ini, but that did not helped and CLSIDs are not registered in systems HKLM\SOFTWARE\Classes\CLSID.
I have also using ExternalCOMObjects={000209FF-0000-0000-C000-000000000046}, but even this will not register this CLSID on system.
Do I understood it right that SandboxCOMObjects=0 would register CLSIDs out of bubble?
I'm using Thinapp 5.2.2 on windows7 32bit.
regards
bebris
Hi,
i try to Package the "PSIPenta Client".
The ThinApp starts with an Error "Unable to load DLL C.\PSIbde-pz\V7.1.2\Client\cus\programs\exe\nt\PsipentaNUI.exe -> xpenpuictl.DLL".
If i copy the DLL to the local Disk the Program starts.
How i can tell the ThinApp Packager to use the DLL inside the ThinApp Application?
Thanks!
Looking for some clarity on a couple of areas related to relinking Thinapps as I'm either reading conflicting statements or am having trouble finding concrete information. We have a lot of streaming Thinapps (MSIStreaming=1) that were build on v 5.1.x of the runtime and we are looking to update them in place to 5.2.2. KB article #2030593 states that ALL files in the .\bin\ directory need to be relinked, which for many of these means it will relink .EXEs, .MSIs, .DATs and .DAT.ALTs.
Now, because they are streaming, I can't exactly just copy/paste the new packages over the existing ones. Nor can I relink in place (I think; this didn't seem to work when I tried in. The process completes successfully, but running EXE -thinstallversion still reported the old runtime version). So as I understand, the side by side/in-place upgrade method is preferred here.
Now, when I do an in-place upgrade, the product literature states that I simply need to copy/paste and rename the updated PDC, not the entry points (this seems to conflict with the instructions for running relink that states I need to relink everything under .\bin\). Along with this, if there are .DAT.ALT files, I understand I also need to update these in addition to the PDC/.DAT file. I assume this means I need the relinked version of this too? What about the .MSI file? It's not technically an "entry point", but nor is it the PDC. Does this have to be relinked and does it need to be updated as part of the in-place upgrade process (ie: copy/paste and renamed to .MSI.1)?
I tested one scenario where I only updated the .DAT file (as .DAT.1) and none of the .DAT.ALT, .MSI or .EXE files. If I run EXE -thinstallversion on one of the entry points, it correctly reports the new version of the runtime, but I honestly don't know if that's the correct approach.
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
I am attempting to virtualise Internet Explorer 10 on Windows 7 x64 to deploy on Windows 10 x64.
I can successfully virtualise this using ThinApp, however when using the virtualised copy on Windows 10, I am unable to download any files and also cannot access the downloads area within Internet Explorer either from the menu or using the CTRL+J keyboard shortcut.
Anybody seen this behaviour before or managed to get downloads working with ThinApp virtualised Internet Explorer?
Thanks
Hello,
I am completely new to all of this and looking around for help. I was trying to do vMotion of my VMs without vMotion using your software version 9.5.I tried in four different ESXi 6.0 servers and I get the same error: "Current vSphere license or ESXi version prohibits execution of the requested operation"
I've checked Software Explainer Video but I don't see the detailed.After that I tried to reinstall the vMware license but doesn't works, the workaround that I have used is: Go to licenses -> Install new license -> And I had installed the same version to re-apply the license. I didn't use a free license of vMware, why it's not working? .I went through many resources but did not find any solution for this issues. Please help me out.
Any help will be appreciated.
Thank you
Hi all,
Seems I've found a bug with scripting API. In two words, function "SetfileSystemIsolation" has no effect at all. For example, call "SetfileSystemIsolation "C:\Merge", 2" with line "DirectoryIsolationMode=WriteCopy" in "Package.ini" gives default isolation (WriteCopy) directory "C:\Merge". All changes will be sandboxed. I've tested this for VMware ThinApp v5.0.0 1391583 and VMware ThinApp v4.7.3 891762. Result is the same. But it works as should in VMware ThinApp 4.5.0 238809. Please, someone test and confirm.
P. S. Also there is error in "thinapp50_manual.pdf" on page 83, function "SetfileSystemIsolation" referenced as "Setfile systemIsolation(Directory, IsolationMode)".
My company would like to try and Thinapp Visio 2016. I am first wanting to know if this is possible or if we should Thinapp Visio 2013 instead.
If it is possible, any documentation for help would be greatly appreciated.
hello
i use a virtualized program and there is the registry file registry.rw.tvr with 126.521.344 bytes.
so it seems that the size of this file makes problems, bekause it produces always copys of it
with the name damaged....
i looked for the vregtool from net and tried this:
vregtool registry.rw.tvr printstats
as result
unable to load error message for id 13
i also tryed to export, but also the same.
i think the size of the registry is on the limit because it doesent become more on size,
it has the same size since the problems began
and i found no solution for repair the registry or clean it
that the size will reduce.
sure, i can delete it, but its a mail program and there are all the settings and accounts
and i dont want to loose all the accounts and mailprograms, because i tried to
delete the registry and copy than the mails in the new one, but than i can't see the mails.
i hope there is a solution or program wo cleans the registry
regards