IPB

Google Frontpage Forums Unattended CD/DVD Guide

> Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules

 
Reply to this topicStart new topic
> C:\Install Not Found, Applications do not install. Why?
chazco
post Apr 5 2005, 10:31 AM
Post #1





Group: Members
Posts: 7
Joined: 5-April 05
Member No.: 50648
Country Flag


I just made my first unattended xp install cd. Everything goes okay until I get to the 'Installing Applications' part. The list displays all the programs I specified in RunOnceEx.cmd but when they are reached all I get is the message: 'Windows cannot find C:\install\whatever. I am running the Microsoft Virutal PC.

My RunOnceEx.cmd:
CODE
cmdow @ /HID
@echo off

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

REG ADD %KEY% /V TITLE /D "CHAZCO Recovery Disc" /f

REG ADD %KEY%\005 /VE /D "SyncBack" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\SyncBack\setup.exe /VERYSILENT" /f

REG ADD %KEY%\010 /VE /D "Fresh Download" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\FreshDownload\setup.exe /VERYSILENT" /f

REG ADD %KEY%\015 /VE /D "Paint Shop Pro" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\PaintShop\Paint Shop Pro 7.msi /qn REBOOT=Suppress" /f

REG ADD %KEY%\020 /VE /D "Dreamweaver (Manual)" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\Dreamweaver\setup.exe" /f

REG ADD %KEY%\022 /VE /D "FTP Surfer (Manual)" /f
REG ADD %KEY%\022 /V 1 /D "%systemdrive%\install\FTPSurfer\setup.exe" /f

REG ADD %KEY%\025 /VE /D "Nero Burning ROM 6" /f
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\Nero\Setup.exe /silent /noreboot" /f

REG ADD %KEY%\030 /VE /D "TugZip FreeWare" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\TugZip\setup.exe /VERYSILENT" /f

REG ADD %KEY%\035 /VE /D "Office XP" /f
REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\OfficeXP\PROPLUS.msi /QB" /f

EXIT



My Winnt.sif
CODE
;SetupMgrTag
[Data]
   AutoPartition=1
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   UnattendMode=ProvideDefault
   OemPreinstall=Yes
   UnattendSwitch="yes"
   TargetPath=\WINDOWS
   OemSkipEula=Yes

[GuiUnattended]
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=85

[UserData]
   ProductKey=*****
   FullName="Charles Gunther Hague"
   OrgName="CHAZCO Enterprises LTD"
   ComputerName=cgh

[Display]
   BitsPerPel=32
   Xresolution=1024
   YResolution=768
   Vrefresh=75

[TapiLocation]
   CountryCode=44
   Dialing=Tone
   AreaCode=0114

[RegionalSettings]
   LanguageGroup=1
   Language=00000809

[Identification]
   JoinWorkgroup=CHAZCO

[Networking]
   InstallDefaultComponents=No

[NetAdapters]
   Adapter1=params.Adapter1

[params.Adapter1]
   INFID=*

[NetClients]
   MS_MSClient=params.MS_MSClient

[NetServices]
   MS_SERVER=params.MS_SERVER

[NetProtocols]
   MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
   DNS=No
   UseDomainNameDevolution=No
   EnableLMHosts=Yes
   AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
   SpecificTo=Adapter1
   DHCP=No
   IPAddress=10.0.0.1
   SubnetMask=255.255.255.0
   DefaultGateway=10.0.0.2
   WINS=No
   NetBIOSOptions=0






Everything else works - autoanswer, addusers. Any ideas?
Go to the top of the page
 
+Quote Post
jondercik
post Apr 5 2005, 11:27 AM
Post #2


Advanced Member
***

Group: Members
Posts: 486
Joined: 15-January 04
Member No.: 12536



Is the install folder under $1\Install?
Go to the top of the page
 
+Quote Post
chazco
post Apr 5 2005, 01:33 PM
Post #3





Group: Members
Posts: 7
Joined: 5-April 05
Member No.: 50648
Country Flag


Yes the folder was $1\Install. However, my brother just found out something that makes it work. For some reason, when Norton Worm Protection is shut down on the actual PC the Virutal PC installs perfectly. Any ideas why?
Go to the top of the page
 
+Quote Post
diesel_98a
post Apr 5 2005, 07:51 PM
Post #4


Spurz 4 Life....
****

Group: Members
Posts: 556
Joined: 26-July 03
From: Kansas
Member No.: 5165
OS: XP Home
Country Flag


does each app have its own folder??? have u tried combining them into just one folder? might try straightening up the number going:
001
002
003
004

instead of the

005
010
015
020
022
025

just a start anyway to clean it up a bit...........


also try this:

[Unattended]
UnattendMode = FullUnattended

This post has been edited by diesel_98a: Apr 5 2005, 07:55 PM
Go to the top of the page
 
+Quote Post
tjhart85
post Apr 6 2005, 12:11 AM
Post #5


Member
**

Group: Members
Posts: 194
Joined: 14-September 04
Member No.: 31018



Its listed on the MSFN unattended site that you should go by incriments of 5, so you can add programs to your disc w/o having to renumber everything.

As for the programs not working well together, well, they must just glitch each other. Not really that big of a deal is it? You can just get off the web while your testing your disc and you won't be in any danger (correct me if i'm wrong).

Personally, I don't bother with sims, I just load the disc and see if it works, but I guess I'm crazy that way.
Go to the top of the page
 
+Quote Post
diesel_98a
post Apr 6 2005, 03:18 PM
Post #6


Spurz 4 Life....
****

Group: Members
Posts: 556
Joined: 26-July 03
From: Kansas
Member No.: 5165
OS: XP Home
Country Flag


i guess that would just be personal preference, i keep it cleaned up enough that it only takes 1-2mins (if that) to renumber all 23 items....but that is not much to me........

what about the:

[Unattended]
UnattendMode = FullUnattended
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 9th January 2009 - 04:21 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2008 msfn.org
Privacy Policy