Wyupdate in php

Dear Sir/Madam,

Am already use Wybuild in vb.net application,Now we want use the WyBuild in PHP application. it is possible to use wybuild,wyupdate in php, its possible means how to integrate the wybuild,wyupdate in PHP Application ..

wyUpdate only runs on Windows. If you're only distributing your PHP app to Windows computers, then yes, you can use wyUpdate to update your PHP app. If you're targeting other operating systems then you'll need other updaters for the other platforms (Linux, Mac, etc.)/

There are lots of ways to updat your PHP app using wyUpdate. You should use the exec(...) PHP function along with wyUpdate's silent updating ability.

Am using PHP window Application,how to integrate our PHP application to wyBuild,WyUpdate please tell any examples

How to use this functions in php...

Me.automaticUpdater.ContainerForm = Me Me.automaticUpdater.GUID = "79ed8480-a707-4276-b4f8-726cffc1ff2d" Me.automaticUpdater.Location = New System.Drawing.Point(92, 34) Me.automaticUpdater.Name = "automaticUpdater" Me.automaticUpdater.Size = New System.Drawing.Size(16, 16) Me.automaticUpdater.TabIndex = 22 Me.automaticUpdater.ToolStripItem = Me.mnuCheckForUpdates Me.automaticUpdater.wyUpdateCommandline = Nothing ' 'mnuCheckForUpdates ' Me.mnuCheckForUpdates.Name = "mnuCheckForUpdates" Me.mnuCheckForUpdates.Size = New System.Drawing.Size(118, 20) Me.mnuCheckForUpdates.Text = "Check For Updates"

How to integrate the wybuild,wyupdate in PHP applications...

thank you,

First, go through the Step-by-step walkthrough. After you get the updates working you can integrate update checking in your PHP app by using the exec(...) PHP function to launch wyUpdate for update checking.

i want to integrate the Wyupdate in our php application. Now am using Walk-through step by step processing

in 4 step :Integrating the updater with your app

wyUpdate.exe and client.wyc files, This two file where to add in our php application.. please help me

Put them in the base directory of your app. So, if your app is stored in C:\YourApp, put wyUpdate.exe and the client.wyc file in C:\YourApp.

how to add Add the AutomaticUpdater control to PHP file?

You can't. PHP is not .NET. The AutomaticUpdater can only be used in .NET apps. Use wyUpdate, like I said.