shanes
10-28-2002, 01:55 PM
Here is the code I am using
Global Const productcode = "{063A27BB-E54C-4D1A-B246-636E8AE2B7D1}"
Dim pAgent As Object
Sub AppUpdate()
Set pAgent = CreateObject("DWUpdateService.Agent")
pAgent.AppUpdate productcode, AppMenu
End Sub
This update screen shows no updates. But if I run --
"C:\Program Files\Common Files\InstallShield\UpdateService\agent.exe" -au{063A27BB-E54C-4D1A-B246-636E8AE2B7D1} -AppMenu
from the commandline it works perfectly.
Is this part of the timeout issue? Please advise
Global Const productcode = "{063A27BB-E54C-4D1A-B246-636E8AE2B7D1}"
Dim pAgent As Object
Sub AppUpdate()
Set pAgent = CreateObject("DWUpdateService.Agent")
pAgent.AppUpdate productcode, AppMenu
End Sub
This update screen shows no updates. But if I run --
"C:\Program Files\Common Files\InstallShield\UpdateService\agent.exe" -au{063A27BB-E54C-4D1A-B246-636E8AE2B7D1} -AppMenu
from the commandline it works perfectly.
Is this part of the timeout issue? Please advise