FolderItem Launch

In an Xojo.Net.HTTPSocket FileReceived event I have the following code:

[code] Dim installer As New FolderItem(File.Path, FolderItem.PathTypeNative)

installer.Launch("/SILENT")[/code]

The file never launchs, and I don’t receive an error. Any ideas? I’m sure the function is being fired.

Moving the launch method into a timer seems to work. Maybe the file isn’t completely downloaded when this event is fired??