Support Forum

Registration is not required to ask a question. If you're a Pro Club member, please use our Priority Support page for a faster response.

Ninja Complete custom process

Home Forums System Ninja Support Ninja Complete custom process

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13681 Reply
    andaril
    Participant

    Hi everyone, how to customise Ninja Pro installer and portable version?

    Thanks in advance 🙂

    #13682 Reply
    Shane Gowland
    Keymaster

    Hi,

    You can’t customize the installer, but you can roll your own using Inno Setup. The script file should include, at a minimum, the following file includes.

    [Files]
    ;Program required files
    Source: "C:\Path\To\Custom\System-Ninja\System Ninja.exe"; DestDir: "{app}"; Flags: ignoreversion
    Source: "C:\Path\To\Custom\System-Ninja\DevComponents.DotNetBar2.dll"; DestDir: "{app}"; Flags: ignoreversion
                 
    ;========Core Modules=====================
    Source: "C:\Path\To\Custom\System-Ninja\modules\SystemAnalysis.dll";     DestDir: "{app}\modules"; Flags: ignoreversion
    Source: "C:\Path\To\Custom\System-Ninja\modules\System.Ninja.Hardware.dll";     DestDir: "{app}\modules"; Flags: ignoreversion 
    Source: "C:\Path\To\Custom\System-Ninja\modules\ProcessManager.dll";     DestDir: "{app}\modules"; Flags: ignoreversion
    Source: "C:\Path\To\Custom\System-Ninja\modules\StartupManager.dll";     DestDir: "{app}\modules"; Flags: ignoreversion
    Source:   "C:\Path\To\Custom\System-Ninja\modules\SoftwareUninstaller.dll";     DestDir: "{app}\modules"; Flags: ignoreversion
    Source:   "C:\Path\To\Custom\System-Ninja\modules\SimpleNinja.dll";     DestDir: "{app}\modules"; Flags: ignoreversion
    Source:   "C:\Path\To\Custom\System-Ninja\modules\DuplicateFinder.dll";     DestDir: "{app}\modules"; Flags: ignoreversion
    

    Customizing the portable edition is the same as the installer version—just include the /branding/ folder in the archive.

    #13687 Reply
    andaril
    Participant

    Thanks i’ll check this out 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Reply #13687 in Ninja Complete custom process
Your information: