Jump to content

Some Questions about adding users and drivers


greg_285

Recommended Posts

Hello

i found this tool trough msfn website and it sounds great for what I'm looking for

I would like to make an automated install of windows and the add the softwares and the users

Here is an example of my menu

menu5sz.jpg

I think I will manage the software part but some problems to understand if what I want to do for the user part is possible..

I would like to :

add user locally on the workstation after installation of windows

add user on the domain (active directory)

get the user profile back from the network

add the workstation in the domain

Is this possible ?

I also want to have a part for special drivers (laptops for example)

Is this possible ?

Thanks a lot for this great tool :thumbup

Link to comment
Share on other sites


Hello

So the first part on my cd is ok

I have a proper install of winxp with sp2 and oeminfos

For few times I make a boot cd with the runonce method

Is this possible to do the same with the wihu tool ?

Here is my runonceex example :

@echo off

IF EXIST D:\CD.txt set CDROM=D:

IF EXIST E:\CD.txt set CDROM=E:

IF EXIST F:\CD.txt set CDROM=F:

IF EXIST G:\CD.txt set CDROM=G:

IF EXIST H:\CD.txt set CDROM=H:

IF EXIST I:\CD.txt set CDROM=I:

IF EXIST J:\CD.txt set CDROM=J:

SET KEY= HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installation des Logiciels" /f

REG ADD %KEY%\005 /VE /D "CdEx" /f

REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\Applications\CDex\cdex_151.exe /S" /f

REG ADD %KEY%\010 /VE /D "Adobe Reader 6" /f

REG ADD %KEY%\010 /V 1 /D "%CDROM%\Software\Applications\AdobeReader\AdbeRdr60_fra_full.exe -p\"-s /v\"/qn\"\"" /f

REG ADD %KEY%\015 /VE /D "MSN Messenger" /f

REG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\Msn\MsnMsgs.msi /qn" /f

REG ADD %KEY%\020 /VE /D "Pack Microsoft Office 2003" /f

REG ADD %KEY%\020 /V 1 /D "%CDROM%\Software\Applications\Office2003\setup.exe TRANSFORMS=unattended.mst /qb-" /f

REG ADD %KEY%\025 /VE /D "Norton Internet Security 2004" /f

REG ADD %KEY%\025 /V 1 /D "%CDROM%\Software\Applications\NAV2004\symsetup.exe /QB" /f

exit

Is thit possible to check if there is an install from a cd with the install.ini

I think the installation commands are the same , no ?

Something like that :

IF EXIST D:\CD.txt set %srcdrive%=D:

IF EXIST E:\CD.txt set %srcdrive%=E:

IF EXIST F:\CD.txt set %srcdrive%=F:

IF EXIST G:\CD.txt set %srcdrive%=G:

IF EXIST H:\CD.txt set %srcdrive%=H:

IF EXIST I:\CD.txt set %srcdrive%=I:

IF EXIST J:\CD.txt set %srcdrive%=J:

[bureautique]

; Sub command 0

description.0=Microsoft Office 2003

command.0=%srcdrive%\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-

selected.0 = 0

; Sub command 1

description.1=Adobe Acrobat Reader

command.1=%srcdrive%\Applications\AdobeReader\AdbeRdr705_fra_full.exe -p"-s /v\"/qn\""

selected.1 = true

Thanks :P

Edited by greg_285
Link to comment
Share on other sites

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...