Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

XML parsing error in AuditUser

Featured Replies

I am back to working on my Vista Unattend project, and I got further than before. Now I am getting a parsing error in [auditUser] and [Microsoft-Windows-Deployment]. There is only one thing in auditUser, and that is where I need it to run a batch file using RunSynchronous. But this is failing. I checked the setupact.log and there are no errors or warnings relating to this. Also the setuperr.log is empty. The path to the file is as specified in the walkthrough in the OPK tools for this type of install.

	<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>E:\Distribution\$OEM$ Folders\unlock\business.bat</Path>
</RunSynchronousCommand>
</RunSynchronous>
</component>
</settings>

Any ideas?


This is one of my sections.

<RunSynchronousCommand wcm:action="add">

<Description>IE8</Description>

<Path>d:\programs\IE8vis.exe /passive /nobackup /norestart</Path>

<Order>5</Order>

<WillReboot>Never</WillReboot>

</RunSynchronousCommand>

</RunSynchronous>

THe things I noticed here is that you are missing description and the willreboot tags...weather or not those are needed or not I'[m not sure but you can add them and try that. The other thing I see that COULD cause an issue is having spaces in your path, perhaps quotes are needed there? Try it with quotes or try removing the spaces in the directory names to eliminate problems.

Could you paste the .bat file? Perhaps there's a command in there that is failing? Although that shouldnt cause an issue because the autounattended should only crap out if it fails to launch the bat, regardless of what the bat file actually does. Just a thought.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.