Hi,

I am creating a new platform wizard XML file and need to preset some build
environment variables. Within the DefaultSettings section of the XML file, I
am using the following syntax and it doesn't seem to work.

<BuildEnvVar Name="INCLUDE_ME" Value="1" />

What am I doing wrong?

Thanks in advance.

RE: NewPlatformWizard XML file by MP

MP
Thu Mar 31 04:29:03 CST 2005

Wonderfull,
I have the same problem!

I have copied the Internet_Appliance.xml file to MyWizard.xml
and I have add the following entries:

<!-- Hive-based Registry -->
<Component IncludeComponent="AFE34E2D-4874-4AD5-9221-7B02B79E972A" />
<BuildEnvVar Name="PRJ_ENABLE_FSREGHIVE" Value="1" />

before </DefaultSettings>
I don't understand why does not work!




"gchiu_b2" wrote:

> Hi,
>
> I am creating a new platform wizard XML file and need to preset some build
> environment variables. Within the DefaultSettings section of the XML file, I
> am using the following syntax and it doesn't seem to work.
>
> <BuildEnvVar Name="INCLUDE_ME" Value="1" />
>
> What am I doing wrong?
>
> Thanks in advance.