You are here

Needs help with parts software

3 posts / 0 new
Last post
jonathann3891
Offline
Last seen: 15 years 1 month ago
Joined: 2010-01-14 18:23
Needs help with parts software

I've been trying to create an portable app for a Mitsu parts software called CAPS (computer automatic parts search). But I seem to be having some problems!

Is this one of those that cant be made into a portable app?

gluxon
gluxon's picture
Offline
Last seen: 4 years 5 months ago
Developer
Joined: 2008-06-21 19:26
You tell us. Does it use

You tell us.

Does it use Java?
Does it use .Net Framwork?
Does it use the Registry?
Where does it write its setting to?

And by the way, I couldn't find the app on google. Could you at least post a link?

Darkbee
Darkbee's picture
Offline
Last seen: 4 years 9 months ago
Joined: 2008-04-14 09:41
Try to run it portably

The easiest way to check is to install the application on your computer (presumably it comes as an installer), copy the executable and any data files to a USB drive. Take that USB drive to a computer where the application is not installed and try to run it.

If it runs, there's a good chance (but no guarantee) you can make it portable. If it bombs out then chances are you're out of luck. (although again, it's not conclusive). Either way you'll have to run other checks and tests but it's a good starting point. If you want to dig a little deeper then you can run "regshot" on the test computer to see if the app makes changes to the registry.

Log in or register to post comments