Wyatt O'Day (Wyatt) has made 7817 posts.
I'm going to look into this using that example project you sent. This is definitely a problem with t…
Post on Jun 28, 2012and this practice does NOT cause the MSI installed shortcut to be removed Are the shortcuts MSI in…
Post on Jun 28, 2012Replace all shortcuts in an update. That is, link the shortcuts directly to your exe files. This way…
Post on Jun 26, 2012Hey Scott, Can you put together a simple Visual Studio project that reproduces this behavior? Send…
Is there a simple solution that allows for the updates with prompting the user and without having to…
See: Removing & overwriting existing versions.
Post on Jun 28, 2012so really I would probably prefer if we could get a list of the versions from the command line someh…
Try echoing out the %1 commandline argument in the batch file. That way you can see what is being pa…
Post on Jun 27, 2012Firstly, the commandline is not magic. You have to make use of the commandline arguments you pass t…
Post on Jun 27, 2012Pass the application name as commandline parameter when executing the batch file. See the "%basedir%…
Post on Jun 25, 20121)Can we use Automatic Updater for VBA Access file? No. The AutomaticUpdater is only for .NET app…
Do you have any news about 2.6.18 versione? I have to deploy an application on some PCs, running Win…
I set it to run the executable after the patch. Am I doing anything wrong on my side? This was a b…
Are you using %updatepath% in the download site? Double click the client.wyc file to see if you actu…
Post on Jun 27, 2012Error 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, 2012You're not properly quoting the commandline parameters. This line is completely broken -- I'd be sho…
Post on Jun 26, 2012The client.wyc file contains the location to the *.wys file. The *.wys file contains the location to…
Post on Jun 25, 2012AutomaticUpdater.wyUpdateCommandline = "-server = file://R:/Test/TestDatabases/ABC/EFG/HIJ/Updates, …
We do sign wyUpdate. Were you building it from source?