You are here

The Use of Drivers in the Portable Arena

8 posts / 0 new
Last post
OliverK
OliverK's picture
Offline
Last seen: 2 years 10 months ago
Developer
Joined: 2007-03-27 15:21
The Use of Drivers in the Portable Arena

Alrighty. I'm working on TI Connect. No, I'm not gonna give out the link except to a few(HINT:IRC :D). I'm leaving over the weekend, and I don't want a bizillion problems cropping up.

BUT: TI Connect and TILP/TILPII both need drivers to function.

Currently, what is the Official PortableApps.Com Method for dealing with such.

I'm gonna look at the WireShark Portable- but what is our official method?

Thanks

John T. Haller
John T. Haller's picture
Online
Last seen: 55 min 54 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Check/Install/Uninstall

Essentially, you need to check if it's installed. If yes, go. If not, check for admin rights. If no, message to user. If yes, install the driver and run the app. When done, uninstall it. This must be done cleanly and you should warn the user of the install/uninstall.

Sometimes, the impossible can become possible, if you're awesome!

OliverK
OliverK's picture
Offline
Last seen: 2 years 10 months ago
Developer
Joined: 2007-03-27 15:21
Such as using the MUI.nsh to

Such as using the MUI.nsh to do it?

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

m2
Offline
Last seen: 13 years 2 months ago
Joined: 2006-12-12 12:00
What if there's a deprecated,

What if there's a deprecated, not compatible, version installed?

"Those people who think they know everything are a great annoyance to those of us who do." Asimov

John T. Haller
John T. Haller's picture
Online
Last seen: 55 min 54 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Hmmm

Not sure how to handle that one. I believe WireShark just fails in that case, unfortunately. We can't really uninstall the old one (because we couldn't then reinstall it). I spose we should offer to upgrade (and leave it) with the warning that this will alter the local PC (we'd clarify that in the question). Since the user is an admin, presumably, it would be ok for them to do this since they'd be able to without our assistance. Thoughts?

Sometimes, the impossible can become possible, if you're awesome!

m2
Offline
Last seen: 13 years 2 months ago
Joined: 2006-12-12 12:00
Sounds good. Driver much

Sounds good.
Driver much newer than the app is also as issue. I think that in such case you should (if possible) run the local version with portable config.

"Those people who think they know everything are a great annoyance to those of us who do." Asimov

ZachHudock
ZachHudock's picture
Offline
Last seen: 1 year 3 months ago
Developer
Joined: 2006-12-06 18:07
Slightly off-topic, but is

Slightly off-topic, but is the Wireshark Portable package one of our official apps, or did you just assist their team at the start, then let them take over, or is it completely their work?

The developer formerly known as ZGitRDun8705

OliverK
OliverK's picture
Offline
Last seen: 2 years 10 months ago
Developer
Joined: 2007-03-27 15:21
I think its their's. Its not

I think its their's. Its not quite up to snuff and they're doinga few things.

Its not one of our official apps-its on their site. but, we should list it.

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

Log in or register to post comments