Notifying a message in Action center.
Révision | 86154f5ef3fdcf661da7592edf66d59cf31a85f1 (tree) |
---|---|
l'heure | 2015-01-05 11:26:01 |
Auteur | JeffyTS <JeffyTS@outl...> |
Commiter | JeffyTS |
Added readme.txt in Git.
@@ -0,0 +1,42 @@ | ||
1 | +VMwPlayerTaskTray | |
2 | + | |
3 | + Controlling WMware Player in Tasktray. | |
4 | + | |
5 | + Copyright © 2014 T.S. All rights reserved. | |
6 | + | |
7 | + Installing: | |
8 | + You can copy VMwPlayerTaskTray files to any folder. | |
9 | + VMwPlayerTaskTray can work any folder. It never use any registry-key. | |
10 | + You need .NET Framework 4.5 or later. | |
11 | + | |
12 | + Files: | |
13 | + VMwPlayerTaskTray.exe | |
14 | + VtrlVix.dll | |
15 | + Interop.VixCOM.dll | |
16 | + sample.lnk | |
17 | + readme.txt | |
18 | + | |
19 | + Usage: | |
20 | + VMwPlayerTaskTray.exe [opt] "FullPath.vmx" | |
21 | + [NOTE] | |
22 | + You might be better to use shortcut files. See sample.lnk property. | |
23 | + Option: | |
24 | + /gui | /nogui | (none) | |
25 | + | |
26 | +Thanks to VMware,Inc and Microsoft Corporation. | |
27 | + This program has been developed on | |
28 | + VMware Player 7.0.0 and VMware VIX 1.14.0 | |
29 | + Visual Studio Community 2013 | |
30 | + Windows7 Professional 64bit SP1. | |
31 | + | |
32 | +Rlease & modify | |
33 | + --- Date --- Ver. -- Modify -- | |
34 | + 2014/04/01 1.0.0 First release for VMware Player 6.0.2 and VMware VIX 1.13.2. | |
35 | + 2014/12/26 1.0.1 Changed developping environment to VMware Player 7.0.0 and VMware VIX 1.14.0 | |
36 | + 2015/01/05 1.0.1 Improved await proc and added readme.txt. | |
37 | + | |
38 | + | |
39 | + | |
40 | + | |
41 | + | |
42 | + |