The lack of VC2012 runtime

Issues related to Enigma Virtual Box
Post Reply
nothinging
Posts: 4
Joined: Wed Jan 30, 2013 1:56 am

The lack of VC2012 runtime

Post by nothinging »

I have been using Enigma Virtual Box Convert the Rainmeter to a EXE file ,The successful use of before RM2.4,2.3......
now RM 2.5 Can't run,Prompt The lack of VC2012 runtime
but But I run directly rainmeter.exe is Normal.(system allready install VC2010,2012).
nothinging
Posts: 4
Joined: Wed Jan 30, 2013 1:56 am

Re: The lack of VC2012 runtime

Post by nothinging »

Probably RM2.4‘s rainmeter.exe and RM 2.5' rainmeter.exe, the have different.
May be vc2012 relationship.
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: The lack of VC2012 runtime

Post by Enigma »

Hi, yes, probably. I would recommend you to include the VS2012 runtime into Files tree too. So this program will be independent of runtime, and it won't matter if it is installed on the user PC or not. It's very good practice.
nothinging
Posts: 4
Joined: Wed Jan 30, 2013 1:56 am

Re: The lack of VC2012 runtime

Post by nothinging »

I try to add the VC2012 runtime library

But I still can't solve

Whether there exists on the use of VC2012 software can not be virtual problem
Could you check? Thanks.

http://rainmeter.googlecode.com/files/R ... 1-beta.exe
newuser
Posts: 49
Joined: Tue Apr 13, 2010 5:43 pm

Re: The lack of VC2012 runtime

Post by newuser »

Can anyone show me an example how to wrap vc2012 runtimes into evb?

Thank you.
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: The lack of VC2012 runtime

Post by Enigma »

vc2012 runtime contains from only two files:

msvcr110.dll
msvcp110.dll

Take these files from your computer and add them in EVB in %Default Folder% or %System Folder%.

That's all.
newuser
Posts: 49
Joined: Tue Apr 13, 2010 5:43 pm

Re: The lack of VC2012 runtime

Post by newuser »

Thanks Enigma, what about runtime for 2010, 2008, 2005 etc?

How do you get the files listing for each runtime version, eg 2010, 2008, etc?

I couldn't find the file listing information, for each runtime version released by microsoft, could you provide the link where you get this information from? Its pretty useful for me. I intend to pack the MS runtime files require for each application I wrap with EVB, so when deploying i dont need to know whether its already install on the target computer or not.

Thank you.

Ooohs, almost forgot, can I wrap dotnet package into evb too eg dotnet 4, dotnet2, dotnet 1.1 etc?
Where can I the file listing for each dotnet package version?

Sorry if I ask too many questions. I'm still learning how to use EVB. Its a nice tool indeed. :D
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: The lack of VC2012 runtime

Post by Enigma »

All other versions of runtime are being bundled same way.

So, you have to extract dll files of the runtime and add these files into your virtual application.

Regarding set of files in runtime - sorry, I have no ideas about that, but probably it is not very difficult to find. Maybe extract the installer?

Regarding framework - yes, everything is possible to bundle, but the main problem - find all necessary files for that and make a configuration in EVB. So this is a deal, but you may do that :)
Post Reply