A "silent installer" is an installation program that does not display any configuration options or any other indication of the installation during the installation process. It is in fact "hidden"... or - as the name implies - "silent" due to the lack of feedback to the user.

learn more… | top users | synonyms

0
votes
0answers
11 views

How to get finish silent installation status?

Lets assume I have N applications (7zip, opera, skype). I have silent installations commands for them. I can install them separately using .bat files via command line. But I want to make a program ...
2
votes
4answers
48 views

Creating a Windows installer for application [duplicate]

I want to create a windows installer package can be .exe or MSI. I want to do the following : Check if the Java 7 Runtime is available in the system & system has enough space for this ...
0
votes
1answer
19 views

How to perform silent and unattended installation

I have published this application from .net 4 (it is mixture C# and VB) and here I've got the .exe file. So now I have the requirement for it to be installed silently and unattended on the users' ...
0
votes
0answers
20 views

make .net developed application silently installable

I have made an application in .net 4. I want to publish it so it can be installed silently by an administrator to multiple users' computers. Should I include something as a code somewhere in the ...
0
votes
1answer
63 views

How to install oracle jdk 7 silently in script with dependency?

I am trying script the install for Glassfish on a 64bit windows 2008 r2 server. But in order to install that, I need a JDK. Therefore, I am trying to silently install JDK 7 (u21) prior to glassfish. ...
1
vote
1answer
37 views

How can I use Javascript to perform background updates of a Phonegap application?

I am using PhoneGap to develop an application for Android and iOS, and recently in a discussion about this technology, someone told me a seemingly brilliant idea that I can do background updates of my ...
1
vote
1answer
50 views

How can I make my NSIS silent installer block until complete?

When I run a silent NSIS installer (from the console, as in installer.exe /S /D=C:\Foo) it immediately moves to the background. I'd like to wait until it has finished installing before I do anything ...
-1
votes
1answer
47 views

How to push packages to client Mac OS X machines from OS X server at login of clients? [closed]

I wanted to know if there is option to install application at login time in Mac OS X.That is, push packages to client Mac OS X machines from OS X server at login of clients similar to Group Policy ...
1
vote
1answer
140 views

InnoSetup : silent install and progress install value in wpf application (for update)

In my wpf application, I ask the user to download the update if there is one. The file is downloaded via my program using this code: WebClient wc = new WebClient(); wc.DownloadProgressChanged += new ...
3
votes
0answers
132 views

How to rerun inno setup silent install in nonsilent mode

we can detect it - Disable silent and verysilent uninstall in Inno Setup uninstall-in-inno-setup and try to rerun with ExecAsOriginalUser(ExpandConstant('{srcexe}'), '', '', SW_SHOWNORMAL, ewNoWait, ...
3
votes
1answer
148 views

How to silently uninstall Python 2.7 on Windows?

Does anyone know how to silently uninstall Python 2.7 - i.e. uninstall it unattended, with no need for user interaction? I need to do it as part of an uninstallation script that installs a bunch of ...
2
votes
1answer
249 views

How to silently install Java JDK into a specific directory on windows

On my development machine I always have to install Java 6 and Java 7 and I have to install each JDK in both, the 32 and 64 bit version, for testing purposes. Since the frequency of Java updates seems ...
0
votes
1answer
160 views

After sql server 2008 silent install log-in fails

have the following command to install sql using CMD prompt. C:\SQL Server 2008\setup.exe" /QS /INDICATEPROGRESS /ACTION=Install /IACCEPTSQLSERVERLICENSETERMS /SkipRules=RebootRequiredCheck ...
0
votes
1answer
67 views

My unattended silent.xml of VS2012 is not installing the CORE

I'm in a big trouble, i've created this unattended xml to install VS2012, but is not installing me the CORE files neede to run VS (the package vs_ultimatecore.msi that contains: devenv.exe, ...
0
votes
1answer
72 views

How to write a program that takes in an EXE installer and arguments and ouputs an MSI?

I need to write a small program, preferably in C# and .NET, that will take as an input an installer file (.exe) along with the arguments to run with it and output a .MSI. Here is the reasoning and my ...
2
votes
1answer
70 views

Hopw to stop the window from exiting during silent installation using batch file?

I wrote a batch file which does silent installation which is working fine. But how do I read the error messages if any appear? Can I write all the error/success messages to a log file? Also is there ...
1
vote
3answers
635 views

Install / Unistall from shell command in Android

I want to implement a silent installer-from-apk-file and unistaller-package in Android. The topic has largely been discussed on SO and elsewhere but I can't apply any for some reason that I'm missing. ...
0
votes
0answers
140 views

How to install truecrypt silently in ISS file?

I'm a beginner when it comes to working with ISS files so I'm not sure if its worth it to try and figure out how to silently install truecrypt... From looking on the command line tutorial on the ...
0
votes
1answer
519 views

NSIS installer - silent mode

How to make an NSIS installer silent ? From Wikipedia: " Nullsoft Scriptable Install System (NSIS), est un logiciel libre contrôlable par script, qui permet la création d'installateurs pour Windows. ...
1
vote
0answers
323 views

Install SQL Server Express edition in silent mode

I use C# and need to install SQL Server 2005 Express edition in silent mode in my project and use code below, but for the first time, SQL Server do not install correctly . Sql database engine do not ...
0
votes
0answers
17 views

Updates on the intranet self download and install silently

I would like to install some updates on the network, but since push them over the network creates loads of problems I'm having a few issues, what I thought I could do is when the user connects to the ...
1
vote
1answer
159 views

Application not getting installed in Silent Mode

I was given a task to install application silently on a machine. I had NO clue as how to achieve this. After spending some time, I felt it can be done through batch files and I started to learn ...
3
votes
0answers
291 views

Silent install with Win7 and UAC plugin

I have an installer that can handle command-line parameters and /S silent installation. I recently upgraded the installer to better conform to standards for Vista / W7 UAC management by using the UAC ...
1
vote
1answer
92 views

Console output after Inno VERYSILENT option

I have a Inno Setup executable to install the program. I have made sure using Detecting /verysilent mode in Inno Setup to use the code to detect if there is a Silent switch and applied the VerySilent ...
0
votes
1answer
1k views

How to Silently Install SQL Server 2008 Express In InstallShield 2010

I use InstallShield 2010 to create my setup. My program needs SQL Server 2008 Express. So I added "Microsoft SQL Server 2008 Express SP1 (x86)" in the redistributables section. Then in "Edit ...
0
votes
1answer
492 views

How to do a silent install (from inside an android device that's ROOTED) [closed]

I'm currently trying to find some way of pragmatically installing updates onto a device using an Android that: has no means of user input has no internet or network Is running Android 4.0 This is ...
1
vote
1answer
241 views

How to create a bulk software isntaller (ninite)

I want to be able to create different bulk installers to install specific programs on a computer. For example: Technician Image: - Adobe Reader 11 - AutoCAD - Microsoft Lync - Norton Manager Image: ...
0
votes
3answers
274 views

How to start the .Net framework installer silently?

How to make my C++ Win32 .net-framework installer silent? I tried sfxmaker software & ussf.exe, but I get an unknown installer error. Command line arguments /S and /SD did not work for me. Part ...
2
votes
1answer
188 views

Upgrade mechanism for non-interactive, non-networked Android device [closed]

I have been looking into silent installing for a while now. I'm currently trying to find some way of installing updates onto a device using Android that: has no means of user input has no internet ...
0
votes
1answer
146 views

NSIS silent installer - /SD IDCANCEL flag

I have this NSIS script: Section "!${SECTION_MAIN}" sectionMainID SetOutPath "$INSTDIR" whileRuns: LockedList::FindProcess "$INSTDIR\bin\${PRODUCT_NAME}.exe" ...
0
votes
1answer
105 views

Silent install Sync Framework 2.1

i want to silent install Sync Framework 2.1 because i put the redistributable package at http://www.microsoft.com/en-us/download/details.aspx?id=19502 to my setup installation package. Can any1 help? ...
0
votes
1answer
330 views

NSIS silent installer returning exit code 1

I compile an NSIS script to a .exe install file. I launch the .exe with command line \S silent option. Installation performs silently as wanted, but there is exit code 1. Exit code 1 corresponds to ...
0
votes
2answers
232 views

NSIS silent installer - jump not observed

I am trying NSIS doc example for silent installer, here. Uncommenting the line ; SilentInstall silent then yes, my installer is silent. However, it displays message boxes. It is expected that ...
0
votes
0answers
51 views

ClickOnce: disable the 'installation succeeded' message

I have a C# app that is being installed with ClickOnce. It's a part of our lab PCs build. After installing the app, ClickOnce pops the 'installation succeeded' message. This popup has an 'OK' button, ...
2
votes
1answer
566 views

SQL Management Studio Settings (Silent Install)

I've got some problems with the configuration of the sql management studio. The installation is no problem. The problems apperead during the Configuration, i need to configure (in options): Tab ...
1
vote
1answer
422 views

Install Windows Message Queuing programmatically

My application requires the windows feature to be installed. I currently use this solution to see if it is installed. Now how will I be able to installe it once I know it is not running. I have ...
0
votes
0answers
197 views

Silent installation of zebra printer?

How to install zebra printer silently, model : ZDesigner QLn320. I have tried this PrnInst.exe "/DIR=Win32" "/INSTPRN=ZDesigner QLn320#COM2:#ZDesigner QLn320" But it still present with a UI ...
0
votes
0answers
222 views

Silent install with “/S” option not working in rt 7 lite

I've been trying to make a Windows 7 installation disc for some standalone machines for days and cannot figure out what I'm doing wrong with the silent installation of the programs. I have about 10 ...
0
votes
1answer
208 views

setup.exe silent installation error

I need to install setup.exe in silent mode. I have recoreded the response by uing "setup.exe /r" and it created the setup.iss in Windows directory. I copied that file into my Working directory where ...
0
votes
0answers
73 views

How to Generate Token Value to be used in Google Single Sign On AuthToken Request?

I have the following code I use to generate a single-sign on token for google-play service. I am able to dynamically produce all the parameters of the request except for the follwoing 'Token' ...
0
votes
2answers
550 views

NSIS automatic and silent update

I am currently building an application and want to have an installer and automatic silent updates for it. Dropbox, Spotify and Chrome all are amazing at updating without anyone noticing. So I took a ...
0
votes
0answers
609 views

Apply Outlook 2010 prf file silently to all computers

We recently setup a new mailserver (EX2010) and retired the old one (EX2003). Our office 2010 setup is being deployed with a default account defined pointing to EX2003. So when a users starts outlook ...
1
vote
1answer
1k views

Automatically enable Named Pipes & TCP/IP protocols SQL Server 2008 R2

We have a C# win Form app called "Installer" that silently installs various 3rd party software on client's system like IIS, SQL Server, AVG-Free; along with our own product. I need to automatically ...
1
vote
1answer
1k views

How can i Install apps silently on android ?? without permission from the user?

How can i Install apps silently on android ?? without permission from the user ? i have read this link , but i didn't get the idea for correct answer for this question which relate to ...
4
votes
4answers
949 views

How to install Python interpreters on Linux in a fully automated way

I'd like to have a reliable way to install Python interpreters 2.4 through to Python 3.3 on a linux user account. I am fine to presume that there is a C-compiler but i'd like to avoid relying on ...
3
votes
1answer
1k views

Silent install of apps (.ipa) to iPad

To speedup iOS development would be great to have a way to install ipa on device in automated way. TestFlightApp does great job to help ipa distribution. I looking for addition steps that allows ...
1
vote
2answers
243 views

C# Installation - Install software on multiple computers simultaneously

I have a c# application that will be installed on several different network computers. The software changes on occasion. I was wondering if there was a way to upgrade or install the new version of ...
0
votes
2answers
634 views

Can we do silent updation for android application?

Is there any way to make automatic silent update for corporative app? We have an app that working only with local network and WEB-service. Tablets works thru Wi-Fi, but has no access to internet ...
0
votes
2answers
259 views

Android - Can PushLink do silent updates?

Does anyone know if PushLink can do silent updates? That is, download the app and install it without any interaction from the user? The PushLink website is quite sparse on documentation regarding ...
2
votes
4answers
2k views

Wix MSI call another MSI in silent mode

I'm using WIX to make an MSI to call another MSI. - I can resolve this situation in UILevel=5(Full UI) mode. My solution is put CustomAction that call another MSI to UISequence table. It will not get ...

1 2