Yep just TARGETDIR, every other Directory Element is a child of it or of
one of it's children. Administrative installs for patching put
everything under the specified TARGETDIR & it's the only entry in the
Directory table that has <null> for Directory_Parent when I view the MSI
in instead (can screenshot or provide a link to the MSI to see for
yourself if required).

Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer

-----Original Message-----
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: 03 August 2010 04:53
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Note: 1: 2727 2:

Hmm, random guess. How many Directory elements do you have with no
parent?
Just TARGETDIR or others...?

On Wed, Jul 28, 2010 at 9:27 AM, Pally Sandher
<pally.sand...@iesve.com>wrote:

> I was looking at a log of one of my installers while poking around 
> with something in the InstallUISequence & noticed that the longer it 
> sits in the InstallUISequence, the bigger the log file became. Looking

> through the log I found there are repeated instances of "Note: 1: 2727
2:  "
> throughout it so I ran a new clean instance to log & went quickly 
> through the dialogs from the WelcomeDlg through to the VerifyReadyDlg.
> The log looks like the following:
>
> Action ended 16:24:36: CostFinalize. Return value 1.
> MSI (c) (88:90) [16:24:36:671]: Skipping action: MaintenanceWelcomeDlg

> (condition is false) MSI (c) (88:90) [16:24:36:671]: Skipping action: 
> ResumeDlg (condition is
> false)
> MSI (c) (88:90) [16:24:36:671]: Doing action: WelcomeDlg Action 
> 16:24:36: WelcomeDlg.
> Action start 16:24:36: WelcomeDlg.
> Action 16:24:36: WelcomeDlg. Dialog created MSI (c) (88:4C) 
> [16:24:36:749]: Note: 1: 2205 2:  3: _RemoveFilePath MSI (c) (88:4C) 
> [16:24:36:858]: PROPERTY CHANGE: Modifying CostingComplete property. 
> Its current value is '0'. Its new value: '1'.
> MSI (c) (88:4C) [16:24:36:858]: Note: 1: 2205 2:  3: BindImage MSI (c)

> (88:4C) [16:24:36:858]: Note: 1: 2205 2:  3: ProgId MSI (c) (88:4C) 
> [16:24:36:858]: Note: 1: 2205 2:  3: PublishComponent MSI (c) (88:4C) 
> [16:24:36:858]: Note: 1: 2205 2:  3: SelfReg MSI (c) (88:4C) 
> [16:24:36:858]: Note: 1: 2205 2:  3: Extension MSI (c) (88:4C) 
> [16:24:36:858]: Note: 1: 2205 2:  3: Font MSI (c) (88:4C) 
> [16:24:36:858]: Note: 1: 2205 2:  3: Shortcut MSI (c) (88:4C) 
> [16:24:36:858]: Note: 1: 2205 2:  3: Class MSI (c) (88:4C) 
> [16:24:36:858]: Note: 1: 2727 2:
> Info 2898. WixUI_Font_Title, Tahoma, 238 Action 16:26:11: 
> LicenseAgreementDlg. Dialog created MSI (c) (88:4C) [16:26:12:764]: 
> PROPERTY CHANGE: Adding LicenseAccepted property. Its value is '1'.
> Action 16:26:13: SetupTypeDlg. Dialog created MSI (c) (88:4C) 
> [16:26:13:858]: PROPERTY CHANGE: Adding WixUI_InstallMode property. 
> Its value is 'InstallComplete'.
> MSI (c) (88:4C) [16:26:13:858]: PROPERTY CHANGE: Modifying 
> INSTALLLEVEL property. Its current value is '1'. Its new value:
'1000'.
> MSI (c) (88:4C) [16:26:13:936]: Note: 1: 2727 2:
> Action 16:26:13: VerifyReadyDlg. Dialog created MSI (c) (88:4C) 
> [16:26:14:452]: Note: 1: 2727 2:
> MSI (c) (88:4C) [16:26:14:952]: Note: 1: 2727 2:
> MSI (c) (88:4C) [16:26:15:452]: Note: 1: 2727 2:
> MSI (c) (88:4C) [16:26:15:952]: Note: 1: 2727 2:
> MSI (c) (88:4C) [16:26:16:452]: Note: 1: 2727 2:
> MSI (c) (88:4C) [16:26:16:952]: Note: 1: 2727 2:
> MSI (c) (88:4C) [16:26:17:452]: Note: 1: 2727 2:
> MSI (c) (88:4C) [16:26:17:952]: Note: 1: 2727 2:
>
> Ad inifitum. Log is generated using /l*vx which as far as I know is 
> the highest level of logging available. If I click Install on the 
> VerifyReadyDlg it'll end the WelcomeDlg action & start the ProgressDlg

> which stops the above log spam.
>
> Anyone have any idea what could be causing this continual spam in the 
> log? As you can see from the above it starts before I've even clicked 
> Next on the WelcomeDlg to get to the LicenseAgreementDlg. MSDN says a
> 2727 error is "The directory entry '[2]' does not exist in the 
> Directory table." which makes no sense as there is no value for 2: as 
> you can see above.
>
> This installer does nothing fancy what so ever. It uses WiXUI_Mondo 
> totally unmodified, doesn't consume any of the Visual Studio merge 
> modules etc. All it really does is put a load of data files on the 
> users system & sets a registry value to it's INSTALLLOCATION so our 
> application can find them. It has no ICE warnings at all & has passed 
> the Windows 7 & 2008 platform certification tests (tested by myself 
> first & an external company for Microsoft Partner program 
> certification).
>
> It's not a major issue or even a trivial annoyance, just 
> interested/concerned as to why it's happening.
>
> Thanks,
>
> Palbinder Sandher
> Software Deployment & IT Administrator
> T: +44 (0) 141 945 8500
> F: +44 (0) 141 945 8501
>
> http://www.iesve.com
> **Design, Simulate + Innovate with the <Virtual Environment>** 
> Integrated Environmental Solutions Limited. Registered in Scotland No.
> SC151456
> Registered Office - Helix Building, West Of Scotland Science Park, 
> Glasgow G20 0SP Email Disclaimer
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> ----------------------------------------------------------------------
> -------- The Palm PDK Hot Apps Program offers developers who use the 
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://p.sf.net/sfu/dev2dev-palm
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


--
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------
------
The Palm PDK Hot Apps Program offers developers who use the Plug-In
Development Kit to bring their C/C++ apps to Palm for a share of $1
Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to