I am trying to build an update. From the tutorial I gathered that I must
invoke msiexec directly and with the following arguments:

 

MSI (c) (98:2C) [20:15:42:978]: Command Line: REINSTALL=ALL
REINSTALLMODE=vomus

 

 

The installation proceeded without my custom dialog. The service that was
originally installed was not stopped. The SQL scripts that are part of the
installation were not run. Plus looking at the log I see a number of lines
like:

 

MSI (s) (CC:28) [20:15:46:322]: The file represented by File table key
'ServiceBsiOrders' has no eligible binary patches

MSI (s) (CC:28) [20:15:46:322]: The file represented by File table key
'ServiceOrderObjectMappings' has no eligible binary patches

MSI (s) (CC:28) [20:15:46:322]: The file represented by File table key
'ServiceOrderPipelineMappings' has no eligible binary patches

MSI (s) (CC:28) [20:15:46:322]: The file represented by File table key
'ServiceCommerceServerInternal' has no eligible binary patches

 

How do I make these files "eligible"?

 

Also how do I let the installer know that the SQL scripts should be run as
part of the update? Since one of the items that the person doing the
installation inputs is the name(s) of the SQL server are those values
somehow persisted? There are some default values in the .msi but I would not
want to use those.

 

I realize that I am relatively new to the patching and upgrading of
installations but any suggestions or ideas would be greatly appreciated.

 

Thank you.

 

Kevin

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to