Hi,

I write a simple wxs file and the results is not quite right.  I look into the 
log and find something strange.  Why WindowsFolder got reset?  I have another 
setup, WindowsFolder is the correct value.  No idea who change it.

Thanks


Joseph

MSI (c) (80:24) [09:54:21:914]: Note: target paths subject to change (via 
custom actions or browsing)
MSI (c) (80:24) [09:54:21:851]: Note: 1: 2205 2:  3: Error
Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (c) (80:24) [09:54:21:914]: PROPERTY CHANGE: Adding TARGETDIR property. Its 
value is 'C:\'.
MSI (c) (80:24) [09:54:21:914]: PROPERTY CHANGE: Modifying WindowsFolder 
property. Its current value is 'C:\WINDOWS\'. Its new value: 'C:\'.
MSI (c) (80:24) [09:54:21:914]: Dir (target): Key: TARGETDIR    , Object: C:\
MSI (c) (80:24) [09:54:21:914]: Dir (target): Key: WindowsFolder        , 
Object: C:\
MSI (c) (C4:48) [10:46:25:353]: Dir (target): Key: MicrosoftNET , Object: 
C:\Microsoft.NET\



    <Directory Id="TARGETDIR" Name="SourceDir">
      <Directory Id="WindowsFolder">
        <Directory Id="MicrosoftNET" Name="Microsoft.NET">
          <Directory Id="FRAMEWORK" Name="Framework">
            <Directory Id="v20" Name="v2.0.50727">
              <Directory Id="NETConfig" Name="Config">
              </Directory>
              <Directory Id="TempASPNET" Name="Temporary ASP.NET Files">
              </Directory>
            </Directory>
          </Directory>
        </Directory>
      </Directory>
    </Directory>

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to