presbp Posted March 3, 2007 Report Share Posted March 3, 2007 So while my PC is down I am doing all my the stuff I can do (continuing to learn python, etc.) without installing anything other than Python on my dad's PC. It is odd I am in a non-admin account but when I clicked on the python.msi package it automatically installed. my dad refuses to use firefox or thunderbird and uses seamonkey because it has a browser + email client combined. Although I tried to install firefox simply because I could not stand using seamonkey's clunky Netscape style interface any longer.So I downloaded the firefox installer and doubleclicked on it and instead of the default C:\Program Files install location (which I know I don't have access to) I choose to install to my my accounts desktop. Firefox installed to my desktop and the firefox folder with all of the data and the firefox launcher icon were on the desktop. in the Start>All Programs> there was (and still is) a mozilla firefox folder with mozilla firefox and mozilla firefox [safe mode] in it. Is this a glitch or bug in XP where it will allow you to install programs but without writing the program values to the registry and/or the C:\Windows folder? I just simply deleted the firefox fodler and icon from the desktop and looked in the add/remove programs and there is no mention of Firefox in there.. hmmm. I wonder why the shortcuts are still in the start menu thoughAs I have never heard of something like this I wonder could installing something this way mess an XP install up? If not (which I don't think it will/should) it seems like this program is only available to me and does not show up in the add/remove programs. I guess to remove the firefox icons I ust have to go to start>all programs in the explorer windows and delete them but this seems odd. I tried installing firefox to my USB thumb drive but it froze and I had to kill the installer. Maybe I didn't have enough space on there or something.I had a similar thing happen when I backed up Steam and my steam games. Since the games downloaded through steam go into the steam folder I simply backed my Steam folder to my external harddrive and then when I reinstalled XP I just installed Steam and then copied the contents of my backed up Steam folder to the inside of that Steam folder, then put the game icons on the desktop and voila! when I clicked on them I could play all of my Steam games yet they were not visible in the add/remove programs folder. So it was like they weren't actually installed into the C:\Windows and the registry like they normally would. Odd..Edit/Delete Message Quote Link to comment Share on other sites More sharing options...
cozofdeath Posted March 5, 2007 Report Share Posted March 5, 2007 This isn't a bug at all. In Windows and most installers you are allowed to install your program where ever you like. In fact, this is really handy as an administrator. For example, some installers come with an administrator install option (-a) for extracting all of an installers contents into a single folder. Most common installers will also create a directory/links in your start menu directory. For a program to be portable/independent, it cannot depend on any system .dlls or the registry. Many programs need dll librarys and the registry to be able to run. It usually doesn't take much to make an application portable, so most programmers will make a portable version of their software or you could use virtualization software to make your programs portable as an alternative. There is much more info on the web about this if your interested. List of Portable apps Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.