Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
3answers
2k views

Detect Silent mode in iOS5?

I have used this method in the past to detect if the silent switch is enabled: - (BOOL)silenced { #if TARGET_IPHONE_SIMULATOR // return NO in simulator. Code causes crashes for some reason. ...
6
votes
3answers
4k views

Install apps silently, with granted INSTALL_PACKAGES permission

I am trying to silently install apk into the system. My app is located in /system/app and successfully granted permition "android.permission.INSTALL_PACKAGES" However I cant find anywhere how to use ...
5
votes
4answers
2k views

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.
4
votes
1answer
1k views

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. ...
4
votes
3answers
2k views

NSIS - Silent Autoupdate Application

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 ...
3
votes
1answer
453 views

How can I make iPhone Silent mode independent to iPhone App?

Is it really possible to make iPhone Silent mode independent to iPhone App ? This App "Talking Carl" makes me so confused. My iphone was in Silent mode. And whenever I open this application. ...
3
votes
4answers
1k views

Run .bat file through C# code as different user silently

I am running one batch file every few seconds to do timesync with server using following code: Process process = new Process(); process.StartInfo.WorkingDirectory = ...
3
votes
3answers
461 views

Update application silently while running

My App will be initially deployed with Windows Installer. The key characteristics of the solution I am looking for include: Support silent update while app is running (or automatically restart ...
3
votes
1answer
587 views

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 ?
3
votes
2answers
4k views

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. ...
3
votes
4answers
3k views

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. ...
2
votes
2answers
100 views

How do you play a sound on a loop in the background without being interrupted?

The following code should play a silent audio clip on a loop to keep an application active in the background: //set sessions .... ......... //play audio_player = [[AVAudioPlayer alloc] ...
2
votes
2answers
179 views

Facebook API: I want to silently (without dialog box) authenticate my server to access a fan page's info

The organization I'm creating a website for has a facebook fan page and I would like to feed the events tab on the website directly from the events that the fan page has created or is attending. The ...
2
votes
2answers
4k views

Running command line silently with VbScript and getting output?

I want to be able to run a program through command line and I want to start it with VbScript. I also want to get the output of the command line and assign it to a variable and I want all this to be ...
2
votes
3answers
955 views

Why does $.getJSON silently fail?

It seems very inconvenient that jQuery's $.getJSON silently fails when the data returned is not valid JSON. Why was this implemented with silent failure? What is the easiest way to perform getJSON ...
2
votes
2answers
645 views

Creating a custom action in Wix for use in silent installation

We use Wix to create our MSI installer. We have a few custom actions that work great when using the installer normally with a GUI, but when using silent install (with "msiexec /qb /i" ), the custom ...
2
votes
2answers
88 views

Using an internal network, is it possible to print documents silently?

I have a client that hosts a touch screen kiosk in their lobby. It's essentially an internal html website. They want customers to be able to click a link and have a pdf print without seeing a print ...
2
votes
1answer
495 views

Silent printing of a PDF in Python

I'm trying to print a PDF with Python, without opening the PDF viewer application (Adobe, Foxit etc.). I need also to know when printing has finished (to delete the file). Here I found this ...
2
votes
1answer
1k views

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!
2
votes
1answer
97 views

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 ...
2
votes
2answers
2k views

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 ...
1
vote
2answers
331 views

vim : <silent> nmap

In vim I have this nmap nmap <silent> ,mu : marks ABCDEFGHIJKLMNOPQRSTUVWXYZ<CR> If I don“t have Upper marks and try ,mu I get E283: No marks matching "ABCDEFGHIJKLMNOPQRSTUVWXYZ" ...
1
vote
1answer
203 views

IOS OpenAL and silent switch

I'm using 4.3.2 IOS and OpenAL and it seems that it doesn't care about the silent switch. (while it was working nicely with previous IOS versions) Also the trick using AudioSessionGetProperty to ...
1
vote
1answer
451 views

Silent printing to PDF - how?

string path ="c://tmp.pdf"; PrintQueue queue; // i select my virtual printer XpsDocumentWriter writer1 = PrintQueue.CreateXpsDocumentWriter(queue);//Creating writer conected to my printer ...
1
vote
1answer
350 views

How can I minimize logging of monitoring requests?

My rails app is pinged every minute for a health check and I want to keep these out of the log unless there is an error. I was able to do this in Rails 2.3.5 by setting the logger with this in ...
1
vote
0answers
252 views

Could not start Audio Queue Error starting recording

CFStringRef state; UInt32 propertySize = sizeof(CFStringRef); // AudioSessionInitialize(NULL, NULL, NULL, NULL); AudioSessionGetProperty(kAudioSessionProperty_AudioRoute, ...
1
vote
2answers
653 views

Silence Android Phone in Java

How can I silence the android phone in java? A code sample is VERY helpful.
1
vote
2answers
63 views

How can I make a silent mode for TinyMCE editor

I want to create TinyMCE editor on the page, but it should boot and render only after focus on action. How can I do that, please, can you give advice to me. Recession Page may have include scores ...
1
vote
5answers
496 views

actionscript 3: Loaders silently fail on error prone connections

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 ...
1
vote
1answer
179 views

Silent crash in Visual Studio 2008 c++ application

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 ...
1
vote
2answers
945 views

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 ...
1
vote
3answers
1k views

Recognising iPhone Silent Mode

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 ...
1
vote
1answer
2k views

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 ...
1
vote
1answer
478 views

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 ...
0
votes
0answers
7 views

VS2005 Setup Project with silent install (running .exe)

I have a VS 2005 .NET setup project which both a .msi file and a .exe. Is there any way to run, in a batch file, the generated .exe silently, much like the .msi (msiexec /i Setup.msi /qn)? Thanks
0
votes
2answers
8 views

Silently unshare a folder using Batch File

share and re-share a folder. I got the re-sharing part where i am stuck at is the un-sharing. I use this code NET SHARE d:\foldername /delete Which deletes the share but if there are people ...
0
votes
0answers
6 views

Prevent Chrome from starting automatically after install from standalone installer.

Is there anyway to prevent chrome from auto-starting after it completes its first install? /S , /silent , /SILENT , /s , /QUIET , /quiet , /ms , --no-first-run Do not work.
0
votes
1answer
27 views

Is there a silent installation mode for Dia on Windows?

How can I install the open source Dia drawing software available from http://dia-installer.de silently on Windows?
0
votes
0answers
24 views

Silent application crash [closed]

Possible Duplicate: No Signs of Fatal Exception when application crashes | NLog version 2 | Compact Framework 3.5 I have a .Net Compact Framework 3.5 application which uses Nlog to log ...
0
votes
0answers
47 views

Authorize.Net Silent Post Issue

I'm using ASP.NET 4.0, C#, Web Forms, and Master Pages. I'm trying to implement Authorize.Net's Silent Post feature and have created a couple test pages I have a test page (Silent_Test) with button ...
0
votes
1answer
46 views

Implement dependency check with command line params in NSIS scripts

My goal is to know if you use any check or code snipp to determine if ther is some dependecy when passing NSIS command line params to copiled setup using Silent installation ( /S param ). The NSIS ...
0
votes
1answer
168 views

Disable silent mode on iPhone?

How do you disable the user from turning the phone on silent? (switching the switch on the top left of the phone?) I want my app to always play sound no matter what the state of that switch is. Is ...
0
votes
1answer
60 views

AudioServicesAddSystemSoundCompletion callback not getting called in silent mode

If I put device into silent mode using switch, AudioServicesAddSystemSoundCompletion callback method doesn't get called. If the switch is on, I mean if device is NOT in silent mode, method gets called ...
0
votes
0answers
48 views

InstalShield - Silent mode stop in specific dialog

I'm recording an installation with -r parameter. Now in a clean machine I run the installer with -s parameter to perform a silent installation. The problem: the installation always stops in a ...
0
votes
1answer
73 views

How can I detect the cause of silent failures on Android?

I am debugging an Android application and one of the activities just failed silently; it popped off the back stack and I got the previous activity. I've seen silent failures of this type that can be ...
0
votes
2answers
422 views

Android: Receive silent sms?

I am currently coding an SMS-controlled GPS Tracker. Every time I send an SMS to the device it's handled like a normal sms (new message in inbox and notification), but these sms are just to control ...
0
votes
0answers
224 views

iOS Local Push Notification Override Mute/Silent Mode

I am currently working on an iOS project that requires me to send a local push notification to a user with a sound. The issue is that I want the sound to play even if the device is muted or in silent ...
0
votes
0answers
53 views

Any way to add custom profile to android app?

I am currently working on Profile Manager app which allows the user to create his own custom profile, say he want to create a "meeting" profile.. so he will enter the ringer volume level and my ...
0
votes
1answer
169 views

Can an iOS app switch the device to silent mode?

Is there a way to programmatically set the device my app is running on to silent mode? The silence must encompass the entire device, not just my application.
0
votes
1answer
98 views

MSI - Silent without Rebooting Automatically

Currently I have an MSI which performs a major upgrade, and it is launched as following: msiexec.exe /i installer.msi /qn REBOOT=ReallySuppress My question is regarding that particular property ...

1 2