0

I have added pdb file in installshield installer. I want to do minor upgrade.But, files for which version is changed, the installer does not upgrade the files. Why?

Vimal
  • 91
  • 1
  • 2
  • 6

1 Answers1

0

File Versioning Rules and REINSTALLMODE=omus

Change this property with care, though, especially if your installation includes merge modules. I wouldn't go past REINSTALLMODE=emus (by which I mean avoid REINSTALLMODE=amus).

Michael Urman
  • 15,737
  • 2
  • 28
  • 44