Jump to content

cant install apps during setup


Recommended Posts

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 "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"</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

Edited by amit_talkin
Link to comment
Share on other sites


@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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Edited by maxXPsoft
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

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

Edited by FireGeier
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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? :(

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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