Skip to content

Commit

Permalink
uninstaller in progress - currently not working due to chocolatey/cho…
Browse files Browse the repository at this point in the history
  • Loading branch information
bc3tech committed Apr 22, 2016
1 parent 4acf150 commit 735cdcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ $ErrorActionPreference = 'Stop'; # stop on all errors

$packageName = 'franz'
$softwareName = 'franz*' #part or all of the Display Name as you see it in Programs and Features. It should be enough to be unique
$installerType = 'MSI'
#$installerType = 'EXE'
# $installerType = 'MSI'
$installerType = 'EXE'

$silentArgs = '/qn /norestart'
# https://msdn.microsoft.com/en-us/library/aa376931(v=vs.85).aspx
Expand All @@ -24,7 +24,7 @@ if ($installerType -ne 'MSI') {
#$silentArgs = '/s' # InstallShield
#$silentArgs = '/s /v"/qn"' # InstallShield with MSI
#$silentArgs = '/s' # Wise InstallMaster
#$silentArgs = '-s' # Squirrel
$silentArgs = '-s' # Squirrel
#$silentArgs = '-q' # Install4j
#$silentArgs = '-s -u' # Ghost
# Note that some installers, in addition to the silentArgs above, may also need assistance of AHK to achieve silence.
Expand Down

0 comments on commit 735cdcc

Please sign in to comment.