Changes

LogMeIn

92 bytes added, 14:51, 22 August 2011
WPKG install package: Logmein does not use hyphens or slashes in front of its commandline options
==WPKG install package==
For a mixed 32 and 64-bit environment. Note that LogMeIn does not use hyphens or forward slashes in front of its commandline options.
<source lang="xml">
<upgrade cmd='%software%\logmein\logmeinsilent.exe' />
<downgrade cmd='%ComSpec% /c if %PROCESSOR_ARCHITECTURE% == x86 "%programfiles%\logmein\x86\logmein.exe -uninstall' /> <downgrade cmd='%ComSpec% /c if %PROCESSOR_ARCHITECTURE% == AMD64 "%programfiles(x86)%\logmein\x64\logmein.exe -uninstall' />
<downgrade cmd='%software%\logmein\logmeinsilent.exe' />
<remove cmd='%ComSpec% /c if %PROCESSOR_ARCHITECTURE% == x86 "%programfiles%\logmein\x86\logmein.exe -uninstall' />
<remove cmd='%ComSpec% /c if %PROCESSOR_ARCHITECTURE% == AMD64 "%programfiles(x86)%\logmein\x64\logmein.exe -uninstall' />
60
edits