Hi

 

> "FileSearch" is executed by the "AppSearch" action. That should be in the

> log file.

 

This is what I've expected, too... I'm using WiX 3.6.2102.0 and also tried
it with 3.6.1922.0. I'm using 3.6 for WixRemoveFoldersEx.

 

 

Here is my "InstallExecuteSequence" table:

 

FindRelatedProducts          25

PreventDowngrading      NEWPRODUCTFOUND   26

AppSearch         50

ValidateProductID       700

WixRemoveFoldersEx           799

CostInitialize          800

FileCost          900

CostFinalize            1000

InstallValidate         1400

InstallInitialize       1500

UninstallApplication_Cmd     REMOVE ~= "ALL"   1501

UninstallApplication    REMOVE ~= "ALL"   1502

ProcessComponents       1600

UnpublishFeatures       1800

RemoveRegistryValues         2600

RemoveShortcuts         3200

RemoveFiles       3500

WixSchedInternetShortcuts    VersionNT > 400   3599

RemoveFolders           3600

CreateFolders           3700

MoveFiles         3800

InstallFiles            4000

CreateShortcuts         4500

WixRollbackInternetShortcuts VersionNT > 400   4501

WixCreateInternetShortcuts   VersionNT > 400   4502

WriteRegistryValues          5000

RegisterUser            6000

RegisterProduct         6100

PublishFeatures         6300

PublishProduct          6400

InstallFinalize         6600

RemoveExistingProducts       6601

 

 

 

Log from command line /qb:

 

MSI (s) (F4:B8) [23:22:59:530]: Skipping action: PreventDowngrading
(condition is false)

MSI (s) (F4:B8) [23:22:59:530]: Doing action: AppSearch

Action ended 23:22:59: FindRelatedProducts. Return value 1.

Action start 23:22:59: AppSearch.

MSI (s) (F4:B8) [23:22:59:531]: Note: 1: 1402 2:
HKEY_LOCAL_MACHINE32\SOFTWARE\My Company\ My Product 3: 2 

MSI (s) (F4:B8) [23:22:59:531]: Note: 1: 1322 2:  

MSI (s) (F4:B8) [23:22:59:531]: Note: 1: 1322 2:  

MSI (s) (F4:B8) [23:22:59:531]: Note: 1: 1322 2:  

MSI (s) (F4:B8) [23:22:59:531]: Note: 1: 1322 2:  

MSI (s) (F4:B8) [23:22:59:532]: Note: 1: 1402 2:
HKEY_LOCAL_MACHINE32\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\My
Product 3: 2 

MSI (s) (F4:B8) [23:22:59:533]: Doing action: ValidateProductID

Action ended 23:22:59: AppSearch. Return value 1.

Action start 23:22:59: ValidateProductID.

MSI (s) (F4:B8) [23:22:59:533]: Doing action: WixRemoveFoldersEx

Action ended 23:22:59: ValidateProductID. Return value 1.

 

 

Log from interactive setup:

 

MSI (c) (80:FC) [21:56:52:359]: Skipping action: PreventDowngrading
(condition is false)

MSI (c) (80:FC) [21:56:52:359]: Doing action: PrepareDlg

Action 21:56:52: PrepareDlg. 

Action start 21:56:52: PrepareDlg.

MSI (c) (80:34) [21:56:52:362]: Note: 1: 2205 2:  3: Error 

MSI (c) (80:34) [21:56:52:362]: Note: 1: 2228 2:  3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 2898 

Info 2898.For WixUI_Font_Normal textstyle, the system created a 'Tahoma'
font, in 0 character set, of 13 pixels height.

MSI (c) (80:34) [21:56:52:363]: Note: 1: 2205 2:  3: Error 

MSI (c) (80:34) [21:56:52:363]: Note: 1: 2228 2:  3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 2898 

Info 2898.For WixUI_Font_Bigger textstyle, the system created a 'Tahoma'
font, in 0 character set, of 19 pixels height.

Action 21:56:52: PrepareDlg. Dialog created

Action ended 21:56:52: PrepareDlg. Return value 1.

MSI (c) (80:FC) [21:56:52:380]: Doing action: AppSearch

Action 21:56:52: AppSearch. Searching for installed applications

Action start 21:56:52: AppSearch.

AppSearch: Property: APPLICATIONFOLDER, Signature:
APPLICATIONFOLDER_REGSEARCH

MSI (c) (80:FC) [21:56:52:383]: Note: 1: 1402 2:
HKEY_LOCAL_MACHINE32\SOFTWARE\My Company\My Product 3: 2 

AppSearch: Property: CUSTOM_PRE_CONFIGURATION, Signature: FileSearch

MSI (c) (80:FC) [21:56:52:384]: Note: 1: 1322 2:  

MSI (c) (80:FC) [21:56:52:384]: Note: 1: 1322 2:  

MSI (c) (80:FC) [21:56:52:384]: PROPERTY CHANGE: Adding
CUSTOM_PRE_CONFIGURATION property. Its value is 'D:\Build\WiX\Work\My
Product\ReleaseDir\foo.db'.

AppSearch: Property: NSIS_INSTALL_EXISTS, Signature:
NSIS_INSTALL_EXISTS_REGSEARCH

MSI (c) (80:FC) [21:56:52:385]: Note: 1: 1402 2:
HKEY_LOCAL_MACHINE32\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\My
Product 3: 2 

Action ended 21:56:52: AppSearch. Return value 1.

MSI (c) (80:FC) [21:56:52:386]: Doing action: ValidateProductID

Action 21:56:52: ValidateProductID. 

 

 

There are major differences as you can see, but I have no idea why there
should be differences between /qb and interactive install. I'm pretty lost
here...

 

 

Regards

Marc

------------------------------------------------------------------------------
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT 
space for its ease of implementation, lower cost, and increased 
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to