diff --git a/src/scripts/windowsinstaller/config/config.xml b/src/scripts/windowsinstaller/config/config.xml deleted file mode 100644 index daa9e0d..0000000 --- a/src/scripts/windowsinstaller/config/config.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - zec-qt-wallet - 1.0.0 - zec-qt-wallet Installer - Your vendor - zec-qt-wallet - @ApplicationsDirX64@/zecqtwallet - diff --git a/src/scripts/windowsinstaller/packages/com.zecqtwallet/meta/installscript.qs b/src/scripts/windowsinstaller/packages/com.zecqtwallet/meta/installscript.qs deleted file mode 100644 index e86c5a8..0000000 --- a/src/scripts/windowsinstaller/packages/com.zecqtwallet/meta/installscript.qs +++ /dev/null @@ -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@"); - } -} diff --git a/src/scripts/windowsinstaller/packages/com.zecqtwallet/meta/package.xml b/src/scripts/windowsinstaller/packages/com.zecqtwallet/meta/package.xml deleted file mode 100644 index b9e0ed7..0000000 --- a/src/scripts/windowsinstaller/packages/com.zecqtwallet/meta/package.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - zec-qt-wallet - Install this example. - 0.1.0-1 - 2010-09-21 - true - -