HP Forums

Full Version: Virtual Calculator as portable app
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Obviously one is not allowed to install programs on the school PC's and System adminstrators have their reasons to minimize the install of software on the school network.
So, I tried to copy the Prime Virtual Calculator folder to a USB-drive and run it from there.
No such luck, unfortunately.

Question: would it be possible to make the virtual calculator in a form that it could be run as a portable app? Maybe establish contact with the people from PortableApps.com to co-operate in this?
It works fine as far as we've ever seen and heard from everyone who's reported they run it that way. There is even code to store the data in the folder rather then a user directory if it detects it is on a removable drive.

What problems are you running in to?

[EDIT] Is this the "windows store" version of the prime app? If so, then yeah... :-(
(02-26-2016 07:31 AM)StephanP Wrote: [ -> ]Obviously one is not allowed to install programs on the school PC's and System adminstrators have their reasons to minimize the install of software on the school network.
So, I tried to copy the Prime Virtual Calculator folder to a USB-drive and run it from there.
No such luck, unfortunately.

Question: would it be possible to make the virtual calculator in a form that it could be run as a portable app? Maybe establish contact with the people from PortableApps.com to co-operate in this?

"Obviously"?

That's a stinging commentary on the current condition in education! Why is it so? Are students untrustworthy? Are school administrators not able to properly manage network security? Are there that many evil people who would jump at the chance to put a virus on a school computer?

Sadly, the interconnectivity of computers gives one careless student or unmindful administrator or evil genius the power to make things harder for all of us.

Good luck finding a solution to the portable app.
I also have a copy in my USB-drive and it works fine, but I had to add three dll files: mfc120u.dll, msvcp120.dll and msvcr120.dll.

These three dll are not in the virtual calculator folder, but in the windows/system32 folder.

I hope this helps.
Quote:I also have a copy in my USB-drive and it works fine, but I had to add three dll files: mfc120u.dll, msvcp120.dll and msvcr120.dll.
These three dll are not in the virtual calculator folder, but in the windows/system32 folder.
There we are. Thank you.
Glad you figured it out. Those are c++ redistributable files from microsoft and (especially such old ones) are almost always installaed already on most systems. The installer would install to the system directory, but looks like yours doesn't have it.
Reference URL's