Questions tagged [application]
197 questions
2
votes
2 answers
Running gui based desktop software in a headless VM
I am dealing with some software that "wants" to be run from a system that has a desktop (call it the primary package). This software invokes other packages that also run as user level applications on the desktop (call them the secondary packages). …

Peter M
- 1,036
- 9
- 20
2
votes
1 answer
Oracle: Can Weblogic 11G run PL/SQL code like App Server 10G?
This is probably a silly question, but I'm not an oracle admin so I'm not sure. Our client currently runs a website written in PL/SQL and HTML on a Oracle 10G system. As everything is moving in the direction of 11G the question has come up, will…

Saabster
- 21
- 2
2
votes
2 answers
Method of deploying a VB6 app to a Windows server 2012 RDS server
My environment currently has a Windows 2003 server running terminal services. That server has the visual studio 6 IDE installed. It also is responsible for running a very old ( and poorly built ) VB6 application. I'm currently testing methods for…

Digital ink
- 500
- 1
- 10
- 23
2
votes
1 answer
Pre-Configured installation of applications on domain computers
I have an application I would like to be installed for all computes that are joined to the domain. The thing about that is I would like to have the application pre-configured for all users. I have read up on how to do this using Group Policy Manager…

apples
- 41
- 5
2
votes
2 answers
Nginx conf.d files via puppet
I'm trying to determine where to draw the line between what goes in puppet and what is part of an 'application'. One place I'm a bit perplexed is nginx conf.d files.
In apache, I'd have these files marked as .htaccess and thus, part of the…

quickshiftin
- 2,125
- 5
- 27
- 41
2
votes
3 answers
Sonicwall App Control Advanced
I have a custom application that accesses a remote range of IP addresses, lets say for example 206.0.0.0 - 206.255.255.255, this is UDP based traffic. The issue is, Sonicwall NSA has been configured to block all proxy-based access and is detecting…

John
- 157
- 3
- 10
2
votes
1 answer
How to get an application's GUID
How can I get an application's GUID from an MSI file without installing it and searching for it in the registry? Is the GUID located in the MSI's properties? Or, can I retrieve it using Orca?

Force Flow
- 1,165
- 5
- 23
- 45
2
votes
2 answers
How can I stop a Java jar file application that was started with this command
In order to run a game server (minecraft) I start it by running this command in CentOS:
java -Xms512M -Xmx1G -jar minecraft_server.jar
But I have no idea how to stop this file from running. I assume it has it's own internal command but considering…

adrianTNT
- 1,077
- 6
- 22
- 43
2
votes
0 answers
SCCM Application Discovery Won't Run
I have a strange issue with a single CM client machine, the application discovery will not run. I go to control panel and try to manually run the action but the logs show nothing new in appdiscover.log. Everything seems ok including software…

user143264
- 21
- 2
2
votes
3 answers
How can I see which permissions are necessary during a workstation app install?
Is it possible to see which permissions an application installer needs while it is running? I'm thinking sort of like a debugger or monitor to see what windows is checking for.
The situation is that we have an in-house developed windows app that…

Tim Lehner
- 255
- 2
- 9
2
votes
3 answers
Updating Applications in a Corporate Environment
I am very new to this subject and was hoping someone could shed some light on it.
I am working on creating a corporate network that will obviously have multiple servers and multiple workstations.
Let's say a new version of Adobe Flash comes out. I…

user145133
- 123
- 2
2
votes
3 answers
Kill all program.exe instances open on network share from Windows
How do I kill all program.exe instances that are currently open through a Windows network share?
I know how to list the open files net files | Findstr "program.exe" but how then how do I kill it?
In Linux I would type:
kill -9 `pidof…

Widmo
- 21
- 1
- 2
2
votes
2 answers
What is the best method to define a list of commands and access one would need in order to administer a certain application?
My team needs to install and administer a very big application on Red Hat 5.7, and needs to be able to do so as root. During the project, the Unix support team (which is responsible for the OS support) grants us (the application support team) sudo…

Yanick Girouard
- 2,385
- 1
- 18
- 19
2
votes
0 answers
Group Policy for a Kiosk application
I have a Windows application (WPF), which I have run in a Kiosk scenario, limiting the user's access to other functionalities except the application itself.
Reading this article http://msdn.microsoft.com/en-us/library/aa479087.aspx here, I think…

Cipher
- 121
- 1
2
votes
1 answer
Simple proxy server for development
For some development purposes I need to use a proxy server with authentication to test applications. I use Squid but sometimes I just need a simple configurable proxy where I need to provide hostname/ip address, username, password and port and run…

sultan
- 287
- 3
- 10