Questions tagged [application]
197 questions
1
vote
2 answers
Are gnomes gconf schema files mandatory
I have an app that uses gconf for configuration and I have notice that some apps install a schema file that lists keys and gives descriptions on them.
Is this mandatory or schema files are optional? It is certainly working without them.
My…

Arkaitz Jimenez
- 155
- 8
1
vote
1 answer
What profiling tool for Linux requires very little overhead?
I need a tool to profile a Linux application, but I can't seem to find any that have little overhead. (By overhead, I mean require a large download or disk space once installed.)
I looked at valgrind but it seems to require the debug version of…

Nathan Osman
- 2,725
- 7
- 32
- 46
1
vote
0 answers
IIS 7.0 Session Sharing among different applications
We have created two web applications, one nested inside another(Our main web app is the outer one, and we have a cms inside, or below it). We're trying to get session sharing between the applications(using state server option) as mentioned…

Chris L
- 113
- 3
1
vote
3 answers
Locating installation directories on Ubuntu
Is there any standard way to locate installation directories of applications, installed with aptitude on Ubuntu?

Alex
- 2,357
- 5
- 32
- 41
1
vote
2 answers
What's an easy way to install software on 30+ LAN PCs running XP Pro SP3 from a single PC?
Preferably without needing client-side software on each local machine.
Parallel installation would be a bonus, but sequential is fine as well. Silent & unattended would be great too.
Tried http://www.installsolutions.net/RSIOverview.aspx which uses…
Chua
1
vote
2 answers
Open Source App Stor
I want to manage a kind of private App Store. All users of my company can download apps or software from the Intranet.
Here is a sample of what I want for a private use: http://www.01net.com/telecharger/
Does anyone know a open source service that…

Kortex786
- 373
- 1
- 4
- 14
1
vote
1 answer
How do you change the application path of an "Open with" application
I have a custom file type, for example ".xyz" and I have a portable type application that can open that custom file type. I set up the portable application as the default application for opening .xyz files using the open with dialog.
But later on, I…

TJ Rockefeller
- 133
- 4
1
vote
1 answer
Do I need to manually deploy a superseded application in SCCM? Or do superseded applications automatically update to the superseded version?
I've been playing around with SCCM for Application deployment and I'm very confused as to how the Supersedence feature works.
If I already have an active deployment for Version 1 of Application A and I then set Version 2 to supersede it, i.e. after…

slickboy
- 319
- 2
- 5
- 12
0
votes
2 answers
App immediately crashes when run from domain computer, when computer is take off of domain, it runs fine
Our company had a new Windows App developed to use to connect to a SQL database. When the app is run outside of the domain environment, it works perfectly. When the computer running it is attached to the domain, the app immediately crashes.
I've…
0
votes
0 answers
MDT Application Installs within LiteTocuh.vbs but not initial deployment
Ok I am having a weird issue with MDT.
I have an application that I am trying to install with a batch file.
This application requires a .iss file to be silently installed. Here is what the batch file holds: Application.exe /s /f1"PathToISS.iss"
Here…

JOhn
- 1
0
votes
1 answer
Unable to print the message sent from user space C application to Linux kernel module
I have developed a simple Linux kernel module :
#include
#include
#include
ssize_t exer_open(struct inode *pinode, struct file *pfile) {
return 0;
}
ssize_t exer_read(struct file *pfile, char…

gaston
- 101
- 1
0
votes
1 answer
Use AD to Control App Access
As of now, I'm looking at using RemoteApps to allow RDP oriented access to applications. I would like the applications presented to users to be based on the users Group membership.
Right now, the org is fairly small, and the directory doesn't even…

Black Dynamite
- 523
- 2
- 5
- 16
0
votes
2 answers
How to find invocation of an application in Event log?
I have a custom developed application (stand-alone) installed in Windows 2012 R2 server and the drive is mapped to end user's Windows 10 workstation. User opens the mapped drive and double click on the application to run it.
Now my question is: Is…

Partho
- 1
0
votes
0 answers
Application crashing on kernelbase.dll - is it possible to re-register?
we have an application that has crashed (twice this year) and customer wants it investigated.
Faulting application name: inRiver.Server.exe, version: 6.3.0.16292, time stamp: 0x58060362
Faulting module name: KERNELBASE.dll, version: 6.3.9600.18938,…

Vitas
- 147
- 1
- 9
- 26
0
votes
1 answer
Automate "Add Feature" in a specific program, not a Windows feature
Autodesk provides this manual process for adding a "Country Kit" to their Civil 3D product, but I am hoping to automate the process, ideally with PowerShell. Autodesk is useless from a support standpoint, so I am hoping someone can point me at some…

Gordon
- 175
- 6