How to sequence app that installs only to c:\program files
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
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
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
BadShadd
16 years ago
Posted by:
juroen
16 years ago
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.........
There's always the possibility that it's an application you can't sequence.........
Posted by:
kkaminsk
16 years ago
Posted by:
AssmbLLYCoder
16 years ago
Posted by:
Chipster
16 years ago
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.
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.
Posted by:
kkaminsk
16 years ago
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
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
Posted by:
vinpra
16 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.