First guess is that the Property is not @Secure="yes" so it isn't going from
InstallUISequence to InstallExecuteSequence. Read about
MsiSecureCustomProperties for more details.

On Thu, Nov 12, 2009 at 2:29 AM, Dominique Louis <
dominique.lo...@amxeurope.com> wrote:

> Hi all,
>  I have the following Property defined...
> <Property Id="PREREQ_IISMST" Value="IIS Management and Script Tools"/>
>
> Then during the InstallUISequence, After CostFinalize, I change this
> value in VBScript to either
> Session.Property("PREREQ_IISMST") = "IIS Management and Script Tools and
> IIS 6 Compatibility Installed."
> When it's IIS7 Or just...
> Session.Property("PREREQ_IISMST") = "IIS Management and Script Tools
> Installed."
> For IIS5 & 6.
>
> The log file contains the correct PREREQ_IISMST value, so I know the
> change is taking place, but the ListView I am using only ever displays
> the original compile time value of "IIS Management and Script Tools".
> The ListView is only ever populated and shown after this value is set.
>
> What am I missing or doing wrong?
>
> DOMINIQUE LOUIS | IS DEVELOPER, AMX DIGITAL MEDIA GROUP
> AMX UK| 6TH FLOOR SALISBURY HOUSE,| LONDON WALL | LONDON | EC2M 5QQ
> AMX
>
> AMX UK
> Auster Road
> Clifton Moor
> York, North Yorkshire
> United Kingdom
> YO30 4GD
>
> +44 (0) 1904 343100     office
> +44 (0) 1904 343101     fax
>
> AMX South
> 6th Floor Salisbury House
> London Wall
> London
> United Kingdom
> EC2M 5QQ
>
> +44 (0) 2076 529450     office
> +44 (0) 8701 991661     fax
>
> AMX Belgium
> Boerenkrijglaan, 96a
> B-2260
> Westerlo
> Belgium
>
>
> + 32 (0) 1454 2763      office
> + 32 (0) 1454 2766      fax
>
> ######################################################################
> Attention:
> This e-mail message is privileged and confidential. If you are not the
> intended recipient please delete the message and notify the sender.
> Any views or opinions presented are solely those of the author.
>
> This email was scanned and cleared by NetIQ MailMarshal.
> ######################################################################
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to