Questions tagged [application]

190 questions
0
votes
1 answer

Pushing out application packages with SCCM 2007 quickly

When you set an application to install from by creating an advertisment, is there a way to force the process to occur quicker? I know that on the client you can initiate the machine policy and the user policy but I dont want to have to touch the…
JohnyV
  • 938
  • 4
  • 26
  • 45
0
votes
1 answer

Windows Server 2003 Standard - programs compatibility?

I'm wondering if, first, if the Windows Server 2003 GUI looks like Windows XP? Second, do regular programs that run on XP also run on Server 2003? Or are there special programs written for them? How does all that work? Thanks!
studiohack
  • 305
  • 5
  • 17
0
votes
1 answer

get the list of open applications on windows

I want to have a script that does the following thing: connect to a remote windows machine get the list of applications that are currently open on the machine, e.g exactly what I would get in the "applications" tab in the task manager, and print…
olamundo
  • 129
  • 1
  • 2
  • 7
0
votes
2 answers

Unix / Linux: backing up an app installation

I was having a discussion recently regarding the fact that *nix doesn't use things like a registry (in the Windows sense) and how this means that everything related to an application (or anything for that matter) sits directly in the…
LRE
  • 645
  • 7
  • 16
0
votes
1 answer

How can I get an alert me if ping is not sent from windows service I created?

Let me explain the problem. I created a windows service that should run a method every minute, but it seems to fail at random times for an unknown reason. The application doesn't crash but some how a method in the program stops working correctly. I…
0
votes
2 answers

Purpose of Selenium in load testing

What is the role of Selenium in load testing a webpage if it cannot generate 200 or 300 requests? I understand, the client side automation can be done. But how do I test my web application for a real environment for 1000 or 2000 concurrent…
Vinayak
  • 73
  • 7
0
votes
1 answer

Add custom exe app to windows image

Is there possibility to add custom .exe application to Windows 10 image which will run in autostart when i install image on some computer? Either with DISM or ICD? //EDIT: App is without installer - its just few files + executable
Johny Wave
  • 11
  • 5
0
votes
0 answers

trouble passing variable arguments list in powerhsell

Looking to build a small package for deploying Project 64 bit click to run version. I want to use MECM Install files get copied to somewhere in c:\windows\ccmcache\* $fire_off_location = Get-Location #I use this to get current location of where…
lark2056
  • 1
  • 2
0
votes
2 answers

sendMail.exe alternative

Have a bunch of in-house batch scripts and what-not that utilize sendEmail.exe, which is an old perl auto-emailer application which can be found here: github for sendEmail.exe The problem is that with our migration to office365, and our security…
d34db33f
  • 88
  • 8
0
votes
0 answers

How to achieve application communication over different networks without port forwarding

I hope my title is sufficient and that this is the right place to post this question. I am a self taught Java developer and I have an application that I am trying have it communicate to a "License Server" to verify that the key is correct. To…
Kyle
  • 1
0
votes
1 answer

How do I get SUNW_1.4 version of libthread.so.1 for Solaris 2.6

I have installed an old application on an old Ultra 5 with Solaris 2.6. When I start the app, I get the error: ld.so.1: : fatal : libthread.so.1: version 'SUNW_1.4' not found. There is a version of libthread.so.1 present in /usr/lib dated sometime…
joshxdr
  • 257
  • 3
  • 15
0
votes
1 answer

Add a website to Azure AD

I'm a Belgian student and I'm currently an intern in a small company. I have configured Azure AD with Password Hash Sync + SSO WatchGuard (Allows all users automatically connect to the Internet), and it's working pretty well. All the users connect…
Herwan
  • 1
-1
votes
1 answer

.NET based applications will not launch

We have a .NET 3.5 application that we've been using for about three years with no major issues and since yesterday it does not launch at all. The application hangs. It first starts three processes, all of them taking 116KB of memory and nothing…
-1
votes
1 answer

how to take applications off of vm for local machine

I have a virtual machine that we are going to do away with, but it has applications on it that we'd like to keep. Is it possible to take those applications off of that vm and place them on my local machine? Any advice would be appreciated. Thanks,
ironman
  • 101
  • 2
-1
votes
3 answers

How do I have multiple Rails Apps in a single server?

I created a Rails app with the name "demo" in my cPanel. I am a newbie in Rails, so forgive me if I am seeming to be so newbish! Now I created another rails app "secondapp". But when I go to my domain (http://mydomain.com) it displays only the demo…
Jey Geethan
  • 735
  • 1
  • 6
  • 11
1 2 3
12
13