Skip to content
⌘ NSIS Forum Archive

upgrade nsis from 2.46 to 3.02

5 posts

pkonduru#edited

upgrade nsis from 2.46 to 3.02

Hi All,

I recently upgraded to 3.02 from 2.46 . I noticed that I had to put all my plugins that I use into the folder x86-ansi. My .nsi built fine without errors but for some reason the install UI exits right after the MUI_INSTFILES. It does install the files but I don't see the finish page nor do I see a uninst.exe created in the install folder. Here is my .nsi file. Can anyone take a look and see what is wrong with it? It works perfectly fine with the 2.46. It doesn't create an add/remove entry either in the installed programs.

--Pavan
Anders#
Might be a plug-in problem. Might be a Linux problem.

Can you comment out all plug-in calls?

Compile on Windows?

Why 3.02 and not 3.08?
Anders#
If you can reduce it down to a minimal script the reproduces the problem I can take a look this weekend...
pkonduru#
I upgraded to 3.08 and it works fine , not sure why it didn't work for 3.02. I am good now. thanks Anders.