Doing a fresh install to upgrade to 9.6 and am getting an error at the Creating LANDESK Fuse web service step.
<code>
2015-02-23 10:11:32 INFO: WPF Rendering changed to SoftwareOnly. (App.OnStartup())
2015-02-23 10:11:32 INFO: Using IProductSetup from file: C:\LANDeskSoftware960\Resources\LANDesk.Install.LDMS.dll (SetupController.Initialize())
2015-02-23 10:11:32 INFO: Loading Assembly file: C:\LANDeskSoftware960\Resources\LANDesk.Install.LDMS.dll (SetupController.Initialize())
2015-02-23 10:11:33 INFO: Create Product Setup instance. (SetupController.Initialize())
2015-02-23 10:11:33 INFO: Starting Setup.exe (SetupController.Initialize())
2015-02-23 10:11:33 INFO: Setup was launched with the following command line: (App.OnStartup())
2015-02-23 10:11:33 INFO: Deserializing XML for object type Setup.Common.Xml.SetupXml (SetupXmlReader.ReadXml())
2015-02-23 10:11:33 INFO: Deserializing XML for object type Setup.Common.Xml.SetupXml (SetupXmlReader.ReadXml())
2015-02-23 10:11:33 INFO: Deserializing XML for object type Setup.Common.Xml.SetupXml (SetupXmlReader.ReadXml())
2015-02-23 10:11:33 INFO: Install Action: Install (ProductController.Start())
2015-02-23 10:11:33 INFO: Deserializing XML for object type Setup.Common.Xml.SetupXml (SetupXmlReader.RefreshXml())
2015-02-23 10:11:33 INFO: Serializing XML type: Setup.Common.Xml.SetupXml (SetupController.WriteXml())
2015-02-23 10:11:33 INFO: Serializing XML type: Setup.Common.Xml.SetupXml (SetupController.WriteXml())
2015-02-23 10:11:33 INFO: Executing command CreateBridgeITInstance (SetupController.ExecuteNextCommand())
2015-02-23 10:11:33 INFO: Executing: C:\LANDeskSoftware960\Resources\LANDesk.Common.RunMethod.exe assemblyFile="LANDesk.Install.LDMS.Actions.dll" class="BridgeIT" Method="CreateInstance" commandLine="FuseCommand" (Launcher.ExecuteXmlCommand())
2015-02-23 10:11:33 INFO: Notifying ProcessBegin: C:\LANDeskSoftware960\Resources\LANDesk.Common.RunMethod.exe (Launcher.ExecuteXmlCommand())
2015-02-23 10:11:33 ERROR: Execution of CreateBridgeITInstance completed. Return code: 1, State: Failure (SetupController.ExecuteNextCommand())
2015-02-23 10:11:33 INFO: Serializing XML type: Setup.Common.Xml.SetupXml (SetupController.WriteXml())
</code>
Tried the answer from this post
and still did not work.