0

How do I check from within my NSIS installer if my installer has the blocked option in preferences on it.

Even if you know of a way to check this without NSIS, please let me know so I can script it myself.

See this question to find out more info about this blocked option.

Community
  • 1
  • 1
Brian R. Bondy
  • 339,232
  • 124
  • 596
  • 636

1 Answers1

1

Using Hitscan's related answer here...

You can check if an EXE has this property simply by checking for the existance of the alternate data stream (ADS):

file.exe:Zone.Identifier
Community
  • 1
  • 1
Brian R. Bondy
  • 339,232
  • 124
  • 596
  • 636