MSFN Forum: cant install apps during setup - MSFN Forum

Jump to content



  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

cant install apps during setup help plz. Rate Topic: -----

#1 User is offline   amit_talkin 

  • Experienced
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 05-October 05

  Posted 27 April 2007 - 03:17 AM

ah....i have tried all i can do...changed Autounattend.xml many times to get proper settings...but no luck....all other setups like auto admin logon, skip oobe, etc is fully working automatically...just i cant install apps in audit mode....i have followed FireGeier's guide..but still no luck.....here is my xml file

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
	<settings pass="windowsPE">
		<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
			<SetupUILanguage>
				<UILanguage>en-US</UILanguage>
			</SetupUILanguage>
			<InputLocale>0409:00000409</InputLocale>
			<SystemLocale>en-US</SystemLocale>
			<UILanguage>en-US</UILanguage>
			<UserLocale>en-US</UserLocale>
		</component>
		<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
			<UserData>
				<ProductKey>
					<WillShowUI>OnError</WillShowUI>
					<Key>XXXX</Key>
				</ProductKey>
				<AcceptEula>true</AcceptEula>
				<FullName>Amit</FullName>
				<Organization>Heaven</Organization>
			</UserData>
			<Display>
				<ColorDepth>32</ColorDepth>
				<HorizontalResolution>1024</HorizontalResolution>
				<RefreshRate>85</RefreshRate>
				<VerticalResolution>768</VerticalResolution>
			</Display>
			<ImageInstall>
				<OSImage>
					<InstallFrom>
						<MetaData wcm:action="add">
							<Key>/IMAGE/NAME</Key>
							<Value>Windows Vista ULTIMATE</Value>
						</MetaData>
					</InstallFrom>
					<WillShowUI>OnError</WillShowUI>
					<InstallToAvailablePartition>false</InstallToAvailablePartition>
				</OSImage>
			</ImageInstall>
		</component>
	</settings>
	<settings pass="specialize">
		<component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
			<SkipAutoActivation>true</SkipAutoActivation>
		</component>
		<component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
			<RunSynchronous>
				<RunSynchronousCommand wcm:action="add">
					<Order>1</Order>
					<Path>cmd /c &quot;FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppsRoot.txt SETX AppsRoot %i: -m&quot;</Path>
				</RunSynchronousCommand>
				<RunSynchronousCommand wcm:action="add">
					<Order>2</Order>
					<Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /audit</Path>
				</RunSynchronousCommand>
			</RunSynchronous>
		</component>
	</settings>
	<settings pass="oobeSystem">
		<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
			<AutoLogon>
				<Enabled>true</Enabled>
				<LogonCount>5</LogonCount>
				<Username>Administrator</Username>
			</AutoLogon>
			<Display>
				<ColorDepth>32</ColorDepth>
				<DPI>96</DPI>
				<HorizontalResolution>1024</HorizontalResolution>
				<RefreshRate>85</RefreshRate>
				<VerticalResolution>768</VerticalResolution>
			</Display>
			<OOBE>
				<HideEULAPage>true</HideEULAPage>
				<NetworkLocation>Home</NetworkLocation>
				<ProtectYourPC>1</ProtectYourPC>
				<SkipMachineOOBE>true</SkipMachineOOBE>
				<SkipUserOOBE>true</SkipUserOOBE>
			</OOBE>
			<TimeZone>India Standard Time</TimeZone>
		</component>
	</settings>
	<settings pass="auditUser">
		<component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
			<RunSynchronous>
				<RunSynchronousCommand wcm:action="add">
					<Order>1</Order>
					<Path>cmd /c %AppsRoot%Install\Acrobet Reader\AdobeReader80.exe /sAll /rs</Path>
				</RunSynchronousCommand>
				<RunSynchronousCommand wcm:action="add">
					<Order>2</Order>
					<Path>cmd /c %AppsRoot%Install\Firefox\Firefox2.exe -ms</Path>
				</RunSynchronousCommand>
				<RunSynchronousCommand wcm:action="add">
					<Order>3</Order>
					<Path>cmd /c %AppsRoot%Install\Daemon Tools\dt4091_143_x86.exe</Path>
				</RunSynchronousCommand>
				<RunSynchronousCommand wcm:action="add">
					<Order>4</Order>
					<Path>cmd /c %AppsRoot%Install\java\java6.exe</Path>
				</RunSynchronousCommand>
				<RunSynchronousCommand wcm:action="add">
					<Order>5</Order>
					<Path>cmd /c %AppsRoot%Install\Klite\KLiteCodecPackMega201.exe /VERYSILENT /SP-</Path>
				</RunSynchronousCommand>
				<RunSynchronousCommand wcm:action="add">
					<Order>6</Order>
					<Path>cmd /c %AppsRoot%Install\Msn\WLM.exe</Path>
				</RunSynchronousCommand>
				<RunSynchronousCommand wcm:action="add">
					<Order>7</Order>
					<Path>cmd /c %AppsRoot%Install\Notepad\Notepad402.exe /S</Path>
				</RunSynchronousCommand>
				<RunSynchronousCommand wcm:action="add">
					<Order>8</Order>
					<Path>cmd /c %AppsRoot%Install\Yahoo\yahoo81.exe /s</Path>
				</RunSynchronousCommand>
				<RunSynchronousCommand wcm:action="add">
					<Order>9</Order>
					<Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot</Path>
				</RunSynchronousCommand>
			</RunSynchronous>
		</component>
	</settings>
	<cpi:offlineImage cpi:source="wim:h:/vistawork/dvd/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>



