|
I don't know if this is the right place for me to ask this question. Anyway, my question is...
Is there a way for me to validate the dependencies embedded in my Setup package file (Setup.exe/{appname}.msi)?
We're using Softgrid and what the system needs to deploy to TC Server is the Setup file which should be bundled by complete dependencies. From our experiences, there are times or scenario wherein you will only be prompted by dependency error when you are in the middle of the application process (in production); which tells us that some dependency was not included in the setup. To solve or pre-empt the error, I want to know if we can trap that during the creation of setup package. Maybe comparing the setup package against the EXE/DLL file? i don't know, please help.
Thanks in advance.
|