Skip to content
View sredna's full-sized avatar

Organizations

@NSIS-Dev
Block or Report

Block or report sredna

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. MiniWndSpy MiniWndSpy Public

    Windows HWND information utility.

    C++ 5

  2. DetVer DetVer Public

    Version detection

    C++ 2

  3. JustShot JustShot Public

    C++ 1

  4. Freeware Freeware Public

    1

  5. UtilBonus.nsh UtilBonus.nsh
    1
    !ifndef FSContainerExists
    2
    !macro _FSContainerExists _a _b _t _f ; Directory, UNC share or drive root
    3
      IfFileExists `${_b}\*` `${_t}` `${_f}`
    4
    !macroend
    5
    !define FSContainerExists `"" FSContainerExists`
  6. StartRegedit StartRegedit Public

    C++ 2