unable to install second feature in msi
I have an msi which has many features, First time i installed with ADDLOCAL=Feature1 along with mst.
msiexec /i abc.msi TRANSFORMS=abc.mst ADDLOCAL=Feature1 /qb, this installed successfully.
Later i tried to install the second feature(feature2) in the same way but its not installing. When i checked the log file and can see that same old mst is being applied to whenever i execute the below command
msiexec /i abc.msi TRANSFORMS=abc.mst ADDLOCAL=Feature2 /qb
Any suggession.?
Answer Summary:
0 Comments
[ - ] Hide Comments
Community Chosen Answer
Answers
Try adding REINSTALL=ALL REINSTALLMODE=vamus ADDLOCAL=Feature1,Feature2 to the commandline
Please log in to comment
Answer this question
or Comment on this question for clarity
Comments