|
|
#1 |
|
Junior Member
Join Date: Aug 2005
Posts: 11
|
hi,
just begun working with nsis. its really nice to work with, especially with EclipseNSIS. first off all thx for these great tools! in my installer i'm checking if acrobat reader is installed. if not, i start the installation with ExecWait. the problem is that the newest acrobat installer launches 2 processes. the first process invoked by me is AcrReader.exe This process ends and the Reader installation is continued with the msiexec.exe process. thus my installation continues during the main reader-instalaltion 'cause AcrReader.exe ended. how i can observe these 2 processes? nothing found so far. need to wait until the 2nd process returns. cheers Daniel |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Jul 2004
Posts: 36
|
Hi ShakerWD,
you should be able to monitor msiexec.exe, and any other process for that matter, with the "FindProcDLL" plug-in. Don't remember if it's in standard NSIS install tho. Hope this helps, KenA |
|
|
|
|
|
#3 |
|
Guest
Posts: n/a
|
when you launch the exe does it begin to decompress acrobat reader ?
if yes - unpack it your self and lauch the msi directly. hope it helps. OJi. |
|
|
|
#4 | ||
|
Junior Member
Join Date: Aug 2005
Posts: 11
|
Quote:
Quote:
thx for your replies cheers Daniel |
||
|
|
|
|
|
#5 |
|
Major Dude
Join Date: Feb 2004
Location: Moscow, Russia
Posts: 1,222
|
You can launch Acrobat setup at the end on installation (last section, for example) and finish your installer instead of waiting. NSIS 'finish' page must be omitted this case - see finPre function in the attached script. I did this trick for .NET 1.1 installation because it may require reboot (if replaces 1.0). Attached script is draft only, it searchs $EXEDIR for 2 additional predefined setup files (dotnetfx and 'components' package) and (if any) displays sections page (editor itself not requires sections). Hides itself during 'components' package installation (SEC_2).
|
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Aug 2005
Posts: 11
|
thx takhir,
solved it this way. searched the unpacked files. added them to installer. starting installation with PHP Code:
thx for your replies |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|