Changes

Jump to: navigation, search

Tipp10

1,536 bytes removed, 12:33, 29 June 2015
Undo revision 12686 by Sao (talk)
Boxcryptor is an easy-to-use encryption software optimized for the cloud.Free Touch Typing Tutor: [httpshttp://www.boxcryptortipp10.com /en/ www.boxcryptortipp10.com]
== Installer Package ==
<source lang="xml">
<package id="boxcryptor" 'tipp10' name="Boxcryptor" 'Tipp10' revision="5" '1' priority='0' reboot="'false" ' precheck-upgrade="always"> <chain package-id="boxcryptor-settings" /> <variable name="version" value="2.1.413.1110" /> <variable name="SETUPexeversion" value="%SOFTWARE%\boxcryptor\Boxcryptor_v%version%_Setup.msi2-1-0"/>
<check typevariable name="uninstallPkgDestination" conditionvalue="versiongreaterorequal%ProgramFiles%\Tipp10" patharchitecture="Boxcryptor.*x86"/> <variable name="PgkDestination" value="%versionProgramFiles(x86)%\Tipp10" architecture="x64"/>
<install cmdcheck type='msiexec /i "%SETUP%uninstall" /passive /norestart /qn'> <exit codecondition='0' /> <exit code"versiongreaterorequal" path='3010' reboot"TIPP10.*" value='true' /> <"%version%"/install>
<upgrade includeinstall cmd='%COMSPEC% /C start /wait "TIPP10" "%PACKAGES%\tipp10\tipp10_win_v%exeversion%.exe" /VERYSILENT"'/> <!-- disable checking for updates --> <installcmd='reg add "HKLM\SOFTWARE\Tom Thielicke IT Solutions\tipp10\general" /v "check_new_version" /d "false" /t REG_SZ /f' /> <install cmd='reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TIPP10_is1" /v "DisplayVersion" /d "%version%" /t REG_SZ /f' />
<remove cmdupgrade include='msiexec "install" /qn /x {922D920C-4A69-4B88-AB0C-A9B099594F99}'> <!-- 2.1.413.111 --> <exit code='0' /><exit code='1605' /> </remove></package>
<package id="boxcryptor-settings" name="Boxcryptor Settings" revision="2" reboot="false" execute="once"> <depends package-id='boxcryptor' /> <variable name="UsersDir" value="C:\Users"/> <variable name="AppDataBoxCryptor" value="AppData\Local\Boxcryptor"/>  <!-- In order to remove the tutorial screen on the first start and disable automatic updates do we need to copy applications.db and tutorial.db to %AppDataBoxCryptor%. --> <install cmd='%COMSPEC% /C for /d %a in (IF EXIST "%UsersDirPkgDestination%\*unins000.*exe") do mkdir "%a\%AppDataBoxCryptor%"'> <exit code='any' start /> </install> <install cmd='%COMSPEC% /C for /d %a in (wait "%UsersDir%\*.*TIPP10UNINS") do copy /y "%SOFTWAREPkgDestination%\boxcryptor\applicationunins000.dbexe" "%a\%AppDataBoxCryptor%\."' /> <install cmd=VERYSILENT'%COMSPEC% /C for /d %a in ("%UsersDir%\*.*") do copy /y "%SOFTWARE%\boxcryptor\tutorial.db" "%a\%AppDataBoxCryptor%\."' /> <!-- hidden folders are not included in wildcard above but we need boxcryptor configs in default user profile as well --> <install cmd='%COMSPEC% /C mkdir "%UsersDir%\Default\%AppDataBoxCryptor%"'> <exit code='any' /> </install> <install cmd='%COMSPEC% /C copy /y "%SOFTWARE%\boxcryptor\application.db" "%UsersDir%\Default\%AppDataBoxCryptor%\."' /> <install cmd='%COMSPEC% /C copy /y "%SOFTWARE%\boxcryptor\tutorial.db" "%UsersDir%\Default\%AppDataBoxCryptor%\."' />  <upgrade include="install" />
</package>
</source>
 
applications.db file:
<source lang="text">
{
"$type": "Boxcryptor.Core.ApplicationSettings, Boxcryptor.Core",
"updateCheck": false,
"collectUsageData": false,
"appStarts": 1,
"showInAppNews": false
}
</source>
 
tutorial.db file:
<source lang="text">
{
"$type": "Boxcryptor.Core.TutorialSettings, Boxcryptor.Core",
"doNotShowAgain": true,
"Disabled": true
}
</source>
[[category:Silent Installers]]
12
edits

Navigation menu