Hmm.  It sounds like the gui app could do with being split up into a 
windows service with a separate client app for the gui interface.

I have encountered older windows apps which run as services but also 
present a GUI.  For security reasons Microsoft have discouraged this for 
years now but I put a bit in my talk about working with such things at 
Ansiblefest London earlier this year.  Slides are here: 
http://www.slideshare.net/jhawkesworth/ansible-20-windows-and-no-powershell-this-year-i-promise-ansiblefest-london-2016
 
and audio here https://www.ansible.com/ansible-2-windows

The above won't help if the app isn't a service though - I think a bit of 
re-engineering might be needed - unless anyone else has some suggestions?

Jon


On Friday, June 24, 2016 at 3:17:53 PM UTC+1, skinnedknuckles wrote:
>
> With each software upgrade I need to change several parameters in the 
> gui.  I have a console ap that can do this by sending tcp/ip commands to 
> the gui.  But in order for this to happen the gui must be opened after the 
> new version has been installed.
>
> On Wednesday, May 11, 2016 at 10:01:52 AM UTC-5, skinnedknuckles wrote:
>>
>> Management Node:
>> CentOs 7.1
>> Ansible 2.1
>> Remote Node:
>> Windows 7
>> Powershell 3.0
>>
>> How do I launch an executable on a remote node running Windows 7?  As I 
>> understand win_scheduled_task only works with Windows Server 2012 and 
>> win_nssm is only for startup services.  Is there any other way do do this? 
>>  If not, is there any way to access the Invoke-Command option of 
>> Powershell?  I suppose a module could be written to do that but I'm new to 
>> python and doubt I could pull it off.
>>
>> Thanks,
>>
>> Jonathan
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/2a40673b-669a-4d93-9e87-99e0e6fdfde8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to