Wyatt O'Dayʼs postsSupport staff

Wyatt O'Day (Wyatt) has made 7817 posts.

Floating License

Post on Jun 30, 2012

Yep, that's all included.

MSI Installation, Removed Files -> Repair

Post on Jun 28, 2012

I'm going to look into this using that example project you sent. This is definitely a problem with t…

Post on Jun 28, 2012

and this practice does NOT cause the MSI installed shortcut to be removed Are the shortcuts MSI in…

Post on Jun 28, 2012

Replace all shortcuts in an update. That is, link the shortcuts directly to your exe files. This way…

Post on Jun 26, 2012

Hey Scott, Can you put together a simple Visual Studio project that reproduces this behavior? Send…

UAC Prompt (again)

Post on Jun 28, 2012

Is there a simple solution that allows for the updates with prompting the user and without having to…

More command-line options desired! ;)

Post on Jun 28, 2012

See: Removing & overwriting existing versions.

Post on Jun 28, 2012

so really I would probably prefer if we could get a list of the versions from the command line someh…

Automatic Updater with Access

Post on Jun 28, 2012

Try echoing out the %1 commandline argument in the batch file. That way you can see what is being pa…

Post on Jun 27, 2012

Firstly, the commandline is not magic. You have to make use of the commandline arguments you pass t…

Post on Jun 27, 2012

Pass the application name as commandline parameter when executing the batch file. See the "%basedir%…

Post on Jun 25, 2012

1)Can we use Automatic Updater for VBA Access file? No. The AutomaticUpdater is only for .NET app…

WyUpdate Needs Administrative Privileges

Post on Jun 28, 2012

Do you have any news about 2.6.18 versione? I have to deploy an application on some PCs, running Win…

Executables in between patches and another query

Post on Jun 28, 2012

I set it to run the executable after the patch. Am I doing anything wrong on my side? This was a b…

-Server and wyserver.wys issues

Post on Jun 27, 2012

Are you using %updatepath% in the download site? Double click the client.wyc file to see if you actu…

Post on Jun 27, 2012

Error trying to save file: Error downloading "file:///C:/Temp/uas-m.1.0.3.7.to.1.0.3.8.wyu": Could n…

Post on Jun 26, 2012

You're not properly quoting the commandline parameters. This line is completely broken -- I'd be sho…

Post on Jun 26, 2012

The client.wyc file contains the location to the *.wys file. The *.wys file contains the location to…

Post on Jun 25, 2012

AutomaticUpdater.wyUpdateCommandline = "-server = file://R:/Test/TestDatabases/ABC/EFG/HIJ/Updates, …

CommonAppDataFolder and UAC

Post on Jun 26, 2012

We do sign wyUpdate. Were you building it from source?