nakijun / peazip

Automatically exported from code.google.com/p/peazip
2 stars 0 forks source link

Create msi or give us binaries to create msi #252

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
can we please have the binaries so that we can create an msi installer,instead 
all we have is an encrypted inno setup.

Thank you.

Original issue reported on code.google.com by jore...@gmail.com on 30 Jul 2013 at 12:10

GoogleCodeExporter commented 9 years ago
PeaZip is a quite self-contained application, all the files packed in the 
installer are the ones written to program's folder (i.e. C:\Program 
Files\PeaZip) so all you need is to take a fresh install of PeaZip or PeaZip 64 
bit as source for creating the package.

All other files (i.e. configuration files) are created at runtime by the 
program itself, not by the installer, so you can ignore them when you build a 
package.

The tricky part is replicating all the instructions (i.e. context menu options, 
file associations...) and user's customization/choice screens, unless you want 
to create a MSI wrapper for the EXE installer.
Full source code of the InnoSetup installer is provided in the sources package 
(latest one is peazip-5.0.1.src.zip) in "installer" subfolder.

Original comment by giorgio.tani.software@gmail.com on 30 Jul 2013 at 7:04

GoogleCodeExporter commented 9 years ago
ok thanks.

Original comment by jore...@gmail.com on 2 Aug 2013 at 4:49