Difference between revisions of "Making custom installation package"

From dgraphic
Jump to navigation Jump to search
(Created page with "'''''Making custom installation package''''' You need to create file: Name_of_Package.iss and run AllMix installation from comand line (or batch-file) with this file as param...")
 
Line 2: Line 2:


You need to create file: Name_of_Package.iss and run AllMix installation from comand line (or batch-file) with this file as parameter, for example:
You need to create file: Name_of_Package.iss and run AllMix installation from comand line (or batch-file) with this file as parameter, for example:
 
[[File:AllMixInst_1.jpg]]
 
First time, when .iss file is empty, wizard will be runned and will ask you set of questions about generated package:
First time, when .iss file is empty, wizard will be runned and will ask you set of questions about generated package:
 
 
[[File:AllMixInst_2.jpg]]
 
[[File:AllMixInst_3.jpg]] 
   
   
You have to select new name and other parameters,  like pictures for Logo, Splash, Icons.
You have to select new name and other parameters,  like pictures for Logo, Splash, Icons.
Next time you can use generated .iss file for automated build of new installation packages.
Next time you can use generated .iss file for automated build of new installation packages.

Revision as of 03:39, 3 June 2020

Making custom installation package

You need to create file: Name_of_Package.iss and run AllMix installation from comand line (or batch-file) with this file as parameter, for example:

AllMixInst 1.jpg

First time, when .iss file is empty, wizard will be runned and will ask you set of questions about generated package:

AllMixInst 2.jpg

AllMixInst 3.jpg

You have to select new name and other parameters, like pictures for Logo, Splash, Icons. Next time you can use generated .iss file for automated build of new installation packages.