Board index » delphi » InstallShield Express for Delphi 3 (ver 1.11

InstallShield Express for Delphi 3 (ver 1.11

Greetings,

   I have a quick question regarding the capabilities of InstallShield Express for Delphi 3.0.
The installation of an application works wonderfully!  But, when I update a file (such as
myapp.exe) and rebuild the installation disk and then try to install the updated files
over the originally installed files, InstallShield Experss won't overwrite the old files.
This makes it necessary for the user to uninstall the original application and then reinstall
the new version.  Is there a "switch" of some kind in InstallShield Express (Delphi 3.0) so
that a user can reinstall an application to the same directory without having to uninstall
the old application first?  

Thanks in advance!

Dave Irizarry

 

Re:InstallShield Express for Delphi 3 (ver 1.11


On Fri, 15 Aug 1997 00:55:56 GMT, David Irizarry <xerx...@ix.netcom.com>
wrote:

Quote
>This makes it necessary for the user to uninstall the original application and then reinstall
>the new version.  Is there a "switch" of some kind in InstallShield Express (Delphi 3.0) so
>that a user can reinstall an application to the same directory without having to uninstall

Can you check in the Folders option? Thwere should be a button called
"Modify Group". It should have an option to specify how you want to
overwrite files.

Usually it is set to "Update files with newer version numbers". You can set
it to "Always update" but that has a dangerous effect of overwriting a
user's settings.

Happy coding

Stefan Paetow
ellipse data systems

== owner@ ==
== ellipse- ==
== data.com ==
== Fix the ==
== above for ==
== address ==

-
=========================================================================
=  Any opinions here are my personal opinions, not those of my company  =
=            Home on the web: http://www.ellipse-data.com/              =
=             Delphi Super Page: http://ftp.is.co.za/dsp/               =
=  Delphi User Groups in South Africa: http://www.delphi.co.za/dugg/    =
=========================================================================

Re:InstallShield Express for Delphi 3 (ver 1.11


Quote
David Irizarry wrote:

<    I have a quick question regarding the capabilities of InstallShield
Express for Delphi 3.0.
< The installation of an application works wonderfully!  But, when I
update a file (such as
< myapp.exe) and rebuild the installation disk and then try to install
the updated files
< over the originally installed files, InstallShield Experss won't
overwrite the old files.

You have to update the versioninfo for myapp.exe, from 1.0 to 1.1
and so on, otherwise IS does not upgrade.

Other Threads