|
|
#1 |
|
Junior Member
Join Date: Mar 2007
Posts: 3
|
Problem with auto installer
Hi all,
I have written a DirectX filter and am using NSIS to install the filter. I have written an installer which supports automatic updates. Whenever the filter is loaded, it launches the NSIS updater that I have written. The updater will check for updates and download/install the updates. The problem that I am facing right now is, the filter is launched by external applications. So when I am installing updates, the filter is still held by the external application and so I cannot overwrite any updates of the filter. How can I resolve this issue ? Thanks |
|
|
|
|
|
#2 |
|
Junior Member
|
Try the /REBOOTOK parameter with the RENAME instruction.
It should overwrite it in this way after the reboot. I hope this will work! |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Mar 2007
Posts: 3
|
Thanks for the suggestion. That is one option.
But I would like to solve the issue without reboot. Are there any more suggestions ? |
|
|
|
|
|
#4 | |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
Quote:
Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Mar 2007
Posts: 3
|
How can I close the external application from the installer without killing the process.
|
|
|
|
|
|
#6 |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
I suppose the user should close the application.
Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|