home *** CD-ROM | disk | FTP | other *** search
/ Computer Active Guide 2009 April / CAGidas04.iso / Programos / Windows7UpgradeAdvisorSetup.exe / Windows7UpgradeAdvisor_32bit.msi / WUA / InstallNotes < prev    next >
Encoding:
Text File  |  2009-09-10  |  410 b   |  19 lines

  1. Windows 7 Upgrade Advisor Install Notes
  2. ---------------------------------------
  3.  
  4.  
  5. How to pass msiexec parameters to the installer:
  6.  
  7.     Windows7UpgradeAdvisorSetup.exe /c:"runfirst.cmd <msiexec parameters>"
  8.  
  9.  
  10.  
  11. Example to install WUA in silent mode:
  12.  
  13.     Windows7UpgradeAdvisorSetup.exe /c:"runfirst.cmd /qn /norestart"
  14.  
  15.  
  16.  
  17.  
  18. For a list of "mxiexec parameters", run "msiexec" from the command prompt.
  19.