MSI not updating file

D

Darren

I have an MSI that has been created by another part of our
organisation. I have updated a single file in this MSI and now want to
deploy this updated MSI. We use group policy to deploy applications.
When ever is install the MSI manually or from group policy the install
completes but the file never gets updated.
If i run msiexec /fa ****.msi the files get updated, is there any way
to force this sort of parametre inside the MSI?

Thanks in advance to anyone that can help.
Darren
 
S

Stefan Krueger [MVP]

/fa is equivalent to REINSTALLMODE=A which overwrites all files regardless
of version number. This may even downgrade existing files and therefore
should not be used. Did you increase the version number of the file? Did you
change the PackageCode of your .msi?

--
Stefan Krueger
Microsoft Windows Installer MVP

Please post your questions in the newsgroup or vist one of these web sites:

Windows Installer FAQ
http://www.msifaq.com - http://www.msifaq.de

InstallSite - Resources for Setup Developers
http://www.installsite.org
http://www.installsite.de (GERMAN)
 
D

Darren

Stefan,

I have generated a new package code but not altered the version number
of the application. Will try this and see how it goes.

Regarding the REINSTALLMODE variable can you set this in the MSI, if
so how? The files that get installed are only specific to this app so
ot doesn't matter if it overwrites these.

Cheers,
Darren
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top