Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
5answers
268 views

Unattended application best practice question

We have an unattended app w/o a user interface that is is periodically run. It is a VB.NET app. Instead of it being developed as a service, or a formless Windows application, it was developed with a ...
1
vote
3answers
424 views

Unattended Processing - Application Automation

I'm looking for information [I hesitate to infer "Best Practices"] for Automating Applications. I'm specifically referring to replacing that which is predictably repeatable through traditional manual ...
0
votes
1answer
65 views

Determine if MSI/EXE supports certain flag/argument?

I'm creating an auto-updater that can run MSIs and EXEs. These MSIs/EXEs aren't my own. I'd like to use any unattended/silent install option if it exists. Is there some way to determine if an ...