Skip to content

Instantly share code, notes, and snippets.

@bmccormack
Created August 7, 2012 15:35
Show Gist options
  • Save bmccormack/3286465 to your computer and use it in GitHub Desktop.
Save bmccormack/3286465 to your computer and use it in GitHub Desktop.
Skip FogBugz Installation in Kiln Setup
#Renames FogBugz installer and replaces it with Notepad.
#Copy the following into a Powershell console.
ren $env:appdata\kilninstaller\FogBugz-Setup.exe $env:appdata\kilninstaller\FogBugz-Setup.exe.bak;
copy $env:systemRoot\Notepad.exe $env:appdata\kilninstaller\FogBugz-Setup.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment