public:computer:nsis

This is an old revision of the document!


NSIS

  1. NSIS Install
  2. HM NIS Edit Install
  3. Install Plugins
    • EnVar-Plugin
    • Nsis7z plug-in
  • NSIS Script file; *.nsi
  • Prepare files to install
    • make 7z file into Input directory
          ├─tools
          │  ├─apache-maven-3.8.1
          │  ├─gradle-6.9.2
          │  ├─java
          │  │   └─java-1.8.0-openjdk-1.8.0.212-1
          │  ├─sts-4.7.1
          │  ├─VSCode-win32-x64-1.48.0
          │  ├─Git-2.37.0-64-bit.exe
          │  ├─node-v12.22.9-x64.msi
          │  └─yarn-1.22.19.msi
          └─workspace
      
  • Create Output Directory
  • Structures
        └─*.nsi
           ├─Input
           │   └─ustra.7z
           └─Output
               └─executable setup file will be here.
    
  • Build
  • Test on Windows
  • public/computer/nsis.1658278604.txt.gz
  • Last modified: 2022/07/20 09:56
  • by alex