similar to: Creating COM object on Wine

Displaying 20 results from an estimated 10000 matches similar to: "Creating COM object on Wine"

2015 Jan 09
0
Wine release 1.7.34
The Wine development release 1.7.34 is now available. What's new in this release (see below for details): - Support for surround sound in DirectSound. - Better text run support in DirectWrite. - Many HTML engine fixes. - More support for WBEM objects. - A few more C/C++ runtime functions. - Various bug fixes. The source is available from the following locations:
2011 Jun 25
2
Shared object packaging in rpm
I whipped up a quick spec to package Zenoss' wmi client and noticed it creates a libasync_wmi_lib.so.0 and libasync_wmi_lib.so.0.0.1 that their python script would otherwise copy during its install routine (obviously I wrote a native rpm section for installation). Anyone know the naming convention associated with so's when they get compiled, what is the .0.1 extra file used for, they are
2013 Jan 27
1
GPOs don't work after update from Samba4.0 alpha 17 to 4.0.1
Hi! I have updated our server from Samba 4 alpha 17 to Samba 4.0.1. Everything seems to work fine after some reconfiguration, but our GPOs are not working anymore. Samba 4 alpha 17 was using ntvfs and the root partition with the sysvol share was mounted with "user_xattr" only in /etc/fstab. Samba 4.0.1 is now set to use s3fs and the root partition is mouted with
2007 Jul 30
4
Win32 namespace
I''ve been working on a library called ruby-wmi, that is basically just an abstraction layer around wmi. I''m a windows sys admin, and I use wmi scripts a lot at work. My code looks like this: disks = WMI::Win32_LogicalDisk.find(:all, :conditions => {:drivetype => 5}) It''s supposed to mimic the active_record interface, and it works pretty well. My next thought
2015 May 21
1
is WMI through RSAT supported?
GPO that fails .. check if you did set the option. Always wait for the network at computer startup and logon.. read : https://technet.microsoft.com/en-us/magazine/gg486839.aspx greetz, Louis >-----Oorspronkelijk bericht----- >Van: danielmadrid19 at gmail.com >[mailto:samba-bounces at lists.samba.org] Namens Daniel Carrasco Mar?n >Verzonden: donderdag 21 mei 2015 15:30
2010 Nov 10
1
Support for WMI?
Hello everyone, I've been trying to use wmi-client but without success. I'm really like to resolve this issue, I decided to ask for directions to get data from Windows servers without the need to install a client. Thinking about it, I wonder how is the WMI support in samba. Another point: You can ask questions about wmi-client in this list? I say this because the mistakes that I
2011 Dec 29
2
asus-wmi.ko for Asus G73Sw running CentOS 6.2
Hi List, Just loaded our favorite OS onto my new ASUS laptop. Practically everything worked out of the box - I used the live DVD to check things out and installed from there. I have followed http://forum.notebookreview.com/asus-gaming-notebook-forum/553474-g73-asus-wmi-linux-driver-i-need-your-help-6.html to get suspend working and also to get function keys working for LCD screen backlight
2014 Jan 31
1
Building WMIC
I downloaded source for samba-4.1.4 in hopes of testing the WMI functionality. I added to source4/wscript_build: bld.RECURSE('lib/wmi') This results in a build error: # make WAF_MAKE=1 python ./buildtools/bin/waf build Waf: Entering directory `/root/samba-4.1.4/bin' Selected embedded Heimdal build Checking project rules ... Unknown dependency 'samba-config' in
2010 May 11
2
Windows security issues in WMI installation
Hello WINE friends, I am a WINE newbie seeking your help with WMI installation So far I have done the following - 1. installed wine-1.1.43 on SUSE 11.2 2. replaced wine's winsxs with my system's [XP] winsxs 3. replaced system32/ dlls except the ntdll, kernel32, user32 & gdi32 dlls with my system's After this, when I try installing WMI (as stated below), I get into access
2005 Jun 01
2
Can WMI be used in WINE apps?
Hi, After some googling I've found that there's very little said about the possibility of using WMI from Wine. Has someone done any progress about it? I find this subject very important; if you feel interested here's why: One may think this is a somehow fanciful intention, after all WMI exists for the purpouse of administering Windows, and no doubt that's best done from
2020 Jun 25
2
Compiling WMIC/Accessing WMI
Background: As of Windows 10 version 2004, the wmic client no longer works. It gets the following error - [wmi/wmic.c:196:main()] ERROR: Login to remote object. NTSTATUS: NT code 0x80010111 - NT code 0x80010111 This seems to be an RPC header error. Presumably Microsoft changed something that broke wmic. Since I found wmic.c in the samba source I thought that it might be able to be compiled as
2015 May 18
4
is WMI through RSAT supported?
Hi, i'm trying to get GPO result info from a remote computer but i get an error "RPC server is not avaible". Is supported by samba 4.2.1? if i try to get the same info from local is working, and i've checked the WMI security on remote computer and is OK. Thanks!!
2017 Jan 27
2
Reversion of rL292621 caused about 7% performance regressions on Cortex-M
Hi Evgeny, Quentin and Matthias found it was a problem about subreg live range update and will push a fix soon (http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20170123/424126.html). Thanks, Wei. On Fri, Jan 27, 2017 at 10:35 AM, Wei Mi <wmi at google.com> wrote: > Sure. Will keep you posted. > > Thanks, > Wei. > > On Fri, Jan 27, 2017 at 10:31 AM, Evgeny
2005 Jan 13
1
Using WMI Classes to join worksation to domain
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I have been working on a Kix script to automatically change the workstation name and join the workstation to the domain. I have written most of the script (which works quite nicely) except the joining to the domain part. I have been using WMI classes to change the worksation name, and was hoping to do the same with the domain join. The
2019 Nov 22
2
Join 2012 Server to Samba 4.11
Hello all, Is it possible to join a 2012 Windows Server to a Samba 4.11 Domain ? We know there's issue by 2012 Windows Server because there's a wmi request before attempt to join domain. https://wiki.samba.org/index.php/Joining_a_Windows_Server_2012_/_2012_R2_DC_to_a_Samba_AD But 4.11 can have a 2012 schema, isn't it ? So, does the issue is solved by emulating a wmi request or
2018 Aug 22
2
[Release-testers] [7.0.0 Release] rc1 has been tagged
On 22 Aug 2018, at 05:58, Wei Mi <wmi at google.com> wrote: > > On Fri, Aug 17, 2018 at 1:27 PM, Dimitry Andric <dimitry at andric.com> wrote: > On 16 Aug 2018, at 00:51, Joerg Sonnenberger via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On Tue, Aug 07, 2018 at 09:49:16PM +0200, Dimitry Andric via llvm-dev wrote: > >> This is a regression caused by
2010 Feb 26
1
SPA941 WMI not lighting up when natted
I have an a bunch of SPA941 Linksys phones for users in and out of the office. When the phones are in the office (and on the same network as the asterisk server) the WMI goes on when it should and off when it should. But when the phone is on another network and natted it fails to do so. The light always stays off. Has anybody had a similar problem (and hopefully a resolve)?
2011 Apr 20
3
API-MS-Win-Security-Base-L1-1-0.dll Failed To Initialize
Trying to run code I compiled on windows: > > debian-test:~# /usr/local/bin/wine EventLogViewer.exe > Application tried to create a window, but no driver could be loaded. > Make sure that your X server is running and that $DISPLAY is set correctly. > err:systray:initialize_systray Could not create tray window > err:module:attach_process_dlls
2018 Aug 23
2
[Release-testers] [7.0.0 Release] rc1 has been tagged
On 22 Aug 2018, at 18:45, Hans Wennborg <hans at chromium.org> wrote: > > On Wed, Aug 22, 2018 at 3:48 AM, Dimitry Andric <dimitry at andric.com> wrote: >> On 22 Aug 2018, at 05:58, Wei Mi <wmi at google.com> wrote: >>> >>> On Fri, Aug 17, 2018 at 1:27 PM, Dimitry Andric <dimitry at andric.com> wrote: >>> On 16 Aug 2018, at 00:51,
2006 Mar 20
5
Need some ACL help for win32-file
Hi folks, I''ve got most everything done for the pure Ruby version of win32-file. The last thing left (since I''ll be moving the IO methods to a different package eventually) is the file security stuff. Here''s what I''ve got so far for the get_permissions method. However, I''m stuck at GetAce(). If someone could help me finish up this method, I