Have anyone succeeded in ThinApp'ing Visual Studio?

自作多情 提交于 2019-12-24 02:10:04

问题


The purpose is to have a USB flash to have a developer seat everywhere. The idea is to use application virtualization to package Visual Studio.

However, AFAIK, there are big problems.

Have anyone succeeded in packaging Visual Studio (2010, 2008) using ThinApp, App-V, ...

P.S. I'm aware of google.


回答1:


This is not possible. There's nothing "thin" about Visual Studio, it has an enormous mass of files in many different directories and a very large number of critical registry entries. Including many COM components. That it works as well as it does is one of the modern day's Seven World Wonders of software engineering.

Your license allows you to install VS on more than one machine as long as only one user uses it. I recommend you take advantage of it.




回答2:


It is possible to install Visual Studio 2013 in App-V, it takes a lot of time to load and takes about 3Gb in .dat file. Compiling and debugging in C++ tested and works but really slow. No errors or popups for missing components so far. After experimenting I made a final virtualization script that works. p.m me.




回答3:


It is possible to make Visual Studio portable version using VMWare Thinapp. No installation will be needed for Visual Studio, .net Framework or any other dependency. It works with Visual Studio Express edition 2008 as I have experimented but for version 2010, it say "Invalid Licence Data. Reinstall...". If you find a way, please tell me!



来源:https://stackoverflow.com/questions/2501376/have-anyone-succeeded-in-thinapping-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!