Results 1 to 5 of 5

Thread: Working Unattend.xml and Applications Installed in windows 7

  1. #1
    Join Date
    Sep 2010
    Posts
    49

    Working Unattend.xml and Applications Installed in windows 7

    I am using firefox as a third party application.Also have been using WAIK with run Synchronous Commands in Audit and OOBE. I am confused about the proper file to change it for setting up my custom configuration for a LTI. So does CustomSettings.ini. I want to set in system restore status. Can any one provide me information of working Unattend.xml....

  2. #2
    Join Date
    Apr 2008
    Posts
    2,277

    Re: Working Unattend.xml and Applications Installed in windows 7

    The file unattend.xml is associated with the build which is used to installation. You can also specify many settings in CustomSettings.ini, where the values would be injected into the unattend.xml. But if the values will not changed then it is very easy to transfer them into unattend.xml directly..

  3. #3
    Join Date
    May 2008
    Posts
    3,516

    Re: Working Unattend.xml and Applications Installed in windows 7

    I have used another which is works great and now would like to share about it. This is "bootstrap.ini" for my settings,accept that some settings are not get applied for some unknown reasons. I had also tried to use customsettings.ini and it seems to work the same as bootstrap.ini. So if you are aware about customsettings.ini then try bootstrap.ini for change your setting.

  4. #4
    Join Date
    Jan 2006
    Posts
    3,792

    Re: Working Unattend.xml and Applications Installed in windows 7

    You can make further customization after complete windows setup by the command %WINDIR%\Setup\Scripts\SetupComplete.cmd file. These files permits you to add/install additional applications, run custom window script (cscript/wscript) or make other changes before a user log in to youe system.

  5. #5
    Join Date
    May 2008
    Posts
    2,792

    Re: Working Unattend.xml and Applications Installed in windows 7

    There are some Synchronous commands are being run from a Run command context or these can run from inside the context of a .CMD file.
    <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:\Autounattend.xml SETX InstallDrive %i:\ -m</Path>
    </RunSynchronousCommand>
    </RunSynchronous>
    </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

Similar Threads

  1. cannot access pre-installed applications in Nokia C2-01
    By Azza_B_UK in forum Portable Devices
    Replies: 4
    Last Post: 17-07-2011, 12:54 PM
  2. Replies: 4
    Last Post: 25-04-2011, 10:57 AM
  3. Replies: 4
    Last Post: 17-12-2010, 01:39 AM
  4. Windows 7 Unattend.xml not being used during deployment
    By NProtector in forum Operating Systems
    Replies: 6
    Last Post: 10-08-2010, 10:20 PM
  5. Openoffice 3 installed, but not in applications
    By Volodymyra in forum Operating Systems
    Replies: 4
    Last Post: 20-04-2009, 07:32 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,311,883.39395 seconds with 16 queries