Hi all! Been a while since I've used NSIS (a couple jobs / about 10 years) so I'm very rusty. Creating client installers for a different software now. We've been using JExpress, but the updater has stopped working and the customer doesn't want to do a fresh install every time. It doesn't work, because they no longer support the version of Java that we're stuck on because of the legacy software this client is built with (Versata). So we're stuck on JRE 1.5 SR16. So the client deploys with a JRE version, some jar files, some config files, some image files. That's about it. Multiple environments, so the file structure is:
C:\Program Files (x86)\OurApp
jre1.5sr16
OurAppEnv1
JExpressPropFilesUninstAndSuch
OurAppEnv2
SameFoldersAndFilesUnderHere...
Any advise if NSIS is a good direction or any other direction you would suggest?
Thanks Much!
Eric