How to hide/silent the setup extractor installation?
Hello,
I have an application named setup.exe. The setup.exe calls the MSI for installation and MSI has DLL custom action(CA) to install the files and other commands.
The DLL CA calls another external exe (extractor) to dropped the files. The name on the installation dialog of exe is WinSFX32 V2.17.0.2.
The problem is I can't run the installation unattended. I tried all switches but no luck.
So I run the MSI in /qn but once the CA triggered the external exe extractor is prompting.
Do you have any suggestions/workaround?
4 Comments
[ + ] Show comments
Answers (0)
Answer Summary:
Please log in to answer
Once extracted, does the installer execute another MSI? If not, capture it *to* an MSI. - anonymous_9363 10 years ago
The DLL CA has the installation parameters to run the extractor. I already ran the extractor manually but the files/folders will dropped in C:\temp it should be on C:\Program Files\AppName and also some of the expected output and configurations are missing.
So I decided to ask on how to run the DLL in CMD so I will capture(repackager) the installation. Prior to that capture I will install first the MSI without the DLL CA and do the pre snapsot after that I will run the DLL CA in CMD then post capture.
I only researched on how to run the DLL.
rundll32.exe <file.dll>,<entrypoint> <parameters> but there's an error.
Thanks everyone. - ajcbasilio 10 years ago