Deploymnet MSI Update question

J

jani

Hi,
i have a c#.net application and a setup project for it. All worked
fine. Now i make some changes and want to give our customers an update
msi file. I do not want that the customer deinstall the old version,
because i must keep the existing config xml file and add the
additional xml nodes.

i changed the version of the assembly and setup project, productcode,
packagecode and compilied the new msi. But the new msi does not
replace the old dlls.
i have also tried msiexec /i [msifile] reinstall=all
reinstallmode=vomos but it was the same.

Does anyone know how to do a update msi without deinstall with visual
studio 2003 or other free tools?

thanks a lot

Jani
 
J

james

You should post this to microsoft.public.windows.msi, thisgroup is for is
for CSharp
 
R

Ricola !

james said:
You should post this to microsoft.public.windows.msi, thisgroup is for is
for CSharp

There's a newsgroup for msi?

I'm sorry.

I didn't mean to laugh...

Hi,
i have a c#.net application and a setup project for it. All worked
fine. Now i make some changes and want to give our customers an update
msi file. I do not want that the customer deinstall the old version,
because i must keep the existing config xml file and add the
additional xml nodes.

i changed the version of the assembly and setup project, productcode,
packagecode and compilied the new msi. But the new msi does not
replace the old dlls.
i have also tried msiexec /i [msifile] reinstall=all
reinstallmode=vomos but it was the same.

Does anyone know how to do a update msi without deinstall with visual
studio 2003 or other free tools?

thanks a lot

Jani


--
Texeme Textcasting Technology
http://texeme.com

Indie Pop Rocks @ SomaFM
http://somafm.com/
 
J

james

Umm, yep, there is


Ricola ! said:
james said:
You should post this to microsoft.public.windows.msi, thisgroup is for is
for CSharp

There's a newsgroup for msi?

I'm sorry.

I didn't mean to laugh...

Hi,
i have a c#.net application and a setup project for it. All worked
fine. Now i make some changes and want to give our customers an update
msi file. I do not want that the customer deinstall the old version,
because i must keep the existing config xml file and add the
additional xml nodes.

i changed the version of the assembly and setup project, productcode,
packagecode and compilied the new msi. But the new msi does not
replace the old dlls.
i have also tried msiexec /i [msifile] reinstall=all
reinstallmode=vomos but it was the same.

Does anyone know how to do a update msi without deinstall with visual
studio 2003 or other free tools?

thanks a lot

Jani


--
Texeme Textcasting Technology
http://texeme.com

Indie Pop Rocks @ SomaFM
http://somafm.com/
 

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