i have put Appzroot.txt in root of DVD...and all paths to install folder are correct.....setup even never told me tht path not found or etc...
and as i told..other unattended setups are working fine...so thr isnt any problem in placement of autounattend.xml file.
i couldnt figure out whts the problem...so i m asking for help frm u ppl...i hope some of u know better thn me. ;)

Thnx
AMIT

This post has been edited by amit_talkin: 27 April 2007 - 03:20 AM



#2 User is offline   FireGeier 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 405
  • Joined: 24-October 05

Posted 27 April 2007 - 05:37 AM

Hello Amit!

Do you use an OEM DVD?

Regards,
Martin

#3 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,482
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 27 April 2007 - 06:53 AM

your doing your SETX in <settings pass="specialize">
but yet you run the Apps in <settings pass="auditUser">
I would move the SETX to same Pass

This post has been edited by maxXPsoft: 27 April 2007 - 06:59 AM


#4 User is offline   amit_talkin 

  • Experienced
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 05-October 05

Posted 27 April 2007 - 07:06 AM

@Martin aka FireGeier , no bro. its a retail DVD....and i have created answer file as the way u have guided in ur guide :( did i do any mistake? as "maxxpsoft" saying, SETX should be in audit pass, but as far ur guide, it is created in specialize pass.

@ maxxpsoft, thnx bro. i will do changes as u told and will post updated info. here . :thumbup

thnx to both of u guys for ur replies.

Regards
AMIT

#5 User is offline   amit_talkin 

  • Experienced
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 05-October 05

Posted 27 April 2007 - 09:18 AM

@maxxpsoft....bro. i have tried settings as u told me....but it still not working...here is my new answer file

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
	<settings pass="windowsPE">
		<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
			<SetupUILanguage>
				<UILanguage>en-US</UILanguage>
			</SetupUILanguage>
			<InputLocale>0409:00000409</InputLocale>
			<SystemLocale>en-US</SystemLocale>
			<UILanguage>en-US</UILanguage>
			<UserLocale>en-US</UserLocale>
		</component>
		<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
			<UserData>
				<ProductKey>
					<WillShowUI>OnError</WillShowUI>
					<Key>XXXX</Key>
				</ProductKey>
				<AcceptEula>true</AcceptEula>
				<FullName>Amit</FullName>
				<Organization>Heaven</Organization>
			</UserData>
			<Display>
				<ColorDepth>32</ColorDepth>
				<HorizontalResolution>1024</HorizontalResolution>
				<RefreshRate>85</RefreshRate>
				<VerticalResolution>768</VerticalResolution>
			</Display>
			<ImageInstall>
				<OSImage>
					<InstallFrom>
						<MetaData wcm:action="add">
							<Key>/IMAGE/NAME</Key>
							<Value>Windows Vista ULTIMATE</Value>
						</MetaData>
					</InstallFrom>
					<WillShowUI>OnError</WillShowUI>
					<InstallToAvailablePartition>false</InstallToAvailablePartition>
				</OSImage>
			</ImageInstall>
		</component>
	</settings>
	<settings pass="specialize">
		<component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
			<SkipAutoActivation>true</SkipAutoActivation>
		</component>
		<component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
			<RunSynchronous>
				<RunSynchronousCommand wcm:action="add">
					<Order>1</Order>
					<Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /audit</Path>
				</RunSynchronousCommand>
			</RunSynchronous>
		</component>
	</settings>
	<settings pass="auditUser">
		<component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
			<RunSynchronous>
				<RunSynchronousCommand wcm:action="add">
					<Order>1</Order>
					<Path>cmd /c ";FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppzRoot.txt SETX AppzRoot %i: -m";</Path>
				</RunSynchronousCommand>
				<RunSynchronousCommand wcm:action="add">
					<Order>2</Order>
					<Path>cmd /c %AppzRoot%install\Acrobat Reader\AdobeReader80.exe /sAll /rs</Path>
				</RunSynchronousCommand>
				<RunSynchronousCommand wcm:action="add">
					<Order>3</Order>
					<Path>cmd /c %AppzRoot%install\Firefox\Firefox2.exe -ms</Path>
				</RunSynchronousCommand>
				<RunSynchronousCommand wcm:action="add">
					<Order>4</Order>
					<Path>cmd /c %AppzRoot%install\Daemon Tools\dt4091_143_x86.exe</Path>
				</RunSynchronousCommand>
				<RunSynchronousCommand wcm:action="add">
					<Order>5</Order>
					<Path>cmd /c %AppzRoot%install\java\java6.exe</Path>
				</RunSynchronousCommand>
				<RunSynchronousCommand wcm:action="add">
					<Order>6</Order>
					<Path>cmd /c %AppzRoot%install\Klite\KLiteCodecPackMega201.exe /VERYSILENT /SP-</Path>
				</RunSynchronousCommand>
				<RunSynchronousCommand wcm:action="add">
					<Order>7</Order>
					<Path>cmd /c %AppzRoot%install\Msn\WLM.exe</Path>
				</RunSynchronousCommand>
				<RunSynchronousCommand wcm:action="add">
					<Order>8</Order>
					<Path>cmd /c %AppzRoot%install\Notepad\Notepad402.exe /S</Path>
				</RunSynchronousCommand>
				<RunSynchronousCommand wcm:action="add">
					<Order>9</Order>
					<Path>cmd /c %AppzRoot%install\Yahoo\yahoo81.exe /s</Path>
				</RunSynchronousCommand>
				<RunSynchronousCommand wcm:action="add">
					<Order>10</Order>
					<Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot</Path>
				</RunSynchronousCommand>
			</RunSynchronous>
		</component>
	</settings>
	<settings pass="oobeSystem">
		<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
			<AutoLogon>
				<Enabled>true</Enabled>
				<LogonCount>5</LogonCount>
				<Username>Administrator</Username>
			</AutoLogon>
			<Display>
				<ColorDepth>32</ColorDepth>
				<DPI>96</DPI>
				<HorizontalResolution>1024</HorizontalResolution>
				<RefreshRate>85</RefreshRate>
				<VerticalResolution>768</VerticalResolution>
			</Display>
			<OOBE>
				<HideEULAPage>true</HideEULAPage>
				<NetworkLocation>Home</NetworkLocation>
				<ProtectYourPC>1</ProtectYourPC>
				<SkipMachineOOBE>true</SkipMachineOOBE>
				<SkipUserOOBE>true</SkipUserOOBE>
			</OOBE>
			<TimeZone>India Standard Time</TimeZone>
		</component>
	</settings>
	<cpi:offlineImage cpi:source="wim:h:/vistawork/dvd/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>


ummmm...dont know wht is the mistake ( or mistakes? ) in answer file...

#6 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,482
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 27 April 2007 - 09:42 AM

<Path>cmd /c ";FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppzRoot.txt SETX AppzRoot %i: -m";</Path>

you see them ; at each end of your command, dont think they should be there
first remove those and see if you get any better then

must be a way to check if AppzRoot is getting set. I don't install my apps there but wait till the desktop where I can see whats going on. You might put that in a cmd file and call it and put a pause in it. When it pauses hit shift F10 and type Set and see if your variable is setting.

This post has been edited by maxXPsoft: 27 April 2007 - 09:48 AM


#7 User is offline   amit_talkin 

  • Experienced
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 05-October 05

Posted 27 April 2007 - 09:52 AM

ummm...well..i am testing whole setup on VMware each time i m making changes in answer file....above settings didnt work for me yet.....do u know any other way to install appz? i mean using a batch command which execute all setups....!

#8 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,482
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 27 April 2007 - 10:40 AM

well yes I do but not as you said

This post has been edited by maxXPsoft: 28 April 2007 - 06:21 PM


#9 User is offline   amit_talkin 

  • Experienced
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 05-October 05

Posted 27 April 2007 - 11:25 AM

oh yes..i have seen it in ur VistaUA....its nice and easy..thnx for it .. :).but i want to learn manual editing for installing appz...can u explain it?

