Skip to content
⌘ NSIS Forum Archive

multilple version

2 posts

bubunia2000#

multilple version

Hi all,
Suppose I have 2-3 versions of a particular applications. Does it possible to write scripts using NSIS where multiple versions of same applications can coexist in the same PC? When I launch different applications we should have different images and binaries. Is it possible?

Any Idea?

Cheers
Praddep
MSG#
Of course it's possible, if you treat the different versions as different applications. Simply set your different installers to install to different directories, and use different registry keys etc.