Questions tagged [silent]

Silent refers to the suppression of messaging of a process or thread. Such threads may typically send messages over any of various channels, including [stdout] or [stderr].

Overview

Silent refers to the suppression of messaging of a process or thread. Such threads may typically send messages over any of various channels, including [stdout] or [stderr].

347 questions
2
votes
1 answer

NotificationExtenderService not firing handleNotificationReceived

I am extending NotificationExtenderService inside a Java class as per OneSignal documentation here One signal doc, but I realized that returning true prevents the notification from showing. Perfect so far, the problem is I still need to trigger the…
Floydus
  • 81
  • 1
  • 6
2
votes
2 answers

SQL Compact Service Packs silent install parameters

my application needs SQL Compact SP1 and SP2 installed (Entity Framework), but there is nothing on MSDN where I can determine silent install parameters for those two files (SSCERuntime-ENU-x86.msi for SP1 and SSCERuntime-ENU.exe for SP2). And on top…
mcsoap
  • 41
  • 1
  • 3
2
votes
1 answer

Ansible silently skipping tasks/debug

I'm not an Ansible newbie, but I'm beginning to feel like one. I've written a custom module, something I've done before, and am trying to use it in a set of playbooks I'm developing for an application outside of my regular Ansible use (an important…
Dan Ford
  • 184
  • 2
  • 6
2
votes
2 answers

How to play Sound File In Silent Mode iPhone sdk?

How to play Sound File In Silent Mode iPhone sdk ? I m trying to play sound file in silent mode but result is zero i have tried this code SystemSoundID soundID; AudioServicesCreateSystemSoundID((CFURLRef)[NSURL…
STUPID PROGRAMMER
  • 523
  • 1
  • 8
  • 22
2
votes
3 answers

When running CRON, 'require' fails silently

I have a backup script that runs from the browser without a problem. It extracts data from the database and writes it to a ZIP file that's under 2MB . It mostly runs from the server, but it fails (silently) when it hits a particular line: require…
2
votes
2 answers

Import certificate to TrustedPublisher from driver for silent driver installation

I would like to install the Balloon driver for running my Windows in KVM without user any interaction (silent installation). I'm using powershell to extract the certificate form the driver to some temporary file and then import it to…
Petr Ruzicka
  • 21
  • 1
  • 3
2
votes
1 answer

Silent return of SC command

I'm trying to use a SC command to act as a verification that a program installed, but I would like the query to return silently. Is there any way to use this without it returning the service's status? sc query MSSQL$Company if "%ERRORLEVEL%"=="0"…
ThexTallxDude
  • 137
  • 1
  • 1
  • 11
2
votes
1 answer

In CMake, have the Makefile not print anything if no actions were actually taken

I use CMake in my project. Often I run a make before firing a test script, so that if the code has changed I don't test an outdated binary. If I see lines about compiling or linking etc I know something has changed. But if nothing has changed, I…
einpoklum
  • 118,144
  • 57
  • 340
  • 684
2
votes
1 answer

Uninstalling Windows Hotfix via C# or PowerShell

In our Company we need to uninstall a Windows Hotfix thats installed on the System. I've done a PowerShell Script that checks if the specified Update (Lookup via KBArticleID) is installed or not and then reports this via Textfile to the…
Kevin Horvat
  • 25
  • 1
  • 1
  • 8
2
votes
1 answer

Silent remote notification if app is terminated in iOS

When I get a remote notification I need to perform segue.This process is happening perfectly in background. But if the app is terminated/ killed by sliding up in app preview then I am not getting the notification. Actually it is a silent…
Akshara
  • 141
  • 1
  • 11
2
votes
1 answer

Websphere Application Server importing settings

I want to import silently server configuration (such as Applications servers -> Process Definition -> Java Virtual Machine -> Generic JVM arguments etc.). I've tried wsadmin tool, but it requires WSA to be running - and this is bad for me, because I…
deem
  • 1,252
  • 1
  • 19
  • 38
2
votes
1 answer

Stackoverflow exception on this.ResumeLayout(false);

I have a problem with a program with a silent error. I don't understand what it means. It is something with the this.ResumeLayout(false); ==> on frominloggen and the window that popps up says this : An unhandled exception of type…
Benny De Pauw
  • 21
  • 1
  • 4
2
votes
2 answers

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…
TrevH
  • 51
  • 1
  • 4
2
votes
2 answers

Running .msi package from Command line in Silent Mode isn't working in WINDOW 8?

I have built an .msi package from InstallShield and name it "Dell Printer Hub.msi". I run it from Command Line in Window 7 as below: D:\package>msiexec /i "Dell Printer Hub.msi" /qn It's working in window 7. But when I run this Command Line in…
vinhdq91
  • 31
  • 1
  • 6
2
votes
1 answer

Silent sms detection IOS

Is it possible to detect a silent SMS in application? I'm working on a project that registers users by SMS verification code (Phone number). The current workflow in application is that the user writes his phone number and requests verification…
Spire
  • 1,055
  • 2
  • 17
  • 47