silent-installer Questions

4

Solved

I found the option to install silently from command line (vscode-installer.exe /VERYSILENT), BUT it still opens automatically at the end of the installation, thus making unattended installation on ...

5

I am writing a 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 I...
Ruck asked 26/8, 2011 at 10:23

3

I am trying to install trial version of Lotus Notes Designer using Powershell command Start-Process -FilePath "EXEPath" -Verb runAs -ArgumentList "/qn" But this command displays the normal insta...
Mickel asked 9/5, 2017 at 11:14

2

Solved

I have a installshiled project which generates setup.exe file. I'd like to enable silent install by generating proper setup.iss file. I ran the following command: Setup.exe /r which lunched the ...
Borek asked 5/11, 2013 at 9:49

8

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 see...
Concealment asked 8/3, 2013 at 11:3

2

Looking into the sources of Android (AOSP), the installPackage is labled deprecated and inspecting the PackageManager application of Android, it uses the PackageInstaller class to create a PackageI...

4

I create a script to auto install all my dev stack on Windows. I have a problem with Node.js What's the command line to install node-v0.10.23-x64.msi in C:\Tools silently? Thanks.
Impearl asked 14/12, 2013 at 14:5

2

If I want a silent install, is there any simple way of running the installer, selecting the desired options and then determining the msiexec options/switches necessary for an equivalent installatio...
Poised asked 21/5, 2018 at 19:44

1

Solved

I develop an UWP appx, It could be installed in a cmd.exe prompt: C:\test>myapp.appx but a windows GUI pop up during installtion. Is there any method to install it with a Silent parameter like as: ...
Attlee asked 30/3, 2018 at 2:6

2

I have a setup.exe file generated using installshield suite project (.issuite) file. For an admin or a general user with sufficient privileges, one of our IT admin is able to do a silent installati...
Leasehold asked 25/2, 2018 at 17:56

2

I want to install SQL Server Express (preferably 2008 or 2014) silently using Advanced Installer. I followed the instructions in two document created by advanced installer online: How to Install S...

3

I am trying to write a .bat for the first time. I am trying to install .msi using script, currently we are installing manually by double clicking on it. Path from: d:/installed sw/$folder/.msi P...

4

We want to update the JDK environment on multiple machines, all running windows but different versions (either XP or 7) For that purpose, I'm now creating a script which will automatically run the...
Prisage asked 20/1, 2015 at 10:57

2

Solved

I'm trying to start a certain Windows service from [Code] section (in AfterInstall handler). When it fails to start I'd like to rollback installation. Typically when setup is ran from UI, WizardF...
Ander asked 21/12, 2016 at 10:31

1

I want to install sencha silently (without GUI) or dialog boxes from my Linux terminal. How to add compass extension component to installation automatically? I've checked sencha help, and there is ...
Jacobjacoba asked 30/8, 2016 at 12:49

1

Solved

I have a setup script that allows the user to specify where they would like to install my application. It is in the form of a Pascal script within the [Code] block. var SelectUsersPage: TInputOpti...
Blanketyblank asked 27/7, 2016 at 22:10

2

Solved

I'm searching for a way to program my application to install silently an APK file. I'm aware about the possibility to launch with code that looks something like this: Intent intent = new Intent(Int...
Gamma asked 10/11, 2011 at 10:4

2

PackageInstaller (https://developer.android.com/reference/android/content/pm/PackageInstaller.html) seems to have been added starting in API 21 (Lollipop), however I have not found any solid code e...

1

Solved

With Windows installer 4.0 and Restart Manager, would it be safe to assume that "Restart Manager" would take care of shutting down applications and hence there is no need for any sort of ...
Terwilliger asked 21/4, 2016 at 10:53

2

Solved

I have an NSIS installer executable which I would like to install silently for all users. I know I can pass the /S argument to do a silent install. The problem is that the default option for the in...

3

Solved

I am developing a Mac OS X application(cloud printing application). To run my application i need some support drivers. So i packed those drivers and my application using package maker software. And...
Serilda asked 4/2, 2015 at 7:4

3

I have a powershell script that I want to run silently. I am using NSIS script, it's still promoting the powershell command prompt when .exe file is ran.. Is there a way so it will silently. !inc...
Seismology asked 13/10, 2015 at 19:37

2

Solved

I have a setup that install silently but it has dependency of dot net framework 4.5, so how can i create a installer that installs dependency silently also. Setup is created in Install Shield an...
Reticent asked 14/1, 2015 at 12:4

6

Solved

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 missi...
Moderate asked 14/2, 2013 at 9:29

1

I have this C# code: string desktopPath = Environment.GetFolderPath(Environment.SpecialFolder.Desktop); ProcessStartInfo psi = new ProcessStartInfo(); psi.Arguments = "–s –v –qn"; psi.Creat...
Seltzer asked 17/12, 2013 at 22:34

© 2022 - 2024 — McMap. All rights reserved.