MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 1 as of 2013-10-01 08:06:19
  • nsis

nsis

NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers.

   1 # define the name of the installer
   2 outfile "SimpleInstaller.exe" 
   3 # define the directory to install to, the desktop in this case as specified  
   4 # by the predefined $DESKTOP variable
   5 installDir $DESKTOP 
   6 # default section
   7 Section 
   8 # define the output path for this file
   9 setOutPath $INSTDIR
  10 # define what to install and place it in the output path
  11 File test.txt
  12 SectionEnd
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01