Jump to content

problem with environment path and $doc with w2k


Recommended Posts

Guest tjabobom
Posted

msfn = :)

(Info: I run Unattended Win2ksp4 setup under BartPE)

I have found two more problem!!!!

1.

I want to set the environment path for all users under the unatended setup so at guirunonce I made a cmd file. Well it sett the path and in cmd I can se it if I run "path". But when I reboot the path is gone and I cant see the path in the GUI system/advanced/environment. SO ANY IDE!?????

My (addpath.cmd)

@echo off

rem ADDPATH.CMD adds a new directory

rem to the path environment variable.

set merge=L:\Oracle8i\Bin

set path=%path%;%merge%

set

PROMPT=$P$G

(/addpath.cmd)

2.

I wounder if the $docs and $progs works under Win2k unattended setup. I have tried with XP it works fine, but It don't work for me in Win2k Unattended setup..

or shuld it work..

If not,is the best way to put stuff in "all users" profile just to copy it with a cmd script..

/Per


Posted

1) You need a program such as setx (on xp cdrom) or setenv (free dl).

2) I actually recommend a script for this, rather than the folders in the $OEM$ folder. I zip them up in a 7z file, and extract to the %ALLUSERSPROFILE%.

I do this because you are not guaranteed to have your all users profile path be "All Users", unless you remove the directory before installation.

Guest tjabobom
Posted

Thanks Sleepnmojo it helped me much!!

/Per

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...