Pass the full absolute path to basedir.
It seems that if I set i '-basedir="..\"' option to the automatic updater control (design time), the %basedir%, as referenced, literally becomes "..\".
This is problematic if I want to, say, create a shortcut in the startmenu pointing to an uninstaller. The shortcut will point to "..\\Uninstaller.exe" (I believe there is an extra '\') as opposed to "C:\Full\Path\Uninstaller.exe."
Was this the desired behavior?
Pass the full absolute path to basedir.