Forums

Show Installed Components ?

Auteur Réponses
mark_orion Mercredi 29 Juillet 2015 à 21:10
mark_orionAnonymous

Is there a way to see which components have been installed with the "Installed Components" system ?

I was expecting a kind of toggle between an installed and an uninstalled state, but nothing seems to change in the list after I installed a component.

I do not know if I am missed this feature or if this is an urgently missing feature.

tnx, Mark

petch Mercredi 29 Juillet 2015 à 21:20
petch

Nope, installing a component involves adding/overwriting/deleting files, setting/modifying/removing registry keys, and the different components are not even orthogonal among them (ie don't modify common files or common settings).

So there's no such thing as "list of installed components" that would help deeply understand what has been done to a virtual drive (for example having the property that reinstalling one of the components listed would be guaranteed to be a no-op, etc.)

Closest thing you can do is open the debugger (Tools > PlayOnLinux debugger) and check the virtual drive log for component installations; Or from command line, grep 'Starting function POL_Install_' ~/.PlayOnLinux/wineprefix/<VirtualDriveName>/playonlinux.log:

$ grep 'Starting function POL_Install_' ~/.PlayOnLinux/wineprefix/log2/playonlinux.log
[05/23/15 19:36:00] - ----- Starting function POL_Install_d3dcompiler_43 -----
[05/23/15 19:36:03] - ----- Starting function POL_Install_xact -----
[06/15/15 00:19:08] - ----- Starting function POL_Install_VideoDriver -----

 

Edité par petch

booman Mercredi 19 Aoüt 2015 à 0:13
booman

You an also go to Wine Configuration and click the "Libraries" tab.  It will show most of the libraries that were installed from a script.  Probably not all of them, but the major Direct X, Visual C, Dot NET, etc.


† Booman †
Mint 21 64-bit | Nvidia 515| GeForce GTX 1650
Linux for Beginners | PlayOnLinux Guides | PlayOnLinux Explained