Skip to content
⌘ NSIS Forum Archive

Re-compiling decompiled script

4 posts

jalaltech#

Re-compiling decompiled script

Hello every body ... I'm trying repack Some program so i have a problem

😠😳😕

Attachments

  • 1.png(22.5 KB, 432 views)
  • 2.png(27.5 KB, 413 views)
  • 1.png(22.5 KB, 432 views)
  • 2.png(27.5 KB, 413 views)
T.Slappy#
As the compiler says: DirVar can be used only with PageEx. See http://nsis.sourceforge.net/Docs/Chapter4.html#adirvar for more info.

Your script looks like it was generated automatically so you may need to adjust the generator. For example /ENABLECANCEL cannot be used with PageEx (only with regular Page), so you need to decide what to choose.
Anders#
It looks like you decompiled an existing installer. You cannot expect the decompiler to generate a 100% working source file.

Which decompiler are you using?
jalaltech#
Thank u very much ... I'm using "NSIS Quick Setup Script Generator & NSIS v3 & Universal Extractor " to make Repack like " rsload.net " website

Different Between [ ( PageEx ) & ( only with regular Page ) ]