Skip to main content
Inspiring
October 26, 2020
Answered

Update msi with msp

  • October 26, 2020
  • 4 replies
  • 7442 views

I have seen many similar problems and their answers, but none of them was able to solve mine,

I tried to update the msi using msp, but after following all the steps in above mentioned problems, the msi just disappears.

What i do:

use acrobat customization wizard dc and save mst in same file

update msi with mst using "msiexec /i acroRead.msi TRANSFORMS=acroread.mst /qn"

using "msiexec /a acroread.msi" to save it in new file

"msiexec /a AcroRead.msi /p acroread(...).msp" to apply update and save the result in another new file

 

but after that, the msi file, just like mst and msp, just disappears.

 

did i miss something?

 

 

This topic has been closed for replies.
Correct answer defaultb27jfpws3zrl

I solved my problem. Instead of saving the result from "msiexec /a AcroRead.msi /p acroread(...).msp" in another file, i just saved it in the same file where the msi and msp are.

4 replies

defaultb27jfpws3zrlAuthorCorrect answer
Inspiring
October 26, 2020

I solved my problem. Instead of saving the result from "msiexec /a AcroRead.msi /p acroread(...).msp" in another file, i just saved it in the same file where the msi and msp are.

Legend
October 26, 2020

Perhaps you could post the complete commands you are running, and their output.

Inspiring
October 26, 2020

To add more details:

1. I opend, like i mentioned, "C:\Documents\Adobe\AcroRead.msi" in acw

2. Saved the mst in "C:\Documents\Adobe" as AcroRead.mst

3. used msiexec /a "C:\Documents\Adobe\AcroRead.msi" and saved it in "C:\Documents\Adobe_new\"

4. used msiexec /a C:\Dokuments\Adobe_new\AcroRead.msi /p C:\Dokuments\Adobe_new\AcroRead.msp" and saved them in C:\Dokuments\Adobe_NEW\

 

in general i worked in C:\ and in Y:\

in 3. i once saved it in C:\Adobe\api

 

results:

1. result = 2.

3. in C:\Documents\Adobe_new msi, msp, mst with "commom", "programm files", "System32", "Win"-files

4. same result as in 3. just without the msi, mst, and msp

Legend
October 26, 2020

I am not seeing the output from the commands, only your statements like "and saved it in..."

It is impossible to track down errors or bugs without detailed reports about what actually happened, not only what you intended.

Inspiring
October 26, 2020

I need to correct myself. The part with "msi transforms=mst" didn't happend. But that shouldn't change anything.

Legend
October 26, 2020

Are you giving the same file (acroread.msi) as input and output for the same command? If so, don't.

Inspiring
October 26, 2020

i opend oldfile\acroread.msi in acw

mst saved in oldfile

used msiexec /a oldfile\acroread.msi to save in new file

used msiexec /a newfile\acroread.msi /p newfile\acroread.msp and saved result in anotherfile

If this was the question. If not, could you tell me how to not do give the same file as inpuut and output?

Inspiring
October 26, 2020

also i copied and pasted oldfile\acroread.mst in newfile