exam questions

Exam 70-680 All Questions

View all questions & answers for the 70-680 exam

Exam 70-680 topic 2 question 41 discussion

Actual exam question from Microsoft's 70-680
Question #: 41
Topic #: 2
[All 70-680 Questions]

You have a computer that runs windows 7.
You have an application installation package named app1.msi.
You need to perform a customized installation of app1.msi.
What should you do?

  • A. Create a transform file named app1.mst and then run Msiexec.exe /i app1.msi /t app1.mst.
  • B. Create a transform file named app1.mst and then run Msinfo.exe /I app1.msi /t.
  • C. Create a transform file named app1.msp and then run Msiexec.exe /I app1.msi /app1.
  • D. Create a transform file named app1.msp and then run Msinfo32.exe /I app1.mst /.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Windows Installer Transform Files
A Windows Installer transform (.mst) file provides configuration settings for a customized installation. A transform file contains information about components, features, setup properties, and changes that you can use to customize your installation.
Msiexec provides the means to install, modify, and perform operations on Windows Installer from the command line. To install or configure a product Syntax msiexec /i {package|ProductCode} /i: Installs or configures a product. /t : Applies transform to advertised package.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...