Find the Best Cosmetic Hospitals

Explore trusted cosmetic hospitals and make a confident choice for your transformation.

“Invest in yourself — your confidence is always worth it.”

Explore Cosmetic Hospitals

Start your journey today — compare options in one place.

what is MSI Script and its Installation Modes?

applicationPackaging created the topic: what is MSI Script and its Installation Modes?
MSI Script contains 3 installation modes:

1. Normal Installation:
Select this installation mode to edit the sequences that are run during a normal installation. This is the most common type of installation.

If the application is not already installed when an end user double-clicks the installation .MSI, the standard installation wizard appears (Install Dialogs), which installs the product. If the application is already installed when an end user double-clicks the installation .MSI or if the end user selects it from the Add/Remove control panel, the installation runs in maintenance mode (Maintenance Dialogs), which provides options to modify, repair, or uninstall an application.

2. Administrative Installation:
Select this installation mode to edit the sequences that are run during an administrative installation.
An administrative installation copies a source image of the application to a network; the source image resembles the directory structure of the installed application. End users who have access to the administrative installation can then install the application from the network location.
To run an administrative installation, use the command line option /a. (Example: msiexec /a “C:\path\Sample.msi”.) An administrative installation uses the Admin Dialogs.

3. Advertisement Installation
Select this installation mode to edit the sequences that are run during an advertisement

Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services — all in one place.

Explore Hospitals
I’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at <a href="https://www.cotocus.com/">Cotocus</a>. I share tech blog at <a href="https://www.devopsschool.com/">DevOps School</a>, travel stories at <a href="https://www.holidaylandmark.com/">Holiday Landmark</a>, stock market tips at <a href="https://www.stocksmantra.in/">Stocks Mantra</a>, health and fitness guidance at <a href="https://www.mymedicplus.com/">My Medic Plus</a>, product reviews at <a href="https://www.truereviewnow.com/">TrueReviewNow</a> , and SEO strategies at <a href="https://www.wizbrand.com/">Wizbrand.</a> Do you want to learn <a href="https://www.quantumuting.com/">Quantum Computing</a>? <strong>Please find my social handles as below;</strong> <a href="https://www.rajeshkumar.xyz/">Rajesh Kumar Personal Website</a> <a href="https://www.youtube.com/TheDevOpsSchool">Rajesh Kumar at YOUTUBE</a> <a href="https://www.instagram.com/rajeshkumarin">Rajesh Kumar at INSTAGRAM</a> <a href="https://x.com/RajeshKumarIn">Rajesh Kumar at X</a> <a href="https://www.facebook.com/RajeshKumarLog">Rajesh Kumar at FACEBOOK</a> <a href="https://www.linkedin.com/in/rajeshkumarin/">Rajesh Kumar at LINKEDIN</a> <a href="https://www.wizbrand.com/rajeshkumar">Rajesh Kumar at WIZBRAND</a> <a href="https://www.rajeshkumar.xyz/dailylogs">Rajesh Kumar DailyLogs</a>

Related Posts

Top 50 interview questions and answers for JSP

The JavaServer Pages (JSP) is a Java normal technology that allows you to write lively, data-driven pages for your Java web applications. The JSP is built on…

Read More

Top 50 questions and answers for vue.js

The Vue (pronounced /vjuː/, like view) is a liberal framework for building user borders. Dissimilar other huge frameworks, Vue is designed from the ground up to be…

Read More

Top 50 interview questions and answers for Type Script

Top 50 interview questions and answers for Type Script The Typescript is a powerfully typed, object oriented, compiled language. It was designed by Anders Hejlsberg (designer of…

Read More

Script for time stamp update.

scmuser created the topic: Script for time stamp update. write a batch Script for time stamp update? sgadmin replied the topic: Re:Script for time stamp update. [code…

Read More

%~dp0 VS %cd%

rajeshkumar created the topic: %~dp0 VS %cd% Use of %~dp0 and Use of %cd% They are not equivalent. %cd% is available either to a batch file or…

Read More

Send mail using batch script thorugh SMTP

scmuser created the topic: Send mail using batch script thorugh SMTP Hello, hi i wnt to create batch file that will automtcally send my email through outlok…

Read More