a few questions in-line below. (I also cannot watch the videos at work. watching them tonight may answer some questions)
Why can't you watch the video? Is YouTube blocked at work, or is all video blocked?
I started using this today and built a small test. Ran a few different iterations and found one where i was told the update worked, but inspection of the file shows that the update really did not happen. Running update now says that it is up to date, but the app is not up to date.
I would like to purchase wyBuild, but this is a show stopper.
looking through the forums I found this:
"But, as it is now, you need to keep every version of your software."
Is that still true?
Yes.
So what is the typical setup for projects? I typically compile everything under \bin\release. Would I create a folder for each release and move the files there, then build the new version (Update Information) from that folder?
Yes, create a separate folder for each version of your software. For example:
C:\YourSoft\1.0\C:\YourSoft\1.1\etc.
And add the files from these directories to wyBuild.
We realize this is a conceptual hurdle for new users. We're working to make this easier.
I also see that it is often recommended to use a product like Inno to distribute the application? Is this still true?
Well, I personally recommend NSIS. Or even WiX. But Inno is another option. But yes, we require you use a 3rd party installer. This will be changing in the near future in a couple of ways. Soon wyBuild will allow you to build...
- A web installer. That is, the user downloads a tiny executable which then downloads & installs your required files.
- A full installer. We'll be integrating NSIS and WiX within wyBuild. You'll be able to simply click a button to build your installer.
Tell me if this helps.