Non-standard Fiddler install folder?
rswafford opened this issue · 2 comments
rswafford commented
Hey Dibbs, how can I make the installer recognize a non-standard Fiddler install location? Is there a command line switch or something I can pass into the installer?
gotdibbs commented
Hey dude! The installer should be reading from your registry to determine the install location (see here).
That said, the installer is just copying everything from the adjacent Scripts
folder from the installer zip over to the corresponding Fiddler folder, so you could also do it by hand.
rswafford commented
Perfect, just copied it over manually - that did the trick. Thanks!