silent-installer

How to interactive a silently installing msi? (Progress data and cancel it)

蹲街弑〆低调 提交于 2019-11-27 05:12:28
For some reason, we are delivering a product with our own install GUI, that means, we will run the msi installation silently background. By using the MSI API "MsiInstallProduct", I can install the product silently, but I have no idea how can I get the progress data of this installation and how can I cancel it. Anyone has some ideas? Here is a sample project that appears to do what you are referring to: http://www.codeproject.com/KB/cs/msiinterop.aspx UPDATE June 2018 : Although the tool shown below is no longer available for download, I found it via Wayback machine. I assume it is OK and legal

Regarding silent installation using Setup.exe generated using Installshield 2013 (.issuite) project file

末鹿安然 提交于 2019-11-27 02:17:46
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 installation using - setup.exe /silent However, when tried to push the installs using SCCM (System Center Configuration Manager) or using PSEXEC (both use System account to install), the install fails. The install exist with an exit code 3. I did some research around this and found out that system account needs a setup.iss (answer/response) file to write to / read from. Did not quite understand what it means.

PackageInstaller "Silent install and uninstall of apps by Device Owner” - Android M Preview

耗尽温柔 提交于 2019-11-27 01:20:15
问题 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 examples on how to install an APK via this API. Any code help would be appreciated. I’m investigating COSU/Kiosk apps for Android M Preview and was trying to implement the new feature "Silent install and uninstall of apps by Device Owner” (https://developer.android.com/preview/api-overview.html#afw)

How to interactive a silently installing msi? (Progress data and cancel it)

依然范特西╮ 提交于 2019-11-26 11:29:17
问题 For some reason, we are delivering a product with our own install GUI, that means, we will run the msi installation silently background. By using the MSI API \"MsiInstallProduct\", I can install the product silently, but I have no idea how can I get the progress data of this installation and how can I cancel it. Anyone has some ideas? 回答1: Here is a sample project that appears to do what you are referring to: http://www.codeproject.com/KB/cs/msiinterop.aspx 回答2: UPDATE June 2018 : Although

Regarding silent installation using Setup.exe generated using Installshield 2013 (.issuite) project file

南楼画角 提交于 2019-11-26 09:04:29
问题 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 installation using - setup.exe /silent However, when tried to push the installs using SCCM (System Center Configuration Manager) or using PSEXEC (both use System account to install), the install fails. The install exist with an exit code 3. I did some research around this and found out that system account