This post has been edited by amit_talkin: 27 April 2007 - 11:27 AM


#10 User is offline   FireGeier 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 405
  • Joined: 24-October 05

Posted 27 April 2007 - 11:39 AM

Quote

your doing your SETX in <settings pass="specialize">
but yet you run the Apps in <settings pass="auditUser">
I would move the SETX to same Pass


That's not the problem. SETX sets it to system environment (Registry), if everything is working properly. I've always been using the SETX command during specialize pass without any probs.

But amit is not the first, having problems with the command. Just can't figure out why so far, cause I've to less feedback.


@amit:
First remove the ";" like maxXP said. Than please make sure, to move the command back to specialize pass!

If you're using

SETX AppzRoot %%i: -m


than your command to call the installer must look like this:

cmd /c %AppzRoot%\install\Acrobat Reader\AdobeReader80.exe /sAll /rs



If you're using

SETX AppzRoot %%i:\ -m


than you have to use

b]cmd /c %AppzRoot%install\Acrobat Reader\AdobeReader80.exe /sAll /rs
[/b]


In your actual Autounattend.xml you're setting AppzRoot without a "\", that means it will set AppzRoot=E: for example.

Than you're calling the apps installers without a "\", so your actual call looks like this for example:

cmd /c E:install\Acrobat Reader\AdobeReader80.exe /sAll /rs

