Jump to content

IG_Chris

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by IG_Chris

  1. Sorry I didn't respond with an update for a while, I had no internet for few days due to blue-screen issues. Just having the modified winnt.sif file and then doing the registry changes didn't work so well. Windows did install it's programs to "%systemdrive%\Windows\Programs" as desired, but "%systemdrive%\Program Files" was still there (empty, so it could just be deleted anyway, not a big issue), and for some reason the windows programs had created a bunch of empty folders in "%systemdrive%\Applications". I think the reason they did that is the same reason to do that search and replace thing with RRC. For now though, I decided instead of putting all of windows's default stuff in one folder I'm just gonna give it it's own partition, and have a seperate partition for apps and games. Thanks for the input.
  2. Oh cool, thanks! I didn't even know you could replace registry entries with an entry of a different data type. As for not having to do anything else, according to http://www.msfn.org/board/index.php?s=&amp...st&p=123878 , doing it that way will "f+ck up IE and OE" (and maybe some other default programs too, from looking at comments on various sites about chaging the program files directory). However, if you are sure it wont screw anything up if I just set those two registry entries, then I guess I will try it out when I get home. Thanks again for the help.
  3. Thank you very much for that search link, altough for some reason on my home PC I am not getting the same serach results (I get ones completley unhelpful there). The serach gave me 3 results, one of which was useful. From reading http://www.msfn.org/board/lofiversion/index.php/t18054.html, I'd download RCC (not sure if I should get version 1 or 2), stick it (along with all batch files and reg files listed here) in %OEM%\$$\Tweaks. First GuiRunOnce would execute this file: replace.cmd RRC search /text="%%ProgramFiles%%" /replace="C:\Windows\Programs" /data /noprompt However I would like to make it use whatever the %systemdrive% is in place of C:\. That is problem 1. Next it would make these registry changes: tweak.reg [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion] "ProgramFilesDir"="C:\Applications" "CommonFilesDir"="C:\Applications" Problem 2 is I would, once agian, like to use %systemdrive% in place of C:\ so it will work no matter what my drive path is. Problem 3: what do I do with the registry value at "ProgramFilesPath"? Any help with these would be very nice.
  4. Alright, I am making an unattended XP disc for my new sexy PC. I want windows to install its program files into a directory named Programs inside the windows directory. After the windows installation is done though, I want the default program installation directory to be %systemdrive%/Applications. Here is what I was thinking of doing so far: 1). In my winnt.sif file, have the ProgramFilesDir set to "\Windows\Programs" (and have CommonrogramFilesDir set to "\Windows\Programs\Common"). 2). At first startup, use GuiRunOnce (set up in winnt.sif) do some registry tweaks and whatever else is necessary. The thing I am not sure about is, in step 2, what changes I have to apply to the registry, if it is possible to set the registry entry for the program files directory using %systemdrive%, and if I have to do anything else to get this working. Any help here would be greatly appreciated, and since this is my first post here on the MSFN forums, feel free to bash me on the head if I posted this in the wrong place or I didn't look well enough for an answer.
×
×
  • Create New...