Hi guys
I am having an application which runs with an Access frontend (*.mde) and has in the background an oracle database.
Up till now the software was only compatible with access 2003 and we had the following installations thinapped:
- Access 2003
- Oracle Client
- Oracle ODBC Connection
- some regkeys
Now the application is compatible with access 2016. Access 2016 is installed on our base image, so we don't need to thinapp access 2016. We only need the Oracle Client, ODBC Connection, Regkeys... but the entry point has to be Access.
For example:
[XYZ.exe]
Source="C:\Program Files (x86)\Microsoft Office\Office16\MSACCESS.EXE" (--> also tried it with %programdir% variable)
WorkingDirectory=\\Server\Share
CommandLine="C:\Program Files (x86)\Microsoft Office\Office16\MSACCESS.EXE" /runtime "\\Server\Share\Access.mde
Shortcuts=%Desktop%
But at the end of the build process I get the Information that it can't find %programdir%\Microsoft Office\Office16\MSACCESS.EXE"
I guess it's looking for this path into the capture folder and not on the physical machine. How can I make this working or is it not possible?
The [Isolation] is set to: DirectoryIsolationMode=Merged
Kind regards
llips