Category:Development Environments: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
m (Reverted edits by 58.111.121.194 to last version by Deguix)
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:


[[Category:Browse NSIS Repository by Topic]]
[[Category:Browse NSIS Repository by Topic]]
SilentInstall silent
; The name of the NSIS install program you're creating
Name "NotSeen"
; The file that NSIS writes
OutFile "nocmdwindow.exe"
Section "Ignore"
  ; Change this exe file to the name of the exe you created
  nsExec::Exec "cmd /C foo.exe"
SectionEnd

Latest revision as of 05:56, 24 August 2009

Here you can find integrated development environments for NSIS which provide one interface for easy script and page editing, compilation and generation.