Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Portable NSIS IDE and Zip2EXE - A full-blown NSIS IDE with context-sensitive help based on Scitilla (SciTE)

IDE

NSIS zip2exe with uninstaller-support in order to quickly rollout config-packages (over software) that can be uninstalled.

This version will use a modified NSIS "Base.nsh"-header-script and utilizes an inline powershell-script, that will build an uninstaller section for NSIS in a reverse order from the provided ZIP-file during initiated NSIS Installer-Build by Zip2EXE. Zip2EXE was also modded with a german dialog, a new icon-set and a version-string in resource-structure.

For example, we're now able to rollout very quick an Autoconfig-Package over a Thunderbird-Installation, that only derives from a simple ZIP-file !!

The contend of the ZIP-file can be uninstalled later, without touching the original package-files :-) ...

IDE

For backround-infos and customizing the installer, see:

 "IDE\Contrib\zip2exe\Base.nsh"

and the text-block between:

; ###################################### My DEFINITIONS ### BEGIN ###
...
; ###################################### My DEFINITIONS ###  END  ###

Due to the installer-design, to install this stuff into an already installed target-path of another installer, the uninstaller WILL NOT REMOVE THE ROOT-PATH. If you want to do this, you may modify the NSIS-Base header-file: "IDE\Contrib\zip2exe\Base.nsh" above, but be aware that this behavior is not the primary use-case for the application objective presented here.

About

Portable NSIS IDE and Zip2EXE - A full-blown NSIS IDE with context-sensitive help based on Scitilla (SciTE). NSIS zip2exe with Uninstaller support in order to rollout config-packages (over software) that can be uninstalled.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors