how to crete setup for upgrade

G

Guest

Guest
Archived from groups: microsoft.public.win2000.msi,microsoft.public.win2000.setup (More info?)

Hi,

I want to implement my existing setup for newer version. There are few more
new files. If previous appllication already installed in a machine new setup
will install only new files and if it is first time installation set will
install whole application.

How to implement this feature in my setup?

Thanks

--
Mukund Patel
Sr. Software Engineer
IntraAction Software
Ahmedabad, India
PH: 9426501727
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.msi,microsoft.public.win2000.setup (More info?)

If you're adding new files, I'd suggest that this is a new product (fixes
would replace existing files, not add new ones). The simplest thing that
will do both those things you asked is a major upgrade. It depends on what
tool you're using (InstallShield, Wise, ActiveInstall, Visual Studio etc) to
build the setup exactly how you create one. Change the ProductCode,
PackageCode and increment ProductVersion, and populate the Upgrade table.
Then the single MSI file will replace the existing product if it's there,
otherwise it will behave like a first time install of the product.
--
Phil Wilson
[MVP Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280

"Mukund Patel" <mukund@intraactionsoftware.com> wrote in message
news:Owyo2HHrEHA.556@tk2msftngp13.phx.gbl...
> Hi,
>
> I want to implement my existing setup for newer version. There are few
> more
> new files. If previous appllication already installed in a machine new
> setup
> will install only new files and if it is first time installation set will
> install whole application.
>
> How to implement this feature in my setup?
>
> Thanks
>
> --
> Mukund Patel
> Sr. Software Engineer
> IntraAction Software
> Ahmedabad, India
> PH: 9426501727
>
>