Hi
I switched from X14 to X15 and now the setup does close the installation dialog.
- turning off "file is self registering" -> works (but does not register the dll)
- turning on "file is self registering" -> blocks (BUT the DLL gets installed)
Looks as the main installer does not notice that the installation (REGSVR) process has finished.
REALLY an urgent problem. I recreated a minimal project from scratch. Exactly the same problem.
Does the "file is self registering" still works for others?
Self Registering DLL - Dialog not closing since X15
-
- Posts: 12
- Joined: Fri Mar 27, 2020 5:11 am
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: Self Registering DLL - Dialog not closing since X15
Can you please post a vary minimal sample project that replicates the issue?
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
-
- Posts: 12
- Joined: Fri Mar 27, 2020 5:11 am
Re: Self Registering DLL - Dialog not closing since X15
as the case was really urgent, I implemented a workaround
BTW: Id I use the syntax with the parameter /s (silent), then I have the same problem as described. The install does block.
I assume, the setup cannot find the handle of the process properly and scans forever that "something" does close.
Code: Select all
...
Set Variable REGSERVEDLL to "#TARGETDIR#\XXXComServer.dll"
Run Program RegSvr32.exe $REGSERVEDLL$, startup in folder $TARGETDIR$ (WAIT)
BTW: Id I use the syntax with the parameter /s (silent), then I have the same problem as described. The install does block.
I assume, the setup cannot find the handle of the process properly and scans forever that "something" does close.
Who is online
Users browsing this forum: No registered users and 114 guests