Trying to upgrade to 5.0.0
Trying to upgrade to 5.0.0
I'm trying to upgrade to 5.0.0, when I get to install, it says "Setup has detected previous installation folder on G:\. Problem is my G: is now my DVD drive. How can I install upgrade? It wants to overwrite the folder in the G:, there isn't a folder on the G:.
Re: Trying to upgrade to 5.0.0
Open 'Notepad' and paste the following in it:
Replace "C:\\Program Files\\Ace Utilities" with the path where Ace Utilities is currently installed.
For example, if you have installed Ace Utilities in D:\Programs\Ace Utilities, then replace with "D:\\Programs\\Ace Utilities". Note the extra ' \ '.
Save the file as "au.reg". Double-click the file and click 'Yes' to merge the file into the registry. Try running setup/upgrade now.
OR
Try uninstalling Ace Utilities. Go to the install folder and run 'uninstall.exe'. Download the latest version manually, and then install the new version.
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Acelogix\Ace Utilities]
@="C:\\Program Files\\Ace Utilities"
"Ace Utilities"="Ace Utilities"
For example, if you have installed Ace Utilities in D:\Programs\Ace Utilities, then replace with "D:\\Programs\\Ace Utilities". Note the extra ' \ '.
Save the file as "au.reg". Double-click the file and click 'Yes' to merge the file into the registry. Try running setup/upgrade now.
OR
Try uninstalling Ace Utilities. Go to the install folder and run 'uninstall.exe'. Download the latest version manually, and then install the new version.
Regards,
Aneesh,
Acelogix Software Team.
Aneesh,
Acelogix Software Team.
Re: Trying to upgrade to 5.0.0
Thanks Aneesh, copying the file to notepad worked!