ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • NSIS(Nullsoft Scriptable Install System)
    프로그래밍 언어/규격 2013. 5. 28. 19:39

    * Installer Attributes # 디렉티브?

    > General Attributes

    OutFile

    installDir

    RequestExecutionLevel # {user|admin}

    InstType

    XPStyle

    - interface settings

    LicenseText

    Icon

    CheckBitmap

    InstallColors


    * page commands

    Page

    UninstPage


    * Section Commands

    section

    sectionEnd

    SectionIn


    * Variables


    * Instructions

    writeUninstaller

    setOutPath

    File

    delete

    ExecShell

    createShortCut


    SectionGetFlags

    SectionSetFlags


    FindWindow

    GetDlgItem

    SendMessage


    참조 사이트:

    http://nsis.sourceforge.net/Simple_tutorials

    http://nsis.sourceforge.net/Docs/Chapter2.html#

    http://nsis.sourceforge.net/Shortcuts_removal_fails_on_Windows_Vista

    http://nsis.sourceforge.net/Docs/Modern%20UI%202/Readme.html

    http://jjjryu.tistory.com/entry/NSIS

    http://jjjryu.tistory.com/entry/NSIS-MUI

    http://www.cipher.pe.kr/tt/cipher/category/6

    http://fredshack.com/docs/nsis.html

    http://nsis.sourceforge.net/Category:Real_World_Installers


Designed by Tistory.