Jump to content

installing App from CD


Recommended Posts

hi

Please if you can help me for this one

i created a unattended windows xp cd with my softwares but after the format it will start copy the windows file which is normal but after that it will also copy all folder for my softwares ..

so how can i stop the copy of my software and let the instllation start after the log in to the computer and pointing to the CD ..

Link to comment
Share on other sites


Everything that is placed into the special "system" subfolders(e.g. '$1' and '$$' etc.) of the '$OEM$' folder is copied over to your harddrive during setup. If you don't want this to happen, then simply don't place your apps in these folders and place them somewehere else on the disc instead. Also you will need to add a little code to your batchfiles start, which will assign the %cdrom% environment variable to your drives correct logical letter.

Here is the section of MSFN's Unattended guide which reffers to this issue :

http://unattended.msfn.org/unattended.xp/v...243842d9fa7b15/

Link to comment
Share on other sites

Everything that is placed into the special "system" subfolders(e.g. '$1' and '$$' etc.) of the '$OEM$' folder is copied over to your harddrive during setup. If you don't want this to happen, then simply don't place your apps in these folders and place them somewehere else on the disc instead. Also you will need to add a little code to your batchfiles start, which will assign the %cdrom% environment variable to your drives correct logical letter.

Here is the section of MSFN's Unattended guide which reffers to this issue :

http://unattended.msfn.org/unattended.xp/v...243842d9fa7b15/

thanks for your help but can you cleare it easly

first let me give you what i have done

in the unattended file in my wincd i but

[GuiRunOnce]

Command0=%CDROM%\install.cmd

during the log in to the windwos it cannot go to

install.cmd which is in the CD root ..

now what i will add in the end of the unattended file to run the patch file ( Install.cmd ) during the firest log in to the windows after finishing the installation

this is just what i need

thanks

Link to comment
Share on other sites

hi

this is a copy of what i have used for my unattended file without the runonce

please i don't need to copy all software to hard desk and then run the installation from there as i said i need to let the installation start from the CD.

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=YES

TargetPath=\WINDOWS

Repartition=No

UnattendSwitch="yes"

WaitForReboot="No"

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

AutoLogon=Yes

AutoLogonCount=1

OEMSkipRegional=1

TimeZone=150

OemSkipWelcome=1

ProfilesDir="C:\Documents and Settings\"

[userData]

ProductKey=xxxxx

FullName="xxxx "

OrgName="Computer Support Unit"

ComputerName=xxx

[Display]

BitsPerPel=32

Xresolution=800

YResolution=600

Vrefresh=60

[TapiLocation]

CountryCode=xxxx

AreaCode=xxxx

[RegionalSettings]

LanguageGroup=13

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

[Components]

AccessOpt = On

Appsrv_console = On

Aspnet = On

AutoUpdate = On

BitsServerExtensionsISAPI = On

BitsServerExtensionsManager = On

Calc = On

Certsrv = On

Certsrv_client = On

Certsrv_server = On

Charmap = On

Chat = On

Clipbook = On

Complusnetwork = On

Deskpaper = On

Dialer = On

Dtcnetwork = On

Fax = On

Fp_extensions = On

Fp_vdir_deploy = On

Freecell = On

Hearts = On

Hypertrm = On

IEAccess = On

Iis_asp = On

Iis_common = On

Iisdbg = On

Iis_ftp = On

Iis_htmla = On

Iis_doc = On

Iis_inetmgr = On

Iis_internetdataconnector = On

Iis_nntp = On

Iis_pwmgr = On

Iis_serversideincludes = On

Iis_smtp = On

Iis_smtp_docs = On

Iis_webadmin = On

Iis_webdav = On

Iis_www = On

Iis_www_vdir_printers = On

Iis_www_vdir_scripts = On

Iis_www_vdir_terminalservices = On

Indexsrv_system = On

Inetprint = On

Licenseserver = On

Media_clips = On

Media_utopia = On

Minesweeper = On

Mousepoint = On

msmsgs=off

Msmq_ADIntegrated = On

Msmq_Core = On

Msmq_HTTPSupport = On

Msmq_LocalStorage = On

Msmq_MQDSService = On

Msmq_RoutingSupport = On

Msmq_TriggersService = On

Mswordpad = On

Netcis = On

Netoc = On

Objectpkg = On

OEAccess = On

Paint = On

Pinball = On

Pop3Admin = On

Pop3Service = On

Pop3Srv = On

Rec = On

Reminst = On

Rootautoupdate = On

Rstorage = On

Solitaire = On

Spider = On

Templates = On

TerminalServer = On

TSWebClient = On

Vol = On

WBEMSNMP = On

WMAccess = On

WMPOCM = On

Zonegames = On

[shell]

DefaultStartPanelOff = Yes

Link to comment
Share on other sites

  • 2 weeks later...

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