Thanks for the reply. I managed to figure out the include after I posted this, and I was already using the .AddWixFragment. That issue now appears to be gone. However, I now get an error and I am not sure what the cause is or how to go about fixing it.
Now I get the following:
light.exe : error LGHT0001: Failed to save resource. Error: 87
Exception Type: System.IO.IOException
1>
1> Stack Trace:
1> at Microsoft.Deployment.Resources.Resource.Save(IntPtr updateHandle)
1> at Microsoft.Deployment.Resources.ResourceCollection.Save(String file)
1> at Microsoft.Tools.WindowsInstallerXml.Binder.UpdateBurnResources(String bundleTempPath, String outputPath, WixBundleRow bundleInfo)
1> at Microsoft.Tools.WindowsInstallerXml.Binder.BindBundle(Output bundle, String bundleFile)
1> at Microsoft.Tools.WindowsInstallerXml.Binder.Bind(Output output, String file)
1> at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[] args)
I have not tried to resolve it since the weekend, and may just move away from the idea of using a bootstrapper altogether. When I build a raw bootstrapper in Wix 3.10 it seems to work "ok", I just cannot get it to work using WixSharp.
Thanks/
Now I get the following:
light.exe : error LGHT0001: Failed to save resource. Error: 87
Exception Type: System.IO.IOException
1>
1> Stack Trace:
1> at Microsoft.Deployment.Resources.Resource.Save(IntPtr updateHandle)
1> at Microsoft.Deployment.Resources.ResourceCollection.Save(String file)
1> at Microsoft.Tools.WindowsInstallerXml.Binder.UpdateBurnResources(String bundleTempPath, String outputPath, WixBundleRow bundleInfo)
1> at Microsoft.Tools.WindowsInstallerXml.Binder.BindBundle(Output bundle, String bundleFile)
1> at Microsoft.Tools.WindowsInstallerXml.Binder.Bind(Output output, String file)
1> at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[] args)
I have not tried to resolve it since the weekend, and may just move away from the idea of using a bootstrapper altogether. When I build a raw bootstrapper in Wix 3.10 it seems to work "ok", I just cannot get it to work using WixSharp.
Thanks/