Sam (Sam) has made 3126 posts.
See the FAQ answer to How can I completely hide the updater (wyUpdate)?.
Post on Jan 27, 2012I'm not quite sure what you're asking. Are you asking to hide wyUpdate when it's updating? Or are yo…
Yes, by using the 2 wyUpdate commandline options -server="<url>" and optionally -updatepath="&…
Hey Fabian, I'm not quite sure what you're asking. Are you asking about "downloading" files from a…
We're making project loading faster in wyBuild 2.6.15 (even very very large projects load quickly). …
Yes, you can install new services. Just install it like you would in an installer. Normally this mea…
Hey Marcin, Yes the -server="..." commandline argument is the best for 2.6.x. But we're working th…
My pleasure. If you have any other questions I'll be happy to help.
Post on Jan 20, 2012Sorry, one more question. Do I also need to keep the previously built files? Yes, and you'll need …
Post on Jan 19, 2012Let me ask a follow up: what would the effect of not saving the updated project file be? Users run…
Post on Jan 19, 2012No, it doesn't change anything. You still need to save the changes to your project file.
Post on Jan 18, 2012Is it important to keep all of this versioning information? Yes, or else you'll have to readd all …
It would probably be easiest if you just start with our pre-written Inno Setup script. First compile…
Post on Jan 20, 2012We have a full InnoSetup example included in the TurboActivate.zip package (you can get it on your A…
There are a thousand things that might be going wrong. Your proxy server might be misconfigured. May…
Post on Jan 19, 2012Hey Guenter, When wyUpdate downloads files it first tries the proxies on the system or ones you sp…
Another thing I noticed is an AutomaticUpdater.xml file, do I need to include that in my project too…
Post on Jan 19, 2012Hey Peter, wyUpdate would warn you if the file was in-use or couldn't be updated. First of all, wh…
You can get the bat file's current full directory by using %0 in the batch script. So this... %0\..…
Hey Peter, You can read values from the registry using Microsoft's "reg.exe" tool (included in all…