That means there is a missing "\" and setup can't find the path.



If this still should not trouble shoot it, try that:

Put all the commands into one single cmd file called run.cmd for example and than let run this batch from first logon command. Use the commads without cmd /c at the beginning. Look here for more details.


Could you please check if Appsroot variable is set at all. In your final Vista installation click on Start, type cmd and in the opening command prompt type:

set


please let me know, if you find an entry called Appsroot.

Regards,
Martin

This post has been edited by FireGeier: 27 April 2007 - 11:40 AM


#11 User is offline   amit_talkin 

  • Experienced
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 05-October 05

Posted 27 April 2007 - 11:46 AM

thnx martin....u got the point...thts whr i did mistake.... path was set to "AppzRoot %%i: -m" and i was using command "..%AppzRoot%install\.." instead of "..%AppzRoot%\install\.."...grrr...how noob question frm me ...lol...anyways...i hope this will fix the problem....will let u know again wht happens nxt...


thnx to both of u guys for proper replies and guidance :)

Regards
AMIT

#12 User is offline   amit_talkin 

  • Experienced
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 05-October 05

Posted 27 April 2007 - 12:41 PM

Hi martin...i fixed tht error....but still it didnt install appz....here is log of unattended setup..

...................
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: path = [cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppzRoot.txt SETX AppzRoot %i: -m"]
2007-04-27 23:52:28, Info						 [setupugc.exe] Found RunSynchronous command: [cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppzRoot.txt SETX AppzRoot %i: -m"]
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: credentials = { domain is not specified, username is not specified, password info not logged }
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: will continue execution without examining exit code
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: path = [cmd /c %AppzRoot%\install\Acrobat Reader\AdobeReader80.exe /sAll /rs]
2007-04-27 23:52:28, Info						 [setupugc.exe] Found RunSynchronous command: [cmd /c %AppzRoot%\install\Acrobat Reader\AdobeReader80.exe /sAll /rs]
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: credentials = { domain is not specified, username is not specified, password info not logged }
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: will continue execution without examining exit code
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: path = [cmd /c %AppzRoot%\install\Firefox\Firefox2.exe -ms]
2007-04-27 23:52:28, Info						 [setupugc.exe] Found RunSynchronous command: [cmd /c %AppzRoot%\install\Firefox\Firefox2.exe -ms]
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: credentials = { domain is not specified, username is not specified, password info not logged }
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: will continue execution without examining exit code
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: path = [cmd /c %AppzRoot%\install\Daemon Tools\dt4091_143_x86.exe]
2007-04-27 23:52:28, Info						 [setupugc.exe] Found RunSynchronous command: [cmd /c %AppzRoot%\install\Daemon Tools\dt4091_143_x86.exe]
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: credentials = { domain is not specified, username is not specified, password info not logged }
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: will continue execution without examining exit code
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: path = [cmd /c %AppzRoot%\install\java\java6.exe]
2007-04-27 23:52:28, Info						 [setupugc.exe] Found RunSynchronous command: [cmd /c %AppzRoot%\install\java\java6.exe]
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: credentials = { domain is not specified, username is not specified, password info not logged }
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: will continue execution without examining exit code
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: path = [cmd /c %AppzRoot%\install\Klite\KLiteCodecPackMega201.exe /VERYSILENT /SP-]
2007-04-27 23:52:28, Info						 [setupugc.exe] Found RunSynchronous command: [cmd /c %AppzRoot%\install\Klite\KLiteCodecPackMega201.exe /VERYSILENT /SP-]
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: credentials = { domain is not specified, username is not specified, password info not logged }
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: will continue execution without examining exit code
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: path = [cmd /c %AppzRoot%\install\Msn\WLM.exe]
2007-04-27 23:52:28, Info						 [setupugc.exe] Found RunSynchronous command: [cmd /c %AppzRoot%\install\Msn\WLM.exe]
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: credentials = { domain is not specified, username is not specified, password info not logged }
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: will continue execution without examining exit code
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: path = [cmd /c %AppzRoot%\install\Notepad\Notepad402.exe /S]
2007-04-27 23:52:28, Info						 [setupugc.exe] Found RunSynchronous command: [cmd /c %AppzRoot%\install\Notepad\Notepad402.exe /S]
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: credentials = { domain is not specified, username is not specified, password info not logged }
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: will continue execution without examining exit code
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: path = [cmd /c %AppzRoot%\install\Yahoo\yahoo81.exe /s]
2007-04-27 23:52:28, Info						 [setupugc.exe] Found RunSynchronous command: [cmd /c %AppzRoot%\install\Yahoo\yahoo81.exe /s]
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: credentials = { domain is not specified, username is not specified, password info not logged }
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: will continue execution without examining exit code
2007-04-27 23:52:28, Info						 [setupugc.exe] Found run command in registry: path = [%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot]
2007-04-27 23:52:28, Info						 [setupugc.exe] Found RunSynchronous command: [%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot]
2007-04-27 23:52:29, Info						 [setupugc.exe] Finished executing [cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppzRoot.txt SETX AppzRoot %i: -m"] synchronously
2007-04-27 23:52:29, Info						 [setupugc.exe] Process returned with exit code 0x0
2007-04-27 23:52:29, Info						 [setupugc.exe] Finished executing [cmd /c %AppzRoot%\install\Acrobat Reader\AdobeReader80.exe /sAll /rs] synchronously
2007-04-27 23:52:29, Info						 [setupugc.exe] Process returned with exit code 0x1
2007-04-27 23:52:29, Info						 [setupugc.exe] Finished executing [cmd /c %AppzRoot%\install\Firefox\Firefox2.exe -ms] synchronously
2007-04-27 23:52:29, Info						 [setupugc.exe] Process returned with exit code 0x1
2007-04-27 23:52:29, Info						 [setupugc.exe] Finished executing [cmd /c %AppzRoot%\install\Daemon Tools\dt4091_143_x86.exe] synchronously
2007-04-27 23:52:29, Info						 [setupugc.exe] Process returned with exit code 0x1
2007-04-27 23:52:29, Info						 [setupugc.exe] Finished executing [cmd /c %AppzRoot%\install\java\java6.exe] synchronously
2007-04-27 23:52:29, Info						 [setupugc.exe] Process returned with exit code 0x1
2007-04-27 23:52:29, Info						 [setupugc.exe] Finished executing [cmd /c %AppzRoot%\install\Klite\KLiteCodecPackMega201.exe /VERYSILENT /SP-] synchronously
2007-04-27 23:52:29, Info						 [setupugc.exe] Process returned with exit code 0x1
2007-04-27 23:52:29, Info						 [setupugc.exe] Finished executing [cmd /c %AppzRoot%\install\Msn\WLM.exe] synchronously
2007-04-27 23:52:29, Info						 [setupugc.exe] Process returned with exit code 0x1
2007-04-27 23:52:29, Info						 [setupugc.exe] Finished executing [cmd /c %AppzRoot%\install\Notepad\Notepad402.exe /S] synchronously
2007-04-27 23:52:29, Info						 [setupugc.exe] Process returned with exit code 0x1
2007-04-27 23:52:29, Info						 [setupugc.exe] Finished executing [cmd /c %AppzRoot%\install\Yahoo\yahoo81.exe /s] synchronously
2007-04-27 23:52:29, Info						 [setupugc.exe] Process returned with exit code 0x1
2007-04-27 23:52:36, Info						 [setupugc.exe] Finished executing [%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot] synchronously
2007-04-27 23:52:36, Info						 [setupugc.exe] Process returned with exit code 0x40010004
2007-04-27 23:52:59, Info						 [windeploy.exe] ------------------------------------------------
.............................


it says process returned with exit code 0x1...it mean it failed? if yes...thn why? :(

#13 User is offline   FireGeier 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 405
  • Joined: 24-October 05

Posted 27 April 2007 - 01:02 PM

Hello Amit!

Have you put the FOR loop back to specialize pass?

Regards,
Martin

#14 User is offline   amit_talkin 

  • Experienced
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 05-October 05

Posted 27 April 2007 - 01:12 PM

sorry.. i have no idea of it! wht u mean to say?

#15 User is offline   FireGeier 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 405
  • Joined: 24-October 05

Posted 27 April 2007 - 01:36 PM

Hello amit!

Sorry, I'm talking about that command here:

cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppzRoot.txt SETX AppzRoot %i: -m"


Where do you put this command to? Specialize pass or audit pass? If you put it into audit pass, than please put it back to sepcialize pass.

Regards,
Martin

#16 User is offline   amit_talkin 

  • Experienced
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 05-October 05

Posted 27 April 2007 - 01:41 PM

oops...yeah i have put it in audit path....but why it wont work in audit path? :} will move it to specialize path...though i just want to know why it wont work in audit mode?

#17 User is offline   FireGeier 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 405
  • Joined: 24-October 05

Posted 27 April 2007 - 01:49 PM

Quote

but why it wont work in audit path?


Well, can't tell for sure. But AFAIK system envrionment variables a loaded to the system environment only once - when the session starts. So if you let run the command in audit pass, than the session has already be started. SETX will set the AppzRoot variable to the registry than, but it will be present in during session after next logon.

This is the reason, why I put it to specialize pass. The system will reboot, before logon to audit pass, so the session is started again and AppzRoot variable is present.

Regards,
Martin

#18 User is offline   amit_talkin 

  • Experienced
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 05-October 05

Posted 27 April 2007 - 01:53 PM

oh ...it mean a reboot is needed to start autoapps session. thnx for providing info martin....atleast i got some more knowledge caz of this apps error :D lol

#19 User is offline   FireGeier 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 405
  • Joined: 24-October 05

Posted 27 April 2007 - 01:57 PM

Well, I don't know for sure if a complete reboot is necessary and you don't have to set one. Please don't missunderstand.

But system will logon to audit passes. That means from my point of view, that a new session is started and system environment is reloaded. Cause first it will run auditSystem pass and second auditUser when booting to audit mode.

But I don't know everything. So might be wrong.

Regards,
Martin

This post has been edited by FireGeier: 27 April 2007 - 01:57 PM


#20 User is offline   amit_talkin 

  • Experienced
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 05-October 05

Posted 27 April 2007 - 02:17 PM

Finally it worked....:) thnx to martin & maxxpsoft for all ur helps....
i will keep u in mind, martin. thr are many things to learn from u ...hope u dont mind :)

Regards
AMIT

Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy