Message: Windows cannot find 'C:\Program Files\Mozilla Firefox\firefox.exe'
Explanation: On Windows Vista and Windows 7 the following shortcuts may return the error message "Windows cannot find 'C:\Program Files\Mozilla Firefox\firefox.exe'":
All Programs - Foxhound1 - Tools - Start Foxhound via Chrome - debug
All Programs - Foxhound1 - Tools - Start Foxhound via Firefox - debug
All Programs - Foxhound1 - Tools - Start Foxhound via IE - debug
You can fix the problem as follows:
Change the following line of code
"%ProgramFiles%\Mozilla Firefox\firefox.exe"^
to this
"%ProgramFiles(x86)%\Mozilla Firefox\firefox.exe"^
in the following files on Windows Vista and Windows 7:
C:\ProgramData\RisingRoad\Foxhound2\$start_foxhound2_firefox.bat
and
C:\ProgramData\RisingRoad\Foxhound2\$start_foxhound2_firefox_debug.bat
|