Advertisement
Guest User

Untitled

a guest
May 4th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Section
  2. !if "${NSIS_PTR_SIZE}" >= 8
  3. DetailPrint "64-bit installer"
  4. !else
  5. ${If} ${RunningX64}
  6. DetailPrint "32-bit installer on a 64-bit OS"
  7. ${Else}
  8. DetailPrint "32-bit installer on a 32-bit OS"
  9. ${EndIf}
  10. !endif
  11. SectionEnd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement