summaryrefslogtreecommitdiffstats
path: root/installerbuilder/installerbuilder.dox
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/installerbuilder.dox')
-rw-r--r--installerbuilder/installerbuilder.dox42
1 files changed, 0 insertions, 42 deletions
diff --git a/installerbuilder/installerbuilder.dox b/installerbuilder/installerbuilder.dox
index 5c7dea4d6..1729da741 100644
--- a/installerbuilder/installerbuilder.dox
+++ b/installerbuilder/installerbuilder.dox
@@ -492,11 +492,6 @@
The same as above, except that the data for com.nokia.sdk.qt and com.nokia.qtcreator will be downloaded
from a remote repository.
- If your config.xml contains a RSA private key, components and data will be signed with it. On installer
- runtime, this signature will be used to verify the components. Note that the private key is \b not
- embedded in the installer binary. If your private key is protected with a password, you will be asked
- to provide the password.
-
\subsection binacycreatorplatformspecific Platform specific notes
\subsubsection mac Mac OS X
@@ -525,11 +520,6 @@
\li <b>Repository directory</b> Target directory to generate the repository. Must not yeut exist.
\li <b>Components</b> List of components to be placed into the repository. Includes dependencies.
- If your config.xml contains a RSA private key, components and data will be signed with it. On installer
- runtime, this signature will be used to verify the components. Note that the private key is \b not
- put into the repository. If your private key is protected with a password, you will be asked
- to provide the password.
-
When the repository has been created, you can upload it to anywhere. Just put the location into
the \link installer-config installer configuration\endlink when creating an installer for it.
@@ -565,36 +555,6 @@
<RunProgramDescription></RunProgramDescription>
<StartMenuDir>Nokia SDK</StartMenuDir>
- <PublicKey>
- -----BEGIN PUBLIC KEY-----
- MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDzdb8ti9Ss5kmEY5rGf2HFEsj0
- W6dXOXRIO4W3XXr37Rzc8JI4UMZd6lEcxF9mdnoqOOyhHQABI8/CB2t9HTsZPRPC
- TCq43QLMfVMgI6A5Cgetv6osvZFgNG3nFAlRkLHw2gLO/zxoblY0wPq5p4xmYRh4
- f/YjsgYeA2v9V9FBAQIDAQAB
- -----END PUBLIC KEY-----
- </PublicKey>
-
- <PrivateKey>
- -----BEGIN RSA PRIVATE KEY-----
- Proc-Type: 4,ENCRYPTED
- DEK-Info: DES-EDE3-CBC,C9D3A294C3702C32
-
- unYGknjGs+FX+E5Bze/Kk2OZAvpJkYKhhJFJkiPekPy6FLPKDZX0oPyvNFjMnNPG
- wXNQe7Yr2WVMlFFmm92yCFXyzIrokr5Q8mUZEb1aJKHPCjTk4gmfOSCnwYrqPcLk
- XdFdr6e+yVsbaJ0zahPFQfaj4fUac9cK/qrMzwn1SxzYgW5+ZNp4KZVhWUkl8SE8
- TiwDMCN3wLNHzrSZr65A6XFKw5euSyCqcaqDH+tvxvmFZjb8QBhFf9APlTAQKcoK
- NrMGaUCOC96WDcKkj2iNLOUrp5vylo0/YDWKQdIsGHWGFV7L+M0aJgobdjKKXBKa
- ywqVhjgMo0e/cS/Ywtfuj9A3K6PnOrizYL+ukTAWfJdxdU8p91BhuoFR4CsYAJAW
- LZl/EfkCfJHOWgauGFkpvvaaIQMifJ6XObMZUVkYEi8e3jHxA653NmQIXRHoGgTW
- pr7T/AvZgTdrY0AuMcFHaWvKYrJD0CNwLtA7I+kcEMMa0c9Q2ryI8/qLYSRMMpDk
- fsUIiciPelpnruKGp8OQsrMPpmbDG2gYDA3y4aL7DDzZc8vx3ElsXcOU+Ri7asKR
- 1fRhhK7tFI+IhU6oHPM1QkX+85hZQR6Rr7w1dapBITCxv/uepJQJfEeur/utn1wB
- EvSr8OSLgxFS7Nuc2R4vtHDb09DCSOqj0310GgtvI7NkrJqjx/dOmxjUEw29vRw6
- 1iaV7JrEkAlXn0cJRXaZ4ujxoIx2lBKoDDrQ8n1OUMxKDqKF/NWWh6yrCcsuG2kN
- NBZ0kDxCbqe0cyKeCAFjtjUF1TsiAeXXZt+M3s12sKE0B5BXuir74A==
- -----END RSA PRIVATE KEY-----
- </PrivateKey>
-
<Icon>qticon</Icon>
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
@@ -624,8 +584,6 @@
\li \b RunProgramDescription Text shown next to the checkbox for running the program. Defaults to "Run <Name>"
\li \b StartMenuDir Name of the predefined group in the Windows Start Menu
\li \b Icon Filename of the installer icon. On Windows, .ico is appended, on Mac, .icns is appended and on Linux, .png is appended.
- \li \b PublicKey RSA public key to be used to verify component signatures
- \li \b PrivateKey RSA private key to be used to sign components
\li \b TargetDir Predefined target directory for installation
\li \b RemoteRepositories List of \ref sec_repogen "remote repositories"
\li \b UninstallerName File name of the generated uninstaller. Defaults to "uninstall". The platform specific executable suffixs is appended.