ws_ftp professional 12.2
Hi, in which tables should i look for any actions or similiar that executes an executable?
setupcapture show a executable and logfiles for visual 2005 c++ redistibutable, and im just playing around learning new stuff. Lets say i wanna rip out everything involving 2005 c++ redistributable from my installation package, and instead add the real msi installer from microsoft for the c++-bit.
I know which files and registy values i need to clean from installation expert, but i need to rip out any data involving this executable from the tables-where should i begin to look ? :)
setupcapture show a executable and logfiles for visual 2005 c++ redistibutable, and im just playing around learning new stuff. Lets say i wanna rip out everything involving 2005 c++ redistributable from my installation package, and instead add the real msi installer from microsoft for the c++-bit.
I know which files and registy values i need to clean from installation expert, but i need to rip out any data involving this executable from the tables-where should i begin to look ? :)
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
anonymous_9363
14 years ago
Posted by:
sunny07
14 years ago
In most vendor msi's the custom action name will refer to vc++ redist..also you can generate the log file and find the custom action which triggers the installation of vc++ redist....
and will be better to comment the custom action by placing zero in the contion column InstallUI sequence/InstallExecute sequence table.
and will be better to comment the custom action by placing zero in the contion column InstallUI sequence/InstallExecute sequence table.
Posted by:
AngelD
14 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.