You are here

Portable Frostwire?

7 posts / 0 new
Last post
CrazySmarteen666
Offline
Last seen: 18 years 4 days ago
Joined: 2006-05-17 21:39
Portable Frostwire?

Would it be possible to build a portable version of a Gnutella p2p client (preferably Frostwire)?? This would be great, because I constantly travel and use multiple computers, and this way I can download without having to install and uninstall the program over and over. It would be right there in my ipod.

Lurking_Biohazard
Lurking_Biohazard's picture
Offline
Last seen: 6 years 1 month ago
Joined: 2006-02-18 18:06
.

Read here.
~Lurk~
All about Instant Messaging -->BigBlueBall

~Lurk~

cornflaker
Offline
Last seen: 15 years 11 months ago
Joined: 2006-10-12 23:52
That would be awesome

I think that portable frostwire would make an awesome portable app, Infact I was actually going to suggest it my self Wink I hope it gets made!

otbsupport
Offline
Last seen: 16 years 11 months ago
Joined: 2006-05-23 16:25
Well...

From the looks of it, you'd need either a portable java implimentation or the assumption that everyone else has java preinstalled... I don't like the second option, and I don't know of a way to do the first, but I'm looking into it...

OTBSoft ::Thinking Outside The Box::

vamp1r
Offline
Last seen: 16 years 8 months ago
Joined: 2006-10-11 15:06
It doesn't appear to create

It doesn't appear to create any registry keys, just the application data folder. If you feel safe assuming that every computer has java then here is a batch launcher that will carry around your frostwire profile. It is for use with the zip/anyOS distribution.

otbsupport
Offline
Last seen: 16 years 11 months ago
Joined: 2006-05-23 16:25
Problems...

So I'm working under the assumption that Java is installed and building a portable app based on that... but I've run into a problem and I'm turning to the community for help. The following is the code that is giving me problems...


CreateDirectory "$APPDATA\FrostWire"
CopyFiles /SILENT "$SETTINGSDIRECTORY\FrostWire\*" "$APPDATA\FrostWire"
ExecWait $EXECSTRING
CopyFiles /SILENT "$APPDATA\FrostWire\*" "$SETTINGSDIRECTORY\FrostWire"
RMDir /r "$APPDATA\FrostWire"

The problem is, it copies the settings over fine, then copies them back, then launches frostwire... any ideas what's going wrong?

OTBSoft ::Thinking Outside The Box::

cornflaker
Offline
Last seen: 15 years 11 months ago
Joined: 2006-10-12 23:52
Thanks

Thanks I'll give this a try

Topic locked