L
leo
Hello:
I've a minor upgrade (v1.2.2,say) that I included all the
files from the previous install and some new files.
I would like to install this(Minor upgrade) as
A) stand alone complete install when no previous version
of my SW is installed on the client machine.
OR
B)Act as a Minor Upgrade when trying to install on top of
the (v1.2.0 v1.2.1,earlier versions)
So far I'm able to do (A) correct,when I try to do aminor
upgrade with below command:
msiexec /i abc.msi REINSTALLMODE=vomus REINSTALL=ALL /L*v
verbose.log
it's not installing all the files,rather it's running the
cached version of the MSI always.
The files never gets updated nor the installer complains
about it.
Am I doing anything wrong???
When I try to install the MSI on a clean machine with out
any of the previous versions of my SW,it installs fine.
But why is the Upgrade failing??
I've changed the product version,package code,Upgrade code.
Thanks,
LEO
I've a minor upgrade (v1.2.2,say) that I included all the
files from the previous install and some new files.
I would like to install this(Minor upgrade) as
A) stand alone complete install when no previous version
of my SW is installed on the client machine.
OR
B)Act as a Minor Upgrade when trying to install on top of
the (v1.2.0 v1.2.1,earlier versions)
So far I'm able to do (A) correct,when I try to do aminor
upgrade with below command:
msiexec /i abc.msi REINSTALLMODE=vomus REINSTALL=ALL /L*v
verbose.log
it's not installing all the files,rather it's running the
cached version of the MSI always.
The files never gets updated nor the installer complains
about it.
Am I doing anything wrong???
When I try to install the MSI on a clean machine with out
any of the previous versions of my SW,it installs fine.
But why is the Upgrade failing??
I've changed the product version,package code,Upgrade code.
Thanks,
LEO