Quote:
Originally Posted by Dan00seven
which path does it want X:\Program files\wow or X:\Program files\wow\retial\addons? I've tried both just says hit any hit but the guide doesn't update
|
It wants the WoW root directory, so in your case X:\Program files\wow
Try run the application as administrator, as I had to do that on my laptop :-)
Quote:
Originally Posted by Ceos
Thanks for all updates! Also virustotal.com show Trojan:Script/Wacatac.B!ml on that updater. Sure its save?
|
I assure you all that it is safe.
This is the exact process of the Updater I made:
1). Generate settings file if it doesn't exist.
2). Connects to MEGA, and checks the version that is in the name of the rar file. This first happens to the retail version if the retail version of WoW is installed, otherwise it'll check the classic version if installed.
3). Checks local version via the version.txt in the zygor addon folder if it exists.
4). If the zygor addon folder, or the version.txt doesn't exist or if the local version is out of date it'll ask the user if he/she wants to update.
5). If the user answer yes, then it'll download the latest version from the MEGA link.
6). After downloading it'll delete the zygor addon in the addons folder.
7). After deleting it'll extract the latest version of the zygor addon from the rar file that was downloaded, into the addons folder.
8). Then the rar file will be deleted.
Step 2 to 8 will repeat for the classic version as well if you have that installed :-)
I can share source code to the updater when I get home :-)
EDIT: Here's the source code in case anyone wants to check it out

It was just made quickly, so the code might not look too good in some places. Could probably use some refactoring, but that doesn't matter now, as it works fine as is now :-)