[quote]
$launcher = New-Object -com "LogosBibleSoftware.Launcher"
$launcher.LaunchApplication()
do {
Start-Sleep -s 1
Write-Host "." -nonewline
} until ($logos = $launcher.Application)
$ret = $logos.LoadLayout("My Layout")
Write-Host " Done."
The above activates both Logos and Noet, but the LoadLayout method goes to NOET.
In Word the SmartTags options are there, but selecting Replace with Passage just deletes whatever is selected. Hmmm.... May be because NOET isn't fully installed yet?
A repair of Logos doesn't fix the registration. I can't seem to remember or find how to manually restore the COM registration other than that mention in the wiki for Smart Tags. (I was thinking I saw reference a while back to another component that needed to be registered, but ...?)