topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 1:49 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: New Portable Mode for My Apps  (Read 25832 times)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
New Portable Mode for My Apps
« on: October 04, 2008, 12:16 PM »
Just wanted to mention that i've finished coding an improved Portable mode for my bigger apps, which has been long requested.  I will add support for it as I release new versions (first up will be Screenshot Captor).

I'll post more details with the individual programs, but basically the Portable mode uses the special ConfigDir.ini file that I introduced in earlier versions that let's you customize the configuration/settings directory for a program's data files.

Now if you edit the ConfigDir.ini file and add a line saying:
Portable=TRUE

That setting tells the program to use the application directory for the settings/configuration files, and to not write any license key information or other data to any other directory.

Entering a license key in Portable mode will also only save license data in the app directory (you can also copy your license key from your installed version on your pc).
« Last Edit: October 05, 2008, 01:18 AM by mouser »

Ehtyar

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,237
    • View Profile
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #1 on: October 04, 2008, 03:17 PM »
Thank you Mouse Man, very much appreciated here.  :Thmbsup: :Thmbsup:

Ehtyar.

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #2 on: October 04, 2008, 08:47 PM »
this often requested feature will come in very handy. :up:

wreckedcarzz

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 1,626
    • View Profile
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #3 on: October 04, 2008, 10:59 PM »
Just wondering, can you come up with some type of system similar to what PortableApps.com has? I use their suite + every program they have (literally) on my 1GB flash drive (its a cram).

Personal preference, but I find the system logical and the GUI management for it just perfect.

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,749
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #4 on: October 05, 2008, 12:02 AM »
Cool! Thanks mouser!

AbteriX

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 1,149
    • View Profile
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #5 on: October 05, 2008, 05:07 AM »
WOW prima, thank you mouser  :Thmbsup:

Falcon_four

  • Supporting Member
  • Joined in 2007
  • **
  • default avatar
  • Posts: 9
    • View Profile
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #6 on: October 08, 2008, 03:41 PM »
Great!! :up:

Thanks Mouser!!!!


>>>>F-4>>>>
>>>>F-4>>>>

superboyac

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,347
    • View Profile
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #7 on: April 20, 2009, 12:17 PM »
mouser, a comment on your portable feature.

If I understand correctly, to install on a USB drive, I just run your installer and specify the USB drive path for the install.  Wouldn't it be better to just be able to unzip to the USB drive manually?  The reason is that I don't want a computer that already has your software locally installed to get confused on which installation is the current one.  For example, I have FARR installed locally, but I want it on the USB drive.  If i run the installer, now the Windows Add/Remove program will think I'm updating the current install or add a new (duplicate entry).  And then what happens to my local start menu?  Does it get confused?  Am I thinking of this correctly?  I'm having the same questions with Linkman Pro.  I just think portables work better as zips, no install...just for this situation.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #8 on: April 20, 2009, 12:45 PM »
If I understand correctly, to install on a USB drive, I just run your installer and specify the USB drive path for the install.  Wouldn't it be better to just be able to unzip to the USB drive manually?


No. You do NOT have to run the installer.

The installers I create are actually "zip-compatible-exes", which means you can unzip them exactly as if they were .zip files, and then just run the programs from the unzipped location.

superboyac

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,347
    • View Profile
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #9 on: April 20, 2009, 12:59 PM »
If I understand correctly, to install on a USB drive, I just run your installer and specify the USB drive path for the install.  Wouldn't it be better to just be able to unzip to the USB drive manually?


No. You do NOT have to run the installer.

The installers I create are actually "zip-compatible-exes", which means you can unzip them exactly as if they were .zip files, and then just run the programs from the unzipped location.
I see.  i never knew you could do that.  Thanks.

superboyac

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,347
    • View Profile
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #10 on: April 20, 2009, 01:08 PM »
What about the relative path thing, how do I do that?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #11 on: April 20, 2009, 01:23 PM »
depends where you need to refer to a relative path..
but for example in FARR, you can use:
%APPDRIVE%
%FARRDIR%

other programs (screenshot captor, launchbar commander, etc.) are similar.

launchbar commander will actual try to fixup drive letter if it changes.

superboyac

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,347
    • View Profile
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #12 on: April 20, 2009, 01:35 PM »
depends where you need to refer to a relative path..
but for example in FARR, you can use:
%APPDRIVE%
%FARRDIR%

other programs (screenshot captor, launchbar commander, etc.) are similar.

launchbar commander will actual try to fixup drive letter if it changes.
OK thanks.  Looks like I'll have to fiddle around with the setup.  Ugh...I'm so busy...let me give a big thanks for this stuff working great right out the box so far.  I haven't had time lately to go into software and check out all the options...I miss it.

superboyac

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,347
    • View Profile
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #13 on: April 21, 2009, 11:44 AM »
mouser, i've extracted the files as you said to my usb.  now, how can I copy all my configurations from your various programs and transfer them to usb?  From there, i will tweak it for portable use.  i just don't want to start out from scratch completely.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #14 on: April 21, 2009, 11:48 AM »
just copy the .ini configuration files from your existing installations to the usb drive.

afterwords you can edit the settings from within the program to change any drive letters, OR you could open the .ini files in a text editor and look for drive letters to change manually.

superboyac

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,347
    • View Profile
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #15 on: April 21, 2009, 12:04 PM »
just copy the .ini configuration files from your existing installations to the usb drive.

afterwords you can edit the settings from within the program to change any drive letters, OR you could open the .ini files in a text editor and look for drive letters to change manually.
Excellent!  Thank you, that's what I kind of thought, I just wanted to make sure.

superboyac

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,347
    • View Profile
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #16 on: May 04, 2009, 04:54 PM »
launchbar commander will actual try to fixup drive letter if it changes.
i'm configuring this right now.  I'm entering the path on the usb for the "custom file explorer".  Are you saying that LBC will automatically change all these letters according to whatever drive letter gets assigned to the USB?  So, I don't have to do any of the relative path "..\" business?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #17 on: May 04, 2009, 06:11 PM »
Are you saying that LBC will automatically change all these letters according to whatever drive letter gets assigned to the USB?  So, I don't have to do any of the relative path "..\" business?

yes.  and if it doesnt work i will make it work.

superboyac

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,347
    • View Profile
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #18 on: May 04, 2009, 06:29 PM »
Are you saying that LBC will automatically change all these letters according to whatever drive letter gets assigned to the USB?  So, I don't have to do any of the relative path "..\" business?

yes.  and if it doesnt work i will make it work.
you are amazing.

f0dder

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #19 on: May 04, 2009, 06:34 PM »
Are you saying that LBC will automatically change all these letters according to whatever drive letter gets assigned to the USB?  So, I don't have to do any of the relative path "..\" business?
yes.  and if it doesnt work i will make it work.
...a few years later :P
- carpe noctem

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: New Portable Mode for My Apps
« Reply #20 on: May 04, 2009, 09:43 PM »
hush!  >:(