Editing INI files in Express
Posted: Mon Aug 22, 2005 6:53 pm
In the express edition, is it possible to edit INI files (my app does not use Registry entries). Here's the INI file:
Windows 2000 or Windows XP users would need this:
[General]
Repository=C:\\Documents and Settings\\(Username)\\Local Settings\\Application Data\\RaggieSoft\\Global RepositoryWindows 98 Second Edition or Windows ME would need this:
[General]
Repository=C:\\Program Files\\Common Files\\RaggieSoft\\Global RepositoryThe INI file is SETTINGS.CFG and it's located in [INSTALLDIR] (using MSI properties) - I can change it to SETTINGS.INI if I have to
What I need to do is the following:
During the installation, this INI file needs to be edited as needed depending on the operating system (be it 98 SE, ME, 2000, or XP). It would only need to be installed if the "StoreTrainer" (the name of my app) feature is installed.
I'm on a budget, so I can only afford the Express edition.
Windows 2000 or Windows XP users would need this:
[General]
Repository=C:\\Documents and Settings\\(Username)\\Local Settings\\Application Data\\RaggieSoft\\Global RepositoryWindows 98 Second Edition or Windows ME would need this:
[General]
Repository=C:\\Program Files\\Common Files\\RaggieSoft\\Global RepositoryThe INI file is SETTINGS.CFG and it's located in [INSTALLDIR] (using MSI properties) - I can change it to SETTINGS.INI if I have to
What I need to do is the following:
During the installation, this INI file needs to be edited as needed depending on the operating system (be it 98 SE, ME, 2000, or XP). It would only need to be installed if the "StoreTrainer" (the name of my app) feature is installed.
I'm on a budget, so I can only afford the Express edition.