Jump to content

Edit NSIS launcher


asf

Recommended Posts

exactly, that why almost always get some errors when try recompile script you get from decompiling

but in global can be useful to understand what nsis installer doing

 

...about connection...

WriteRegBin writes REG_BINARY data to registry

so line in original script should look like i mention above, instead this part of line:

data[91242 ... ] ; !!! Unsupported

original script contain 109 bytes of zeros

 

 

 

 

Link to comment
Share on other sites


  • Replies 28
  • Views 2.1k
  • Created
  • Last Reply
Just now, xanax said:

exactly, that why almost always get some errors when try recompile script you get from decompiling

but in global can be useful to understand what nsis installer doing

 

...about connection...

WriteRegBin writes REG_BINARY data to registry

so line in original script should look like i mention above, instead this part of line:


data[91242 ... ] ; !!! Unsupported

original script contain 109 bytes of zeros

 

Yeah thank's did that, but now i still get an error when i do like this

  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

 

And a global question, could it be that the code from ";" should be a line below?

Rename $EXEDIR\App\BurnAware\$0.ini $EXEDIR\App\BurnAware\$0.lng ;  $EXEDIR\App\BurnAware\$0.ini->$EXEDIR\App\BurnAware\$0.lng

Or the code is build that way on purpose?

 

Thanks

Link to comment
Share on other sites


Oh i think i see the problem, the code is supposed to be hexadecimal.(maybe this IS Hex :dunno:)

 

Thanks

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...