I am trying to change our windows client default attribute when opening Laserfiche Scanning from Universal Capture to ScanConnect. Does anyone know if this is possible? Looks like it should be if you modify the attribute. I'm looking at the [Scanning-Windows User]ScanEngine-Computer Name.
Question
Question
Replies
Yes, that's the correct attribute.
What do I need to change so ScanConnect is always the default when I go in and modify the attribute? I made the following changes but it is not working correctly.
<EngineManager Type="Laserfiche.BatchProcessor.Processes.Proxies.ScanConnectProxy, Laserfiche.BatchProcessor.Processes, Version=9.1.0.0, Culture=neutral, PublicKeyToken=35de22b2ae3b724a"><Engine Name="ScanConnect" ProgID="ScanConnectClient91.BPEngineEx.1">
<PropertyBag Version="710" Size="6">
<Property Name="COLORFORMAT" Type="Integer">
<Data>2</Data>
</Property>
<Property Name="OUTPUTDIRECTORY" Type="String">
<Data>C:\Users\plake\AppData\Local\Temp\Laserfiche Scanning</Data>
</Property>
<Property Name="PAPERSIZE" Type="Long">
<Data>268435456</Data>
</Property>
<Property Name="PAPERSIZESTRING" Type="String">
<Data />
</Property>
<Property Name="PAPERSOURCE" Type="Integer">
<Data>4</Data>
</Property>
<Property Name="SINGLEPAGE" Type="Bool">
<Data>0</Data>
</Property>
</PropertyBag>
</Engine></EngineManager>