Tagged Questions

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. It is a commonly used ...

learn more… | top users | synonyms

12
votes
6answers
275 views

A question about writing a background/automatic/silent downloader/installer for an app in C#

Background: I have a main application that needs to be able to go to the web and download DLL files associated with it (ones that we write, located on our server). It really needs to be able to ...
5
votes
1answer
364 views

android apk's silent installation

I'm searching for a way to program my application to install silently an apk file. I'm aware about the possibility to launch code looks something like this: Intent intent = new ...
4
votes
2answers
984 views

WiX - create a bootstrap that passes arguments to the msiexec

I need to create a bootstrap for my WiX project I've tried using setupbld.exe but it will only allow me to create an executable that will show my UI or one that will behave as a silent installer but ...
2
votes
2answers
1k views

NSIS Silent Install changing default options

I have a third party application I would like to silent install from the command line. The application is PPLive available at: http://www.pptv.com/en/ It is an NSIS installer, and currently when ...
1
vote
1answer
24 views

Silently install Apache through Advanced Installer

I am trying to silently install apache using Advanced Installer 8.9, but it is still prompting me for user interaction even though I pass the command parameters in the Silent (No UI) field. msiexec ...
1
vote
2answers
47 views

What are good options for migrating a basic MSI to support Response files during installation?

I inherited a Basic MSI InstallShield ISM to install an application that has a mixture of .Net and COM dll's. The existing ISM currently uses a number of custom dialogs to run the setup workflow. A ...
1
vote
0answers
331 views

VbScript, Install exe remotely without user input?

I'm really stuck on a problem so I figured I would get a second opinion(s). I'm trying to remotely install .exe and .msi to client computers. I have a vb script that downloads the file and runs the ...
1
vote
1answer
58 views

MSI keeps installing older version when called with silent argument

I am having a very annoying problem. I have an application with a setup project included in the solution that builds a .msi. I use VS 2008. I have incremented the version of the setup project - ...
1
vote
1answer
142 views

How can I do a silent deployment with a wsp solution and exe.config file?

I have a SharePoint solution (packaged in a wsp file) created with WSPBuilder which is coupled with a simple Setup.exe and Setup.exe.config. The Setup.exe.config just points to a WSP solution. Is ...
1
vote
3answers
2k views

Silent install of the firefox addon

I am trying to install a firefox xpi silently through an msi installer. I am doing so by the following method: Unzip my xpi in some temp dir and copy all the contents of that to the ...
0
votes
0answers
46 views

How to perform unattended auto-installation in SuSE using AutoYaST control xml file?

I am building SuSE (SLES 11 SP1)appliances using KIWI and was looking for a way to perform an unattended installation in them. Moreover, I need to perform partitioning based on the hardware (no. of ...
0
votes
1answer
38 views

Pipe Nsis installer log to console druing the silent install

Is it posible to pipe Nsis installer log to console druing the silent install. Installer is third party so I can't change it. Thanks in advance.
0
votes
2answers
105 views

InnoSetup: How to start the silent installation after showing my own form from the dll?

I need to start the silent installation after showing my own form on the screen. How to do that? Heres is my ISS code, an OpenWizardForm procedure is imported from my own DLL. It will open the ...
0
votes
1answer
96 views

c# run .msu install from code

Is there a way to run silently .msu installation from code? I know it's possible with msi files, but when I run .msu, it fails. Thanks in advanced
0
votes
1answer
133 views

InstallShield silent response file template

I'm trying to automate the creation of a response file from a template for different application versions by replacing all parameters with placeholders like @placeholder@ and replacing them by script. ...
0
votes
0answers
62 views

Python based silent installer, how to?

I'm using many python based packages (ex. bzr-2.4.1-1.win32-py2.6.exe) inside my installer. How can I install them silently in Windows? PS Most installers has arguments for silent installation ex. ...
0
votes
1answer
304 views

MySQL silent install (using NSIS) not working properly

I am trying to make a custom installer that silently installs MySQL but I am encountering the same problem for days. After installing the MySQL server, the initialization fails thus, when I try to ...
0
votes
1answer
63 views

how to correctly retrieve setup UILevel in installer class

I am tryin to follow the code at this link in order to determine in my installer class if the setup is ran as silent. But I must be doing something wrong, because the Context.Parameters["UILevel"] ...
0
votes
0answers
162 views

Visual Studio Setup Project and Custom Action Usage (Installer Class)

I have an installer, an MSI file, when executed interactively (by an end user), it installs just fine. Specicially, the Custom Action I added to the MSI via an Installer class, executes as part of ...
0
votes
1answer
118 views

Visual Studio Setup not installinig Crystal Report in Unattended installation

I want to deploy VS2008 in unattended mode. So I created an ini file using createunattend switch with all my features required. But I can see that after VS installation Cystal Report is not getting ...
0
votes
1answer
86 views

setup wizard silent argument

I have a solution that contains a setup project(made with VS2008 setup wizard). I need to have the option to silently install the setup project. I read that in order to do this, I should delete the ...
0
votes
1answer
135 views

Automated/silent install of Biztalk via powershell

I have been given the task of automating some pre-requisite installs that need to be done each time we create a new blank virtual machine to roll out in house software out on for testing/bug finding. ...
0
votes
0answers
12 views

how to monitor an app is installed and which app start to install this app

as an android user ,my phone offen be installed some app silently! I want to write a small app to find out which app start these actions. I noticed that after install an app ,android system would ...
0
votes
2answers
469 views

Silent installation using C#

I am writing an InstallerClass using C# as a custom action for my installer, and I can successfully run an external exe (installation) using the InstallerClass, but when I try to use /quiet in the ...
0
votes
1answer
106 views

Is there a way to display a license dialog in a nsis installer even in silent mode?

I'm trying to create a NSIS installer for a plugin I'm working with, but I want it to be as "hands free" as possible. Specifically, I do not want the "click here to close" at the end of the ...
0
votes
0answers
145 views

Failure only in the first silent installation of SQL Server 2008 R2

I created SQL Setup installation for our clients. in Windows XP and in Windows 2003 when I'm executing the installation/upgrade(from SQL Server 2005) for the first time i get an error from the ...
0
votes
1answer
233 views

silent install : cant isntall FireFox silently with batch file

I'm trying to execute silent installation of FF. in cmd the command "Firefox Setup X.exe" -ms works with no problems. but when i'm trying to execute this command through bat file, it works, but the ...
0
votes
0answers
932 views

Tomcat 6 silent installation on 64-bit machine with 32-bit JDK

It is possible to install Tomcat 6 silently using 32-bit/64-bit Windows Service Installer: apache-6.0.30.exe /S /D=c:\tomcat6 However, when I have 32-bit JDK on 64-bit Windows machine, silent ...
0
votes
1answer
268 views

Silent Installer - to install scripting langues from winform Application

I am developing Winform application, using C# on .NET 4.0, which need to install scripting langue(s) based on the user selection. What is the best way to detect if a particular scripting ...
0
votes
2answers
246 views

Silent Administrative Install - Specifying an installation directory

I'm currently trying to add some testing functionality into our builds, and in order to do this I need to be able to perform an administrative install, silently. However, I need to be able to specify ...
-6
votes
1answer
32 views

Create Silent Installer Which should not ask requirement software to download [closed]

I want to create a setup project which should not ask me the permission to download required softwares.... it should have to download from net without my permission to me....