I have a need to update registry settings prior to launch of InfoMaker. I am wondering if there is some way built into the product to have it automatically run some PB code or external script at launch.
I have two ideas:
Point the shortcut to a script that does the registry updates and then launches IM.
Create a program in PB that does the registry updates. Rename the IM exe to something else and have the PB app be the name of the IM exe. The PB app would then launch the renamed IM executable.