hi in fact i had so much idea from this site , first when i had a course with microsoft they teach you how to make an unattended installation for windows xp but after a time you will feel that its normal , so i came to this site an i developed myself more and more by adding programs to the cd xtra,,,
BUT,,, i made a cd with the programs that i need and after 15 or 20 cds i can say i have the cd iwant,,,
BUTTTT,,, i want the cd to format the c: partion for me
in another word i want to put the cd in the pc and leave for a 70 mint and come back to take a complete instalation with everything
i thougt that i can make a cmd line to format the computer for me befor the installation but how to make it work befor the installation
so i thougt to make some exe file and name it setup.exe and order it to format the computer and lunch the win xp setup after that cause
any one can help me about this
Page 1 of 1
pls if you know give help
#2
Posted 02 May 2004 - 02:50 PM
If you want to use your winnt.sif file then all you do is change your DATA tag to show autopartition=1
Ex.
Easy, or if you want to use Windows PE you can use a script for diskpart in your winbom.ini.
Ex.
[Data] AutoPartition="1" MsDosInitiated="0" UnattendedInstall="Yes"
Easy, or if you want to use Windows PE you can use a script for diskpart in your winbom.ini.
#3
Posted 02 May 2004 - 04:46 PM
I tried the above suggestions but my installation still asks which partition and to format the drive. I also want an installation that will allow me to insert a cd and leave. The autopartition set to 1 didn't work for me. Here is my winnt.sif:
;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
Repartition=No
UnattendSwitch=Yes
WaitForReboot=No
NtUpgrade=No
FileSystem=ConvertNTFS
FactoryMode=Yes
ExtendOemPartition=0
OemPnPDriversPath="Drivers\000_Chipset;Drivers\001_CPU;Drivers\002_LAN;Drivers\003_Video;Drivers\004_Audio;Drivers\005_SMBus;Drivers\006_Wireless;Drivers\007_MediaReader;Drivers\008_Modem"
[GuiUnattended]
AdminPassword="*"
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=20
OemSkipWelcome=1
[UserData]
ProductKey=**DELETED**
FullName="User"
OrgName="None"
ComputerName=Station1
[Identification]
JoinWorkgroup=Office
[Networking]
InstallDefaultComponents=Yes
[Components]
msmsgs=off
msnexplr=off
;[Shell]
DefaultStartPanelOff = Yes
DefaultThemesOff = Yes
[Display]
BitsPerPel = 32
Vrefresh = 60
Xresolution = 1280
Yresolution = 800
[GuiRunOnce]
%systemdrive%\install\batch.bat
;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
Repartition=No
UnattendSwitch=Yes
WaitForReboot=No
NtUpgrade=No
FileSystem=ConvertNTFS
FactoryMode=Yes
ExtendOemPartition=0
OemPnPDriversPath="Drivers\000_Chipset;Drivers\001_CPU;Drivers\002_LAN;Drivers\003_Video;Drivers\004_Audio;Drivers\005_SMBus;Drivers\006_Wireless;Drivers\007_MediaReader;Drivers\008_Modem"
[GuiUnattended]
AdminPassword="*"
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=20
OemSkipWelcome=1
[UserData]
ProductKey=**DELETED**
FullName="User"
OrgName="None"
ComputerName=Station1
[Identification]
JoinWorkgroup=Office
[Networking]
InstallDefaultComponents=Yes
[Components]
msmsgs=off
msnexplr=off
;[Shell]
DefaultStartPanelOff = Yes
DefaultThemesOff = Yes
[Display]
BitsPerPel = 32
Vrefresh = 60
Xresolution = 1280
Yresolution = 800
[GuiRunOnce]
%systemdrive%\install\batch.bat
#4
Posted 03 May 2004 - 11:48 AM
first of all thank you for reply my message
-----------------
if i changed the [Data] part of the Winnt.sif file as you say to
[Data]
AutoPartition="1"
MsDosInitiated="0"
UnattendedInstall="Yes"
it will install the windows directly to drive c:
BUT: what i need is:
I just put the Unattended XPCD into my CDROM and then it will do everything,,
i mean I WANT IT TO AUTOMATIC FORMAT THE DRIVE C:,,after that install the windows without any interaption from me
here is my answer file
-------------------------------------
;SetupMgrTag
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
UnattendSwitch="yes"
FileSystem=*
[GuiUnattended]
AdminPassword="password"
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=120
OemSkipWelcome=1
[UserData]
ProductID=12345-12345-12345-12345-12345
FullName="fido"
OrgName="EGY"
ComputerName=pc
[Display]
BitsPerPel=32
Xresolution=800
YResolution=600
[RegionalSettings]
LanguageGroup=13,1
SystemLocale=00000409
UserLocale=00000409
InputLocale=0409:00000409
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
[GuiRunOnce]
%systemdrive%\install\batch_file.cmd
---------------------------------------------------------------------
by the way i had a very good program that any one of you will like to have especialy if you work with computer maint. or hardware
this program is a C/C++ toolkit for accessing hardware without having to write device drivers.
You can write once, and it will run on all of these platforms. No kernel or OS knowledge
is required. WinDriver uses wizards to diagnose your hardware and automatically generate
your driver code. It includes support for PLX, Altera, Cypress, QuickLogic,
National Semiconductor,
STMicroelectronics, Texas Instruments, Xilinx, PLDA, and AMCC chipsets.
WinDriver also provides extended support for Windows Driver Model (WDM), Plug-and-Play, and Power Management.
Version 6.2 supports Linux kernel 2.6 and adds an option to start developing
your driver before your PCI hardware is available.
IN A SIMPLE WAY IT GENERATE ANY DRIVER FOR YOU WITH ALL WINDOWS
HAVE FUN
--------------------------------------------------------
HERE IS THE WEBSITE LINK TO DOWNLOAD IT:
http://download.com....tml?tag=lst-0-1
---------------------------------------------------------
AND HERE IS THE SERIAL NUMBER:
Removed
---------------------------------------------------------
this program coast $2000 so use it waisly and any one have a solve for my proplem lps send it to me
thank you
-----------------
if i changed the [Data] part of the Winnt.sif file as you say to
[Data]
AutoPartition="1"
MsDosInitiated="0"
UnattendedInstall="Yes"
it will install the windows directly to drive c:
BUT: what i need is:
I just put the Unattended XPCD into my CDROM and then it will do everything,,
i mean I WANT IT TO AUTOMATIC FORMAT THE DRIVE C:,,after that install the windows without any interaption from me
here is my answer file
-------------------------------------
;SetupMgrTag
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
UnattendSwitch="yes"
FileSystem=*
[GuiUnattended]
AdminPassword="password"
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=120
OemSkipWelcome=1
[UserData]
ProductID=12345-12345-12345-12345-12345
FullName="fido"
OrgName="EGY"
ComputerName=pc
[Display]
BitsPerPel=32
Xresolution=800
YResolution=600
[RegionalSettings]
LanguageGroup=13,1
SystemLocale=00000409
UserLocale=00000409
InputLocale=0409:00000409
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
[GuiRunOnce]
%systemdrive%\install\batch_file.cmd
---------------------------------------------------------------------
by the way i had a very good program that any one of you will like to have especialy if you work with computer maint. or hardware
this program is a C/C++ toolkit for accessing hardware without having to write device drivers.
You can write once, and it will run on all of these platforms. No kernel or OS knowledge
is required. WinDriver uses wizards to diagnose your hardware and automatically generate
your driver code. It includes support for PLX, Altera, Cypress, QuickLogic,
National Semiconductor,
STMicroelectronics, Texas Instruments, Xilinx, PLDA, and AMCC chipsets.
WinDriver also provides extended support for Windows Driver Model (WDM), Plug-and-Play, and Power Management.
Version 6.2 supports Linux kernel 2.6 and adds an option to start developing
your driver before your PCI hardware is available.
IN A SIMPLE WAY IT GENERATE ANY DRIVER FOR YOU WITH ALL WINDOWS
HAVE FUN
--------------------------------------------------------
HERE IS THE WEBSITE LINK TO DOWNLOAD IT:
http://download.com....tml?tag=lst-0-1
---------------------------------------------------------
AND HERE IS THE SERIAL NUMBER:
Removed
---------------------------------------------------------
this program coast $2000 so use it waisly and any one have a solve for my proplem lps send it to me
thank you
#5
Posted 04 May 2004 - 01:31 AM
Hum...is this serial "legal"? I mean, is it a serial for complete product or just for the trial version? Because if it's for the complete version it's far from being legal :/
#6
Posted 04 May 2004 - 09:38 AM
i think this is "warez".. And as im sure as you all know, theres none of this here! 
Chris.
Chris.
#7
Posted 04 May 2004 - 02:01 PM
ok,
i think i am giving you a very good program to use
if you dont like dont use it
any way i am sure you all using it now cause its a very powerfull tool
by the way NO ONE SAID A THING ABOUT MY PROPLM WITH THE ANSWER FILE
i think i am giving you a very good program to use
if you dont like dont use it
any way i am sure you all using it now cause its a very powerfull tool
by the way NO ONE SAID A THING ABOUT MY PROPLM WITH THE ANSWER FILE
#8
Posted 04 May 2004 - 02:18 PM
fahedhassan, on May 4 2004, 02:01 PM, said:
ok,
i think i am giving you a very good program to use
if you dont like dont use it
any way i am sure you all using it now cause its a very powerfull tool
by the way NO ONE SAID A THING ABOUT MY PROPLM WITH THE ANSWER FILE
i think i am giving you a very good program to use
if you dont like dont use it
any way i am sure you all using it now cause its a very powerfull tool
by the way NO ONE SAID A THING ABOUT MY PROPLM WITH THE ANSWER FILE
It dosen't matter weather you're "giving us a very good program to use
if you dont like dont use it ". If its warez, or pirated or anything illegal, its not allowed here, and you should know that.
I Recommend you edit the serial out of you're post.
Chris.
#9
Posted 05 May 2004 - 12:25 AM
Quote
i am sure you all using it now cause its a very powerfull tool
not at all, it's not a program I need...
And moreover, in my firm, we don't use any pirated software : 100% of our software is *legal*, unlike the serial you give.
#10
Posted 05 May 2004 - 07:04 AM
This post doesn't belong here, and your question is answered in another post. Search for MarthaX's recent posts. Please remove your serial from this post.
#11
Posted 05 May 2004 - 07:20 AM
@ fahedhassan
This is your last warning. One more time and you get banned.
xper
This is your last warning. One more time and you get banned.
xper
Share this topic:
Page 1 of 1



Help
This topic is locked
Back to top










