Error recompiling NSIS script

Discussion in 'Windows 7' started by avi smile, Apr 1, 2016.

  1. avi smile

    avi smile MDL Junior Member

    Mar 1, 2015
    98
    58
    10
    #1 avi smile, Apr 1, 2016
    Last edited by a moderator: Apr 20, 2017
    Hi there,

    I'm a complete nOoB at NSIS scripting.

    I downloaded a portable application, and extracted the launcher in order to get to the script, now when i try to recompile it, it gives me an error at this line

    Code:
    WriteRegBin HKCU Software\BurnAware\License Key data[91242 ... ]  ; !!! Unsupported
    Now, it was already compiled once, HOW? (maybe i need a plugin?)

    Thanks in advance
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. avi smile

    avi smile MDL Junior Member

    Mar 1, 2015
    98
    58
    10
    #2 avi smile, Apr 1, 2016
    Last edited by a moderator: Apr 20, 2017
    (OP)
    I figured it out halfway, it didn't decompile 100% the code is supposed to be something like this

    Code:
    WriteRegBin HKCU Software\BurnAware\License Key hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00 ; !!! Unsupported
    as the registry key that it creates is this
    Code:
    [HKEY_CURRENT_USER\Software\BurnAware\License]"Key"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00
    
    But it still doesn't work.

    What's wrong now? :worthy:

    Thanks
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...