Help - Search - Members - Calendar
Full Version: Some Questions about adding users and drivers
MSFN Forums > Member Contributed Projects > Other Member Contributed Projects > Windows Installation Helper Utility

   
Google Internet Forums Unattended CD/DVD Guide
greg_285
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



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.gif
greg_285
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 :

QUOTE
@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 :

QUOTE
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 tongue.gif
greg_285
OK i get started and I understand the methode for the applications.
Some problems with silent switch but I will get true..

To add the user I also undestand, so let's go..
I ask again if I have a problem
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.