This is my first time using wyBuild and I am running into an issue.
I am following the video along with the step by step instructions.
I have already created a setup with the Automatic Updater installed in my app. It has been installed and is looking at my ftp site saying that the program is up to date, as it should. This is version 1.0
I am now trying to get an update out to my ftp site for the program to download, version 1.1. So following the instructions (I think), I build (a release build) my project in visual studio, version 1.0. I go to the release folder and copy the files to my wyBuild 1.0 folder just like in the video. I then drag the files from the 1.0 folder into the wyBuild 1.0 tab in the Files & Folders section.
I make my changes and repeat the following steps, except in a 1.1 folder and the 1.1 tab in wyBuild. I then go to Build wyUpdate and it says success. When I go to click Build Updates I get a successful build (with warnings).
The warning says: "'myFile.dll' won't be updated because the old file location is equal to the new file location on the disk."
It says this for all of my files.
Now, I have the different folders for each version so I am not exactly sure why I am getting the warning. Any ideas?
Also please let me know if I am going about this the right way. I am using InstallShield to create my Setup.exe file. For version 1.0, I added the wyUpdate.exe and client.wyc to my Setup.exe and installed the project via the setup.exe that was created by install shield.
Do I need to add the Updated Setup.exe(version 1.1) to the wyBuild somewhere when I do the update or is just adding the files being updated enough? I still don't have a clear picture on how the update is going to work after reading the step by step instructions and the video. Any help will be greatly appreciated. Thanks!
BTW great work on the program! I really like it so far, I just need to figure out how to use it! 😀