Avoiding automatic launch of PdfPro6Hook.exe when installing Nuance PDF Professional 6
Nuance PDF Professional 6 can be installed silently by the use of either ISX_SERIALNUM=XXXXX-XXX-XXXX-XXXX-XX USERNAME=BlaBlaBla in the msiexec commandline or by creating a mst file which adds them to the property table for the Nuance PDF Professional 6.msi file, but sadly it's hardcoded (into the MSI I'm guessing) that at the end, it must launch PdfPro6Hook.exe for activation.
Any pointer to how I'll disable to automatic launch of PdfPro6Hook.exe. I have tried to remove PdfPro6Hook.exe from the File table in the MSI, but that is not enough. Where else should I look?
Thanks :)
Any pointer to how I'll disable to automatic launch of PdfPro6Hook.exe. I have tried to remove PdfPro6Hook.exe from the File table in the MSI, but that is not enough. Where else should I look?
Thanks :)
0 Comments
[ + ] Show comments
Answers (3)
Answer Summary:
Please log in to answer
Posted by:
Erroneus
12 years ago
Posted by:
RaginX
12 years ago
If you cant avoid launching the exe, maybe you want kill it immediately after installation via script?
Comments:
-
This will not solve it and is not a recommended way.. - piyushnasa 12 years ago
-
That was my though to, but my problem is, that the install isn't marked as "completed" before PdfPro6Hook.exe has been killed, so it's hard to time it. - Erroneus 12 years ago
Posted by:
piyushnasa
12 years ago
There would be a Custom Action at the end of sequence, probably after InstallFinalize which is launching this exe.
Disable that custom action by adding changing the condition to 0 (zero)
Disable that custom action by adding changing the condition to 0 (zero)
Comments:
-
I've been through the MSI file now many times and while I can find references to the file and alias for it, removing them does nothing :| - Erroneus 12 years ago