[Nasm-bugs] [Bug 3392365] Setup: Wrong installation folder for x64 installer

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Sat Sep 17 12:59:22 PDT 2016


https://bugzilla.nasm.us/show_bug.cgi?id=3392365

Mat <mberchtold at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mberchtold at gmail.com

--- Comment #2 from Mat <mberchtold at gmail.com> ---
Thank you :-)

The additional code for nasm.nsi would look something like that:

!include x64.nsh

Function .onInit
  ${If} ${RunningX64}
     SetRegView 64
     ${EnableX64FSRedirection}
     StrCpy $INSTDIR "$PROGRAMFILES64\${PRODUCT_SHORT_NAME}"
  ${Else}
     StrCpy $INSTDIR "$PROGRAMFILES\${PRODUCT_SHORT_NAME}"
  ${EndIf}
FunctionEnd

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Nasm-bugs mailing list