[Bug 5395] Windows Vista Upgrade Advisor beta won't install

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Apr 25 09:49:23 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=5395


Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |REOPENED
          Component|msi                         |-unknown
         Resolution|FIXED                       |




--- Comment #9 from Dan Kegel <dank at kegel.com>  2009-04-25 09:49:23 ---
The installer requires msxml6, which we don't provide, so I think
we should consider this an msxml bug.

More direct download URL: 
http://download.microsoft.com/download/2/3/9/239542d5-9ad1-4af4-97e9-0762d55ce4d1/WindowsVistaUpgradeAdvisor.msi

Installation recipe:
  winetricks msxml6 dotnet11
or
  winetricks msxml6 dotnet20
then
  wine msiexec /i WindowsVistaUpgradeAdvisor.msi

The app won't run, but you can at least get winsat.exe to run;
it uses console output, so it runs into that nasty situation
where console output is invisible and non-redirectable,
you have to do
  wineconsole cmd
and then inside the wine console,
  winsat -help
to get info about what it can do.  For instance,
  winsat features
Unfortunately, it seems to require WBEM (see bug 16882
for that; although I've followed the recipe there,
I still haven't gotten winsat to output anything).


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list