PDA

View Full Version : iozs setup.exe export.reg file


donate
09-10-2004, 06:05 PM
Would it be possible to have setup.exe of iozs create an export.reg file? That way you can copy settings remotely via ftp, or/and backup your settings after the ( yearly :p ) format.

(regedit /s import.reg)

neoxed
09-10-2004, 06:09 PM
You could also just do:

regedit /E "C:\ioZS-Backup.reg" "HKEY_LOCAL_MACHINE\SOFTWARE\ioZS"

donate
09-10-2004, 06:13 PM
Ok, will test that later, good tip!

Stardog
09-10-2004, 08:58 PM
hmm, don't foget the keys at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\ioZS.ini.

But this brings up a good idea, I was oing to make something to read an ini file and write it to the registry, but it would actually be mor efficient to just backup and restore the required keys. Keeping support for an .inf file that's no longer used just doesn't make much sense, especially when I plan to add more options at some point.

Stardog
09-11-2004, 09:57 PM
I've been playing with some MS functions to save and restore keys. I could easily add the ability to backup/restore the ioZS key values to a file. The only real downfall is that it stores the key in a binary file. I could probably have these functions added in the next few days or so (depending on how much time I get)....

I'm also adding an -uninstall option that removes all registry keys.