windows - InnoSetup is not restarting the closed applications -
i working on installer using innosetup 5.5.6. application clr windows forms application compiled vs2013. installer , application works succesfully. however, wanted check behaviour of installer when app running. mentioned in innosetup documentation installer warns user running application , says close , attempt restart it. closes application succesfully , completes installation application not restarted!
i tried /restartapplications argument has no effect!
any suggestions or hints can follow?
here log:
2015-09-30 16:12:22.711 log opened. (time zone: utc+03:00) 2015-09-30 16:12:22.711 setup version: inno setup version 5.5.6 (a) 2015-09-30 16:12:22.711 original setup exe: d:\software development\projects\tools\online updater\setup\setup_onlineupdater.exe 2015-09-30 16:12:22.711 setup command line: /sl5="$3d0374,14051236,422400,d:\software development\projects\tools\online updater\setup\setup_onlineupdater.exe" /restartapplications /log="c:\log.txt" 2015-09-30 16:12:22.711 windows version: 6.1.7601 sp1 (nt platform: yes) 2015-09-30 16:12:22.711 64-bit windows: yes 2015-09-30 16:12:22.711 processor architecture: x64 2015-09-30 16:12:22.711 user privileges: administrative 2015-09-30 16:12:22.711 64-bit install mode: yes 2015-09-30 16:12:24.027 created temporary directory: c:\users\sozmen\appdata\local\temp\is-79dg1.tmp 2015-09-30 16:12:32.506 restartmanager found application using 1 of our files: online updater 2015-09-30 16:12:32.506 can use restartmanager avoid reboot? yes (0) 2015-09-30 16:12:33.574 starting installation process. 2015-09-30 16:12:33.577 shutting down applications using our files. 2015-09-30 16:12:33.624 directory uninstall files: c:\program files\xxx\online updater\uninstall 2015-09-30 16:12:33.624 append existing uninstall log: c:\program files\xxx\online updater\uninstall\unins000.dat 2015-09-30 16:12:33.627 -- file entry -- 2015-09-30 16:12:33.627 dest filename: c:\program files\xxx\online updater\uninstall\unins000.exe 2015-09-30 16:12:33.627 non-default bitness: 32-bit 2015-09-30 16:12:33.629 time stamp of our file: 2015-09-30 16:12:22.598 2015-09-30 16:12:33.629 dest file exists. 2015-09-30 16:12:33.629 time stamp of existing file: 2015-09-30 16:10:18.333 2015-09-30 16:12:33.629 version of our file: 51.52.0.0 2015-09-30 16:12:33.629 version of existing file: 51.52.0.0 2015-09-30 16:12:33.629 installing file. 2015-09-30 16:12:33.634 uninstaller requires administrator: yes 2015-09-30 16:12:33.639 leaving temporary file in place now. 2015-09-30 16:12:33.639 -- file entry -- 2015-09-30 16:12:33.640 dest filename: c:\program files\xxx\online updater\change.log 2015-09-30 16:12:33.640 time stamp of our file: 2015-09-17 17:22:28.000 2015-09-30 16:12:33.640 dest file exists. 2015-09-30 16:12:33.640 time stamp of existing file: 2015-09-17 17:22:28.000 2015-09-30 16:12:33.640 version of our file: (none) 2015-09-30 16:12:33.640 version of existing file: (none) 2015-09-30 16:12:33.640 installing file. 2015-09-30 16:12:33.644 installed file. 2015-09-30 16:12:33.644 -- file entry -- 2015-09-30 16:12:33.644 dest filename: c:\users\sozmen\appdata\local\xxx\applications.xml 2015-09-30 16:12:33.645 time stamp of our file: 2015-09-30 12:34:22.000 2015-09-30 16:12:33.645 dest file exists. 2015-09-30 16:12:33.645 time stamp of existing file: 2015-09-30 12:34:22.000 2015-09-30 16:12:33.645 version of our file: (none) 2015-09-30 16:12:33.645 version of existing file: (none) 2015-09-30 16:12:33.645 installing file. 2015-09-30 16:12:33.647 installed file. 2015-09-30 16:12:33.648 -- file entry -- 2015-09-30 16:12:33.648 dest filename: c:\program files\xxx\online updater\onlineupdater.exe 2015-09-30 16:12:33.648 time stamp of our file: 2015-09-30 15:58:12.000 2015-09-30 16:12:33.648 dest file exists. 2015-09-30 16:12:33.648 time stamp of existing file: 2015-09-30 15:58:12.000 2015-09-30 16:12:33.648 version of our file: 1.0.4489.23 2015-09-30 16:12:33.649 version of existing file: 1.0.4489.23 2015-09-30 16:12:33.649 same version. skipping. 2015-09-30 16:12:33.649 -- icon entry -- 2015-09-30 16:12:33.650 dest filename: c:\users\public\desktop\xxx online updater.lnk 2015-09-30 16:12:33.650 creating icon. 2015-09-30 16:12:33.662 created icon. 2015-09-30 16:12:33.743 installation process succeeded. 2015-09-30 16:12:33.744 attempting restart applications. 2015-09-30 16:12:33.800 need restart windows? no 2015-09-30 16:12:36.118 deinitializing setup. 2015-09-30 16:12:36.125 log closed.
Comments
Post a Comment