There are no more instances of "reboot" other than the two I cited and no
instances of "restart".

As an experiment, I tried another, much smaller WiX-based installer I
created.  Same behavior.

As another experiment, I tried Orca.  It certainly prompted me to reboot (if
any MSI installer is going to behave, I guess it would be Orca).

My final experiment was to implement the tutorial example at
http://www.tramontana.co.hu/wix/lesson1.php.  Believe it or not, also did
not prompt me for a reboot.  I also logged this uninstall and found the same
two similar lines as in my app's uninstall:

MSI (s) (B4:74) [07:21:22:937]: Scheduling file
'C:\WINDOWS\Installer\1f6f1.msi' for deletion during post-install cleanup
(not post-reboot).

and

MSI (s) (B4:74) [07:21:22:968]: Scheduling file 'C:\Documents and
Settings\jlalande\Application
Data\Microsoft\Installer\{27DA485E-B001-4C9E-BAC4-F846034E86EF}\Foobar10.exe'
for deletion during post-install cleanup (not post-reboot).

Almost half way through the log his set of lines also appeared (don't know
if they have any meaning):

MSI (s) (B4:74) [07:21:15:937]: Note: 1: 2205 2:  3: Error
MSI (s) (B4:74) [07:21:15:937]: Note: 1: 2228 2:  3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 1607
MSI (s) (B4:74) [07:21:15:937]: Note: 1: 2205 2:  3: Error
MSI (s) (B4:74) [07:21:15:937]: Note: 1: 2228 2:  3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 1603
MSI (s) (B4:74) [07:21:15:937]: 1 application(s) had been reported to have
files in use.
Info 1603. The file C:\Program Files\Acme\Foobar 1.0\FoobarAppl10.exe is
being held in use by the following process: Name: FoobarAppl10, Id: 5400,
Window Title: '(not determined yet)'.  Close that application and retry.
MSI (c) (34:8C) [07:21:15:937]: Font created.  Charset: Req=0, Ret=0, Font:
Req=MS Shell Dlg, Ret=MS Shell Dlg

and the log completed with this:

Action ended 7:21:23: InstallFinalize. Return value 1.
Action ended 7:21:23: INSTALL. Return value 1.
MSI (s) (B4:74) [07:21:23:375]: Note: 1: 1724
MSI (s) (B4:74) [07:21:23:375]: Note: 1: 2205 2:  3: Error
MSI (s) (B4:74) [07:21:23:375]: Note: 1: 2228 2:  3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 1724
MSI (s) (B4:74) [07:21:23:375]: Note: 1: 2205 2:  3: Error
MSI (s) (B4:74) [07:21:23:375]: Note: 1: 2228 2:  3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 1709
MSI (s) (B4:74) [07:21:23:375]: Product: Foobar 1.0 -- Removal completed
successfully.

MSI (s) (B4:74) [07:21:23:375]: Cleaning up uninstalled install packages, if
any exist
MSI (s) (B4:74) [07:21:23:375]: Post-install cleanup: removing installer
file 'C:\WINDOWS\Installer\1f6f1.msi'
MSI (s) (B4:74) [07:21:23:375]: Post-install cleanup: removing installer
file 'C:\Documents and Settings\jlalande\Application
Data\Microsoft\Installer\{27DA485E-B001-4C9E-BAC4-F846034E86EF}\Foobar10.exe'
MSI (s) (B4:74) [07:21:23:515]: Post-install cleanup: removing installer
folder 'C:\Documents and Settings\jlalande\Application
Data\Microsoft\Installer\{27DA485E-B001-4C9E-BAC4-F846034E86EF}\' (if empty)

MSI (s) (B4:74) [07:21:23:546]: MainEngineThread is returning 0
=== Logging stopped: 11/22/2006  7:21:23 ===
MSI (c) (34:78) [07:21:23:562]: Decrementing counter to disable shutdown. If
counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (c) (34:78) [07:21:23:562]: MainEngineThread is returning 0
=== Verbose logging stopped: 11/22/2006  7:21:23 ===

To complete this last experiment, I rebooted and confirmed that the files
that were in use (in this case FoobarAppl10.exe) were not removed on reboot.


On 11/22/06, Bob Arnson < [EMAIL PROTECTED]> wrote:

John Lalande wrote:
> MSI (s) (28:F8) [01:13:38:389]: Scheduling file
> 'C:\WINDOWS\Installer\280e0aa.msi' for deletion during post-install
> cleanup (not post-reboot).

Are there any other instance of "reboot" or "restart"? It's possible --
though unlikely -- that some custom action or merge module set one of
the reboot properties.

--
sig://boB
http://bobs.org



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to