Sam ʼs postsSupport staff

Sam (Sam) has made 3126 posts.

Disable showing the theme when there is an update

Post on Jan 29, 2012

See the FAQ answer to How can I completely hide the updater (wyUpdate)?.

Post on Jan 27, 2012

I'm not quite sure what you're asking. Are you asking to hide wyUpdate when it's updating? Or are yo…

Does wyBuild support stand alone offline update?

Post on Jan 27, 2012

Yes, by using the 2 wyUpdate commandline options -server="<url>" and optionally -updatepath="&…

Download sites is a shared folder

Post on Jan 26, 2012

Hey Fabian, I'm not quite sure what you're asking. Are you asking about "downloading" files from a…

Scripting new versions

Post on Jan 24, 2012

We're making project loading faster in wyBuild 2.6.15 (even very very large projects load quickly). …

Adding a service to an existing installation

Post on Jan 24, 2012

Yes, you can install new services. Just install it like you would in an installer. Normally this mea…

How to handle private beta?

Post on Jan 23, 2012

Hey Marcin, Yes the -server="..." commandline argument is the best for 2.6.x. But we're working th…

Automated Building

Post on Jan 20, 2012

My pleasure. If you have any other questions I'll be happy to help.

Post on Jan 20, 2012

Sorry, one more question. Do I also need to keep the previously built files? Yes, and you'll need …

Post on Jan 19, 2012

Let me ask a follow up: what would the effect of not saving the updated project file be? Users run…

Post on Jan 19, 2012

No, it doesn't change anything. You still need to save the changes to your project file.

Post on Jan 18, 2012

Is it important to keep all of this versioning information? Yes, or else you'll have to readd all …

Adding License to Inno Setup

Post on Jan 20, 2012

It would probably be easiest if you just start with our pre-written Inno Setup script. First compile…

Post on Jan 20, 2012

We have a full InnoSetup example included in the TurboActivate.zip package (you can get it on your A…

Error while testing with proxy

Post on Jan 20, 2012

There are a thousand things that might be going wrong. Your proxy server might be misconfigured. May…

Post on Jan 19, 2012

Hey Guenter, When wyUpdate downloads files it first tries the proxies on the system or ones you sp…

DLL not updatingSolved

Post on Jan 19, 2012

Another thing I noticed is an AutomaticUpdater.xml file, do I need to include that in my project too…

Post on Jan 19, 2012

Hey Peter, wyUpdate would warn you if the file was in-use or couldn't be updated. First of all, wh…

Need Help With Update Database through Scripts

Post on Jan 18, 2012

You can get the bat file's current full directory by using %0 in the batch script. So this... %0\..…

How to get SQLServer name

Post on Jan 18, 2012

Hey Peter, You can read values from the registry using Microsoft's "reg.exe" tool (included in all…