Hey Eric,
I see there are plenty of built-in options for 32/64 folders (system32, program files, etc.) in wyBuild, but I need to copy the proper DLL over. Is there a simple way to do this or do I need to create a script that does this?
Well, if you're making a .NET app then you should make your app's CPU Type as x86 (as per our instruction in the C# and VB.NET articles). This way you only ever have to distribute the x86 version of TurboActivate and you get full compatibility with all Windows machines.
If you're making a non-.NET app, and you support the 2 separate architectures with 2 separate builds of your app, then the way to go about this is to create 2 separate projects files for wyBuild. An x86 version and an x64 version. This way the x86 version of your app will download updates specific to that architecture, ditto for the x64 version.
Tell me if that helps.