Bob

Thanks for your reply.

I have found the problem and it is that I was not setting the Secure
attribute on the property that stored the location of the Notes
installation.  By doing this all my issues went away.

Sometimes, a person merely needs someone to point them to a spot in the log
to start.  When I looked in the log around InstallValidate, I could see that
my properties NOTESPATH and NOTESINSTALLED were completely wrong on Vista.
Further searching found the lines:

  Ignoring disallowed property NOTESPATH
  Ignoring disallowed property NOTESINSTALLED

Of course this lead me to the Secure attribute that fixed everything...

Thanks, Bob!


On Mon, Apr 21, 2008 at 11:38 PM, Bob Arnson <[EMAIL PROTECTED]> wrote:

> John Lalande wrote:
>
> > Unfortunately, setting the feature to 'Will be installed on local hard
> > drive' and finishing the install does not install the feature.  I have
> > looked at the file system and none of the associated files are there.
> >  Subsequent maintenance installs show the feature not installed.  Looking at
> > the log using WiLogUtil shows no errors.
> >
> > Is there anything I should be looking for to resolve this issue?  I
> > should mention that I have another feature that is not defined as a
> > sub-feature and it will install during a maintenance install when not
> > installed during the initial installation.
> >
>
> Are the feature attributes otherwise the same? A verbose log around the
> InstallValidate action will show the actions MSI plans to take for each
> feature (and component).
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to