Hi all
I am new to application virtualization and i am in process of evaluating few products like softgrid
I am able to sequence few applications, but failed while working on applications that installs only to C: root or C:\program files
How to sequence such applications
Thanks in advance
How to sequence app that installs only to c:\program files
Answers
Rating comments in this legacy AppDeploy message board thread won't reorder them,so that the conversation will remain readable.
@AssmbLLYCoder
You are right....am able to sequence the applications which does not allow to change the install directory..
Thanks for your advice...and thanks to all for ur inputs here...sorry for late reply though...and btw is there any tips and trick menu or documents for troubleshooting..
Hmm, the application must be aware that it has been virtualized because C:\Program Files will become Q:\<8.3 Folder Name>\VFS\CSIDL_PROGRAM_FILES\<Application Folder>.
I've never tried this but maybe the CorrectFilePaths application compatibility shim will fake things out enough to make life easier? I've never tried this either but here is a potential way to implement compatibility shims with SoftGrid / App-V.
http://blogs.msdn.com/cjacks/archive/2008/04/30/can-you-shim-applications-virtualized-in-softgrid.aspx
We have a custom writtenn in house application (read: PITA developers who don't know how to write decent apps) and this one will ONLY run from C:\Program Files\.... We can virtualize the environment for it but the app won't execute unless it's being run from C:. To make matters worse, it checks a network share for updates as well. In order to get around this, we have to use a script during the OSD that copies the exe files to c:\program files and then executes from c: instead of %SFT_MNT%. The problem that this poses is that users don't have rights to write files there so we have to them use a TQCRunas script which elevates the copy command.
if you have an app that will only execute from a hard coded path, take the styrofoam noodle from the local pool and beat your developer until they fix their poor programming. if it's a dev out of your control, you'll have to use something like we did to get it to work through softgrid.
The virtual file system should be providing sufficient redirection for the application to work. Are you saying that the application is aware that it has been virtualized and is having issues being virtualized to Q:\oldap.100\VFS\Win32\App.exe?
I must say that I'm curious too; some appliactions seem to be hardcoded to a specific directory (anyone experience with swift Alliance workstation?), you can install those the normalway, but afterwards they won't work (an executable want's to go to f.i. C:\Win32\app.exe instead of Q:\oldap.100\win32\app.exe.
There's always the possibility that it's an application you can't sequence.........


Please log in to comment