I have an client application that is installed in a shared folder on the network.
This application uses an ODBC connection to reach a SQL server.
- I prepare the build VM.
- Prescan
- I create the ODBC connection
- I run a small "local client" installation (basically copies a .ini file to the Windows folder)
- I create a shortcut on the desktop for the application (pointing to the shared folder)
- I run the application, it says it needs to install Crystal Reports runtime, so I let it do so.
- Once installed, I re-run the application and I get to the main menu (it works).
- Postscan (writecopy isolation mode)
After the capture and build, the application starts (i get the splash screen) then dies and a process remains behind (WERFAULT.EXE)
I tried creating a blank build (CMD only) and run the application thru the virtual CMD and same result.
Running log monitor generates nothing that I can decipher (lots of "potential errors" but I don't know how to fix them).
Marc