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.

autounattended.xml problem software integration

Featured Replies

hi

i've made a unatended install of vista with software integration but i lost it

now i'm trying to do another but im not able to do it

i'm using firegeier's tutorial that i used before but i cannot get the software integration part to work

now i created new a autounattended.xml just to test the integration part but still not working

the aplications for install are located in a folder named "apps" on the DVD root

AppsRoot.txt is also on the DVD root

if someone could tell whats wrong with the xml it would be a great help

 <?xml version="1.0" encoding="utf-8" ?> 
- <unattend xmlns="urn:schemas-microsoft-com:unattend">
- <settings pass="specialize">
- <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="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%\Apps\KLITE.EXE /verysilent /norestart /LoadInf=".\klmcp.ini"</Path>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
<Order>2</Order>
<Path>cmd /c %AppsRoot%\Apps\izarc.exe /verysilent</Path>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
<Order>3</Order>
<Path>cmd /c %AppsRoot%\Apps\InfraRecorder.exe /S</Path>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
<Order>4</Order>
<Path>cmd /c %AppsRoot%\Apps\msnmsgs.msi /qn</Path>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
<Order>5</Order>
<Path>cmd /c %AppsRoot%\Apps\msnplus.exe /silent</Path>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
<Order>6</Order>
<Path>cmd /c %AppsRoot%\Apps\acrobat.exe /sall</Path>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
<Order>7</Order>
<Path>cmd /c %AppsRoot%\Apps\Firefox.exe -ms</Path>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
<Order>8</Order>
<Path>cmd /c %AppsRoot%\Apps\flash.msi /qn</Path>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
<Order>9</Order>
<Path>cmd /c %AppsRoot%\Apps\flashff.exe /s</Path>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
<Order>10</Order>
<Path>cmd /c %AppsRoot%\Apps\java.exe /s /v\"/qb IEXPLORER=1 MOZILLA=1 REBOOT=ReallySuppress\"</Path>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
<Order>11</Order>
<Path>cmd /c %AppsRoot%\Apps\PDFCreator.msi /qn</Path>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
<Order>12</Order>
<Path>cmd /c %AppsRoot%\Apps\antivirus.msi /qn</Path>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
<Order>13</Order>
<Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot</Path>
</RunSynchronousCommand>
</RunSynchronous>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:e:/nova%20pasta%20(2)3/sources/install.wim#Windows Vista BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

waiting for an answer

Best Regards

Edited by tecnic22

  • 2 weeks later...

you can try FirstLogonCommands to install programs. This is the method im using with any problem.

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.