Questions tagged [application]

197 questions
1
vote
1 answer

CorrectFilePaths (or alternative) for Server 2008

I have a server with Windows Server 2008 R2 installed, and a third party application that handles all our business transactions. The problem is, we're running out of space, and the root folder for the data is hard coded into the application.…
1
vote
1 answer

SCCM2012 app install reports success but content doesn't arrive

I'm trying to deploy a custom background into %windir%\system32\oobe\info\background\backgroundDefault.jpg and have created bat, ps1 files in both Applications and Packages to try and deliver the file, however when run through CM the file and…
Ben Bowman
  • 113
  • 2
  • 3
  • 13
1
vote
1 answer

How to stop application creating new settings folder within 'Application data'?

In Windows 2003, Document and settings folder a user is experiencing a problem where the application ('Toad') keeps creating a new settings folder at each logon instead of using only the first one i.e. 9.7. For example folder below contains folders…
1
vote
3 answers

App-V 5; change file after package install

I work as a student for a company that sells a proprietary software solution. My task is testing their appliation in APP-V. The client should have the availability to modify a parameter, and this should be changed in the VFS after the package is…
Niels
  • 11
  • 3
1
vote
3 answers

How would one programmatically kill an application?

I'd like to write a little app to loop through a directory of powerpoint presentations. I figure a likely solution would perhaps require simply running powerpoint for say 30 mins and then killing it before running powerpoint again with another…
1
vote
2 answers

Deploying Files with an Application in SCCM 2012

We have created an application deployment using SCCM 2012 for Ultra VNC. however we also want to deploy the settings file. We have created a package for this that when run deploys the settings file correctly. Is there a way of forcing this package…
Joe Taylor
  • 498
  • 5
  • 12
  • 26
1
vote
1 answer

Unable to login applications using LDAP alias

We have several applications and we are able to integrate LDAP successfully. In application we have given base dn as ou=People,dc=geo,dc=com and the user dn: uid=geo_pc,ou=People,dc=geo,dc=com can able to login to the application successfully. Now…
Geo
  • 575
  • 3
  • 9
  • 23
1
vote
0 answers

Restrict users to certain applications only

We are using many applications like zabbix, phabricator, AC etc. We need to integrate LDAP in all these applications. These application support LDAP but not group based authentication. Please let us know is there any option to restrict selected…
Geo
  • 575
  • 3
  • 9
  • 23
1
vote
2 answers

Removing software with a script

Can someone please provide me with a script I can run that will remove software from a computer. I am using Boztek remote scripts to do this. The softwae uninstall file is at C:\Program Files\PopMessenger\unins000.exe This will need to shut down…
Greg Snover
1
vote
1 answer

Different Linux Distributions Producing Different Machine Generated Code

I have a very interesting and frustrating issue. The company that I work for uses an application to do simulation and verification for electrical engineering. This application produces output based on a random seed. Once you have the random seed…
Nick
  • 37
  • 3
1
vote
1 answer

Simple File / Download Management Web Application

I'm looking for a simple web based download / file management application with the following features: categories custom fields (date and multi line text fields were missing from most ones I tested so far) screenshots for downloads multiple users…
Elmar Weber
  • 492
  • 1
  • 7
  • 18
1
vote
1 answer

ImportError: No module named _socket? WSGI Deployment into Apache

I am using WSGI 3.3 for python 2.7.3 (32bit) for Apache 2.2. I got the binary WSGI from http://code.google.com/p/modwsgi/downloads/detail?name=mod_wsgi-win32-ap22py27-3.3.so. I have been trying to deploy an application but keep on receiving the…
Sxkaur
  • 11
  • 1
  • 4
1
vote
1 answer

.NET app executed from server stuck on older version

I have a .NET application that is installed on a server (has to be that way). On each work station, a disk is mapped and from there they open the app. So the app is only installed in one place in the whole company. Now one guy is back from holidays…
user127667
  • 13
  • 3
1
vote
1 answer

Google Apps Email; Is an Secondary MX Server Required?

I'm considering moving some clients to Google Apps Email and I'm concerned about potential email downtime. Assume that the domain is hosted on a VPS, and the MX records pointing to Google are also setup on the VPS. A selling point for Google Apps…
HelpSpa
  • 11
  • 1
1
vote
2 answers

BASH: Bind Program's Existance to Another Program

I want to create a script that runs two programs. That part's simple, but there's a catch: I want to kill the second one if the first one exits. How can I do that? Edit I tried killing the program by it's PID after the other one exits, but the…
Jonah
  • 169
  • 2
  • 9