remove old win installer

This commit is contained in:
adityapk00
2018-11-16 20:03:08 -08:00
parent b35840d535
commit 10535c2511
3 changed files with 0 additions and 34 deletions

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>zec-qt-wallet</Name>
<Version>1.0.0</Version>
<Title>zec-qt-wallet Installer</Title>
<Publisher>Your vendor</Publisher>
<StartMenuDir>zec-qt-wallet</StartMenuDir>
<TargetDir>@ApplicationsDirX64@/zecqtwallet</TargetDir>
</Installer>

View File

@@ -1,16 +0,0 @@
function Component()
{
// default constructor
}
Component.prototype.createOperations = function()
{
// call default implementation to actually install README.txt!
component.createOperations();
if (systemInfo.productType === "windows") {
component.addOperation("CreateShortcut", "@TargetDir@/zec-qt-wallet.exe", "@StartMenuDir@/zecqtwallet.lnk",
"workingDirectory=@TargetDir@");
}
}

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Package>
<DisplayName>zec-qt-wallet</DisplayName>
<Description>Install this example.</Description>
<Version>0.1.0-1</Version>
<ReleaseDate>2010-09-21</ReleaseDate>
<Default>true</Default>
<Script>installscript.qs</Script>
</Package>