topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday March 28, 2024, 8:36 pm
  • 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: Feature Request: [easy] export/import settings for all apps  (Read 21013 times)

superboyac

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,347
    • View Profile
    • Donate to Member
i was wondering if some kind of wizard based, or one-click style export/import feature could be implemented for all of mouser's programs.  Similar to how a lot of other programs do it like DOpus.  Good idea?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Feature Request: [easy] export/import settings for all apps
« Reply #1 on: May 20, 2009, 02:49 PM »
all of my programs use INI files that you can simply copy from the program directory (or replace)*; though there are a couple of cases where there is an additional settings file.  but regardless, they all use files to store settings, so import and export is not critical in my mind because it can be done manually.

*Clipboard Help+Spell uses a database file for efficiency.  While CHS includes a backup+restore function, i really do want to add an xml export function for easy of transfer.

superboyac

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,347
    • View Profile
    • Donate to Member
Re: Feature Request: [easy] export/import settings for all apps
« Reply #2 on: May 20, 2009, 03:42 PM »
all of my programs use INI files that you can simply copy from the program directory (or replace)*; though there are a couple of cases where there is an additional settings file.  but regardless, they all use files to store settings, so import and export is not critical in my mind because it can be done manually.

*Clipboard Help+Spell uses a database file for efficiency.  While CHS includes a backup+restore function, i really do want to add an xml export function for easy of transfer.
Oh yeah, I keep forgetting about the ini file.  Stupid me.

superboyac

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,347
    • View Profile
    • Donate to Member
Re: Feature Request: [easy] export/import settings for all apps
« Reply #3 on: May 20, 2009, 04:44 PM »
all of my programs use INI files that you can simply copy from the program directory (or replace)*; though there are a couple of cases where there is an additional settings file.  but regardless, they all use files to store settings, so import and export is not critical in my mind because it can be done manually.

*Clipboard Help+Spell uses a database file for efficiency.  While CHS includes a backup+restore function, i really do want to add an xml export function for easy of transfer.
by default, all these ini files are in the Program Directory, right?  So, unless I specifically change it, you don't add any files to Application Data or anything?  i don't see any.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Feature Request: [easy] export/import settings for all apps
« Reply #4 on: May 20, 2009, 04:45 PM »
correct, except if you are using vista, in which case they default in the documents and settings application data directory.
(note for the sake of completion -- that you can override this behavior by editing the CondigDir.ini file)

superboyac

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,347
    • View Profile
    • Donate to Member
Re: Feature Request: [easy] export/import settings for all apps
« Reply #5 on: May 30, 2012, 07:58 PM »
I just tried this on a reinstall of Windows 7 and it's not working.  Here is what I did:
1) copied original program (x86) directories over to the new install
2) ran the installer for the programs from dcupdater
3) ran the programs for the first time.  They all show default states.  None of my original settings were retained.
4) I manually copied the configdir.ini over again, even though I already copied the whole directory in step 1.  Still, nothing changed.

Is there anything else I can try?  i swear I've done this before and it worked.

superboyac

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,347
    • View Profile
    • Donate to Member
Re: Feature Request: [easy] export/import settings for all apps
« Reply #6 on: May 30, 2012, 08:08 PM »
Looks like there are more settings here?
\Documents\DonationCoder\FindAndRunRobot

Has your structure changed?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Feature Request: [easy] export/import settings for all apps
« Reply #7 on: May 30, 2012, 09:38 PM »
On Win7 that's where the settings should be; so if you are moving from a winxp (or portable install) to win7 and want to preserve your settings, you would copy the settings ini files from the old program files directory to the new Documents\DonationCoder\APPNAME directory (and remove the old configdir.ini file if you manually copied it over and its trying to tell the app to save its settings in the win7 program files directory).

superboyac

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,347
    • View Profile
    • Donate to Member
Re: Feature Request: [easy] export/import settings for all apps
« Reply #8 on: May 31, 2012, 01:13 AM »
On Win7 that's where the settings should be; so if you are moving from a winxp (or portable install) to win7 and want to preserve your settings, you would copy the settings ini files from the old program files directory to the new Documents\DonationCoder\APPNAME directory (and remove the old configdir.ini file if you manually copied it over and its trying to tell the app to save its settings in the win7 program files directory).
Ah!  Thank you.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Feature Request: [easy] export/import settings for all apps
« Reply #9 on: May 31, 2012, 01:34 AM »
In general, with all my apps the migration strategy works like this:

  • 1. Install the application on your new machine.
  • 2. Run the program once to create the settings files in the right places.
  • 3. Exit program and copy your old settings files over the new ones*.
  • * On winXP your settings files will be in the same directory as the program; on Win7 your settings files will be in Documents\DonationCoder\APPNAME