Old 19th November 2006, 23:43   #1
asmdsr
Junior Member
 
Join Date: Nov 2006
Location: Perth, Western Australia
Posts: 6
msi migration + partial upgrades

Hi there

I am evaluating NSIS for my product Souptoys. We are currently using MSI, which sucks.

I have two main issues:

a) Is it possible to migrate our current users over from the msi installer to a new nsis one? Can nsis trigger an msi uninstall before it runs?

b) Our program mostly consists of the toy runtime (.exe) and a set of toys (binary data files). We would like to have two installers, one with the runtime and full set of toys for first time users and on with just the runtime for updates to existing users. I guess I'm asking for a high-level description of how this might be achieved using nsis.

cheers
Tim
asmdsr is offline   Reply With Quote
Old 20th November 2006, 00:13   #2
Jamyn
Junior Member
 
Join Date: Aug 2002
Location: Texas
Posts: 36
Re: msi migration + partial upgrades

Quote:
a) Is it possible to migrate our current users over from the msi installer to a new nsis one? Can nsis trigger an msi uninstall before it runs?
Yes. Here's an example.

Quote:
b) Our program mostly consists of the toy runtime (.exe) and a set of toys (binary data files). We would like to have two installers, one with the runtime and full set of toys for first time users and on with just the runtime for updates to existing users. I guess I'm asking for a high-level description of how this might be achieved using nsis.
You may want to look into using EclipseNSIS to create your installer; it has a nice configuration generator.
Jamyn is offline   Reply With Quote
Old 20th November 2006, 00:22   #3
asmdsr
Junior Member
 
Join Date: Nov 2006
Location: Perth, Western Australia
Posts: 6
wow, many thanks for the quick reply! I'll give that eclipseNSIS a shot.
asmdsr is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump