Changes

Jump to: navigation, search

Tipp10

1,536 bytes added, 12:32, 29 June 2015
Package for Boxcryptor
Free Touch Typing TutorBoxcryptor is an easy-to-use encryption software optimized for the cloud.: [httphttps://www.tipp10boxcryptor.com/en/ www.tipp10boxcryptor.com]
== Installer Package ==
<source lang="xml">
<package id='tipp10' "boxcryptor" name='Tipp10' "Boxcryptor" revision='1' priority='0' "5" reboot='"false' " precheck-upgrade="always"> <chain package-id="boxcryptor-settings" /> <variable name="version" value="2.1.0413.111" /> <variable name="exeversionSETUP" value="2-1-0%SOFTWARE%\boxcryptor\Boxcryptor_v%version%_Setup.msi" />
<variable namecheck type="PkgDestinationuninstall" valuecondition="%ProgramFiles%\Tipp10versiongreaterorequal" architecturepath="x86"/> <variable name="PgkDestinationBoxcryptor.*" value="%ProgramFiles(x86)version%\Tipp10" architecture="x64"/>
<check typeinstall cmd='msiexec /i "uninstall%SETUP%" condition/passive /norestart /qn'> <exit code="versiongreaterorequal" path'0' /> <exit code="TIPP10.*" value'3010' reboot="%version%"'true' /> </install>
<install cmdupgrade include='%COMSPEC% /C start /wait "TIPP10" "%PACKAGES%\tipp10\tipp10_win_v%exeversion%.exe" /VERYSILENT"'/> <!-- disable checking for updates --> <install cmd='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' />
<upgrade includeremove cmd="install" 'msiexec /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 IF EXIST for /d %a in ("%PkgDestinationUsersDir%\unins000*.exe*" start ) do mkdir "%a\%AppDataBoxCryptor%"'> <exit code='any' /wait > </install> <install cmd='%COMSPEC% /C for /d %a in ("TIPP10UNINS%UsersDir%\*.*" ) do copy /y "%PkgDestinationSOFTWARE%\unins000boxcryptor\application.exedb" "%a\%AppDataBoxCryptor%\."' /VERYSILENT> <install cmd='%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