silent

Silent Installation of SQl Express 2005

Can anyone please let me know the procedure to perform silent installation of SQL Server Express 2005 and the way to specify the installation parameters. ...

Silent/No User Interaction modes for MySQL installation and Configuration Wizard?

I am implementing an installer for one of our products that requires MySQL as a prerequisite. I would like to have a bootstrap program that queries the user for any information needed for any prerequisite products and our product. Once the user has entered in all the necessary information they can press next and walk away while the ins...

Cygwin - run script silenty from "run command"

I have script lets say: C:\foo.bsh I want to be able to run this command via the windows run command: Start -> Run Windows Key + R and type something small like 'foo' and hitting return. However, I do not want a cmd prompt to be visible. This script does some preprocessing for an IDE. I do not want the cmd prompt to be open for t...

How to make MPMoviePlayerController respect the ring/silent switch?

I'm trying, unsuccessfully, to get the MPMoviePlayerController to play movies silently if the ring/silent switch on the iPhone is set to silent. There are no interface methods to help me out nor does the player respect the AudioSessionProperty() trick: UInt32 sessionCategory = kAudioSessionCategory_AmbientSound; AudioSessionInitialize...

Auto start click once application in a silent mode

I have an application that uses click once to deploy, and I have managed to get the application starting when a user log's in. My issues is that I need the application to start up hidden (I don't want a user to have to minimize it until they require it - I want it to sit in the system tray). Prior to using click once I simply checked th...

windows silent net installer for Installing Jre,application jars with no user interaction through firefox plugin

Hi, Need silent net installer for Installing Jre, application jars & java browser Plugin with no user interaction, via firefox plugin. Please let me know at earliest. Regards Anand. ...

NSIS - Silent Autoupdate Application

Hello, I have an NSIS install kit for my .net c# application. Is there a way to silently autoupdate my application, considering that I already downloaded the new update (new NSIS app version) to local computer ? Thanks! :) ...

How to run a PowerShell script without displaying a window?

How is it possible to run a PowerShell script without displaying a window or any other sign to the user? In other words, the script should run quietly in the background without any sign to the user. Extra credit for an answer that does not use third party components :) ...

Recognising iPhone Silent Mode

Hi, I would like to stop my application playing a sound if the user has switched the iPhone to silent mode. Where can I read that the phone is in silent mode? Is there some flag I can query? I noticed that some applications ignore the silent mode and some not, while I would have expected all apps to respect that silent is silent !! Any...

How do I run the file through a shell command in vim for a certain filtype

I now have a solution to this question, which leads me to the next question: how do I run "xmllint --noent" to all .xml files when opening them in vim. I have an example to do --decrypt on load and --encrypt on save for .gpg in my .vimrc, but it is so complicated that I cannot really figure the relevant parts. My latest attempt is: aut...

NSIS - How do I detect silent install?

If an NullSoft Install System installer is launched with the /S switch, how can I detect it from the script? Thanks! ...

GUI blocked while running silent app VC++

Hi, I have built a GUI interface in C++ (Windows XP, visual c++ 2008). There you can configure some parameters and when I click on the OK button, a silent application is launched (and uses the values setted). When I do this, the GUI frozes and even dissappears if you switch to other windows(it's still there, but you can only see a white...

Adding a Flash MovieClip to different parents, should have error?

On a project I spent an hour trying to fix a bug with MovieClips not appearing. The cause was that I was adding one MovieClip first to one parent and then to another. Flash allows this, but since display objects can only have on parent, it silently removes the MovieClip from the first parent. Not getting any error information, I didn't ...

How can I run a batch file silently?

I have a batch file with some commands that I need to run with my installer, but I'd rather a console not appear (in Windows). I'm executing the batch file from a WiX installer, via a custom action. I tried adding an @ECHO OFF to the top of the file, but that didn't seem to do anything. Is there a way that I can run this batch file sile...

Silent authentication

What is meant by silent authentication/ silent update? ...

run Watin in silent mode, using Team City

I what to run may watin tester in silent mode and how I can get Team City to run my tests ? ...

How to use Scanner to read silently from STDIN in Java?

Hi, Is it possible to use the Java Scanner to read from STDIN silently? I mean, without outputting any pressed chars to the terminal? ...

Silent crash in Visual Studio 2008 c++ application

Hi We have a unmanaged C++ TCP server application running as a Windows service that is silently crashing after few days of run on Win2003 server. There is no Dr. Watson log file getting generated (no issue with Dr. Watson log as it catches other crashes in same application). Due to lack of Dr. Watson log file, we are unable to progress ...

vsto installer - silent mode problem

Background: I am making a VSTO 4.0 add in for Outlook 2007 which enables users to transfer their mail items to a CRM database. Requirements: The installation has to be silent without users knowledge. It will be in a Custom Action in the Installer class or will run from shell command. The problem: The installation occurs in silent mode ...

actionscript 3: Loaders silently fail on error prone connections

Hello, Our Flash app has to load 50 or so files from a remote destination. Under normal network conditions, this is no problem. However some of our users started to report that the application "stopped working" during the loading phase. After some tests where we decreased the network quality to a point where 1 out of 3 packets were dr...