D
Deleted member 12106
Guest
Greetings. At work we have a project to pull the plug on all VMs within the org, at least locally hosted. I have been tasked with this project for my department and need to provide the application we build/support to teammates.
I have been suggested to try App-V which on the surface would really, really, really be perfect. I have deployed App-V 5.1 and have begun to use the sequencer. Our application also installs and relies on a Crystal Run time 13 (CR), both the app and CR are 32-bit. Our installer uses specific DLLs and such, so need to use our CR package This run time is required for the reporting side of our application. The sequencer sees our application, but will not grab the CR. I did some google-foo and it appears that on App-V 5.0 and higher MS has changed a few things up. CR does not play ball well due to path length.
Google-foo revealed:
Outside of my last point above, I have no other magic to try. Currently my sequencer VM is win10x64, I am spinning up a win7x32. I have probably about 25 sequencing attempts thus far on just trying to grab the CR.
I am also still green to App-V, about 2 weeks in of playing with it. I'd appreciate any hints/tips/feedback regarding application visualization.
If App-V is not a viable solution in the end, I can still do RemoteApp and/or VMs with automated configurations, however this would add more "care and feeding" as well as complexity in the long run, more moving pieces. App-V would be the ideal solution due to simplicity.
I have been suggested to try App-V which on the surface would really, really, really be perfect. I have deployed App-V 5.1 and have begun to use the sequencer. Our application also installs and relies on a Crystal Run time 13 (CR), both the app and CR are 32-bit. Our installer uses specific DLLs and such, so need to use our CR package This run time is required for the reporting side of our application. The sequencer sees our application, but will not grab the CR. I did some google-foo and it appears that on App-V 5.0 and higher MS has changed a few things up. CR does not play ball well due to path length.
Google-foo revealed:
- CR paths are too long for use with VFS
- It is possible to shorten the paths by making an MST, I have tried and this did not work.
- It is possible to update the paths in MSI, same as MST, but to MSI, no change.
- It is possible to manually specify install path, no change
- It could be possible to use CR as middle ware, I could not get it to work correctly, reporting engine throws errors that would indicate no CR is present.
- Possible to update install paths and reg paths after it is installed. I need to validate if this will work or not.
Outside of my last point above, I have no other magic to try. Currently my sequencer VM is win10x64, I am spinning up a win7x32. I have probably about 25 sequencing attempts thus far on just trying to grab the CR.
I am also still green to App-V, about 2 weeks in of playing with it. I'd appreciate any hints/tips/feedback regarding application visualization.
If App-V is not a viable solution in the end, I can still do RemoteApp and/or VMs with automated configurations, however this would add more "care and feeding" as well as complexity in the long run, more moving pieces. App-V would be the ideal solution due to simplicity.