Announcement

Collapse
No announcement yet.

upgrade nsis from 2.46 to 3.02

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    Attached Files
    Last edited by pkonduru; 26 May 2022, 18:36. Reason: adding attachment

  • #2
    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?
    IntOp $PostCount $PostCount + 1

    Comment


    • #3
      Hi Anders,
      I am building on windows. Let me try upgrading to 3.08.
      --Pavan

      Comment


      • #4
        If you can reduce it down to a minimal script the reproduces the problem I can take a look this weekend...
        IntOp $PostCount $PostCount + 1

        Comment


        • #5
          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.

          Comment

          Working...
          X