The answer is yes.
All we were trying to do is give the new user some guidance. For everyone else when openning the zip file you can select what and where to unzip files to.
Also as Nils mentioned we thought it might help to trouble shoot if files are in an expected place.
But...no big deal..I put the file back to the way it was
Thoughts on installation of IR
Moderator: Moderators
-
Mark Pierson
- Expert
- Posts: 3018
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
Yes... in the Extract dialog, there's an option titled "Use folder names". When it's checked, the folder structure within the zip is used from the current folder.The Robman wrote:Does Winzip allow you the option of not using the built in directory structure?
I think it's better to have the apps themselves save pointers to necessary external references in .ini-type files and/or the registry.
Mark
-
The Robman
- Site Owner
- Posts: 21886
- Joined: Fri Aug 01, 2003 9:37 am
- Location: Chicago, IL
- Contact:
Paul, just to clarify, I am in favor of using some sort of directory structure, I'm just adding some opinions like everyone else.
I was very happy when the RDFs where allowed to have their own folder, for example, as it meant they didn't have to clog up the IR folder anymore.
As long as Winzip lets you ignore the built in structure, I don't mind what structure you put in there. However, I would still suggest that IR, KM and RM have seperate directories as these applications are all at the same level and are not subordinate to each other.
I was very happy when the RDFs where allowed to have their own folder, for example, as it meant they didn't have to clog up the IR folder anymore.
As long as Winzip lets you ignore the built in structure, I don't mind what structure you put in there. However, I would still suggest that IR, KM and RM have seperate directories as these applications are all at the same level and are not subordinate to each other.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
-
Mark Pierson
- Expert
- Posts: 3018
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
Let's clarify...(please don't take offense)....ini's and registry entries are totally different.
Currently the only file that resembles an ini are the RDF's.
IR uses the registry entries to store user specifics like the resizing of the screens, and paths to various folders.
In the IR changes I have done registry entries figure prominently.
I have always viewed ini's as a file that could be used to store values that are required by an app regardless of the user settings.
Currently the only file that resembles an ini are the RDF's.
IR uses the registry entries to store user specifics like the resizing of the screens, and paths to various folders.
In the IR changes I have done registry entries figure prominently.
I have always viewed ini's as a file that could be used to store values that are required by an app regardless of the user settings.
Paul
-
Mark Pierson
- Expert
- Posts: 3018
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
Which is really all that's needed for the ExtInstall and IRtoWav support, correct?e34m5 wrote:IR uses the registry entries to store user specifics like... paths to various folders.
Exactly, plus in many cases they can be used by OTHER apps that share common settings.I have always viewed ini's as a file that could be used to store values that are required by an app regardless of the user settings.
The advantage of .ini-type files over the registry is that they're less platform specific. BTW, I used the term ".ini-type" to denote a settings file; not necessarily the Windows specific ini type, but something that can be generic (i.e. RM's RemoteMaster.properties file).
Mark
Ok...we agree.
The issue at hand was to try an create a way that users would have a directory structure that was fairly common.
Many here did not like that idea. So we'll just leave IR as is. What I have done (based on your suggestion) is store the paths in the registry after the first time IR asks the question. Subsequently it only requests the info is the it cannot find the file in the previusoly stored location.
The issue at hand was to try an create a way that users would have a directory structure that was fairly common.
Many here did not like that idea. So we'll just leave IR as is. What I have done (based on your suggestion) is store the paths in the registry after the first time IR asks the question. Subsequently it only requests the info is the it cannot find the file in the previusoly stored location.
Paul