我只是猜测以下内容将设置 sLocalSourcePath 将在其中部署 Payload 并由Burn进一步执行,而不是在某个 Temp 文件夹中执行此操作。
Engine.SetLocalSource(sPackageId, sPayloadId, sLocalSourcePath)
如果是,那么在哪个事件下,应该调用它?
我只是猜测以下内容将设置 sLocalSourcePath 将在其中部署 Payload 并由Burn进一步执行,而不是在某个 Temp 文件夹中执行此操作。
Engine.SetLocalSource(sPackageId, sPayloadId, sLocalSourcePath)
如果是,那么在哪个事件下,应该调用它?
SetLocalSource
lets the Bootstrapper Application tell the engine where it can find the source of a specific payload or package.
It is not possible for a BA to modify the location of the package cache. There is a feature request open that would allow the user to relocate it (which would apply to all bundles).