Sunday, November 18, 2007

Portable Prism Update

In my attempts to begin working on a portable I looked at my previous posts covering making Firefox and Thunderbird both portable. I figured, sure why not and behold the same method works on Webrunner. But tthere is a trick, you need a basic profile. And to create that you need the profile manager(which webrunner also has).

First start webrunner via command line:
Webrunner -p -turbo

And then make yourself a profile folder. Copy it whereever you plan to store your data on your Device and then from command line fire off:
webrunner -profile "[Profile path on USB device]" -turbo

Note I haven't tested this on Prism yet, but you can expect an update soon.