I created an installer "test.msi" . It is version-1. test.msi contains 2 components "comp1", "comp2" comp1 contains 2 files "comp1_file1", "comp1_file2"
In version 2 of test.msi , --> a new component added "comp3". It contains 1 file "comp3_file1" --> "comp1" component is updated. "comp1_file2" file removed and new file "comp1_file3" added Now it contains 2 files (comp1_file1, comp1_file3)
if i upgrade test.msi from version-1 to version-2 using "msiexec /i test.msi REINSTALL=ALL REINSTALLMODE=vamus", in installation folder still i can see version-1 file "comp1_file2".
如果使用“msiexec /i test.msi REINSTALL=ALL REINSTALLMODE=vamus”的安装箱式2号相关档案(comp3_file1, comp1_file3)。
How to remove old entries(components/files) at reinstall time?
i 正在使用2008年首版。