This commit is contained in:
35
Installs/V8Migrate/V8Migrate.iss
Normal file
35
Installs/V8Migrate/V8Migrate.iss
Normal file
@@ -0,0 +1,35 @@
|
||||
[Setup]
|
||||
AppName=AyaNova V8 Migrate plugin
|
||||
AppVerName=AyaNova V8 Migrate plugin 7.6
|
||||
AppPublisher=Ground Zero Tech-Works Inc.
|
||||
AppPublisherURL=https://www.ayanova.com/
|
||||
AppSupportUrl=http://forum.ayanova.com
|
||||
AppVersion=7.6.0
|
||||
;App ID is used for updating and patching
|
||||
;see: http://www.jrsoftware.org/iskb.php?updateinstall
|
||||
AppId=QuickNotify
|
||||
DefaultDirName={pf}\Ground Zero Tech-Works Inc.\AyaNova
|
||||
DefaultGroupName=AyaNova
|
||||
UninstallDisplayIcon={app}\AyaNova.exe
|
||||
LicenseFile=license.rtf
|
||||
WizardImageFile=wizlarge.bmp
|
||||
WizardImageStretch=no
|
||||
WizardImageBackColor=clWhite
|
||||
WizardSmallImageFile=wizsmall.bmp
|
||||
;Hide page asking where shortcuts should go
|
||||
DisableProgramGroupPage=Yes
|
||||
;Hide page prompting user for install location as there is only one valid location
|
||||
DisableDirPage=Yes
|
||||
OutputBaseFilename=V8Migrate
|
||||
OutputDir=..
|
||||
;"release" mode full compression
|
||||
Compression=lzma/ultra
|
||||
SolidCompression=true
|
||||
InternalCompressLevel=ultra
|
||||
|
||||
[Files]
|
||||
Source: "..\..\release\AyaNova.PlugIn.V8.dll"; DestDir: "{app}\plugins\V8Migrate";Permissions: everyone-full;Flags:ignoreversion;
|
||||
Source: "..\..\source\Plugins\AyaNova.Plugin.V8\libs\HtmlAgilityPack.dll"; DestDir: "{app}\plugins\V8Migrate";Permissions: everyone-full;Flags:ignoreversion;
|
||||
Source: "..\..\source\Plugins\AyaNova.Plugin.V8\libs\ReverseMarkdown.dll"; DestDir: "{app}\plugins\V8Migrate";Permissions: everyone-full;Flags:ignoreversion;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user