File: env.xml

package info (click to toggle)
cyclonedds 0.10.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,372 kB
  • sloc: ansic: 224,361; perl: 1,904; xml: 1,894; yacc: 1,018; sh: 882; python: 106; makefile: 94
file content (14 lines) | stat: -rw-r--r-- 783 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<CPackWiXPatch>
    <CPackWiXFragment Id="#PRODUCT">
		<Feature Description="This feature adds [PRODUCTNAME] to the windows PATH so libraries can be found." Id="Add_PATH" Title="Add libraries to the PATH variable">
			<Component Id="SetEnvSystem" Directory="TARGETDIR" Guid="">
				<Condition>ADDTOPATH = "System"</Condition>
				<Environment Action="set" Id="Path_System" Name="PATH" Part="last" Permanent="no" System="yes" Value="[INSTALL_ROOT]bin"/>
			</Component>
			<Component Id="SetEnvUser" Directory="TARGETDIR" Guid="">
				<Condition>ADDTOPATH = "User"</Condition>
				<Environment Action="set" Id="Path_User" Name="PATH" Part="last" Permanent="no" System="no" Value="[INSTALL_ROOT]bin"/>
			</Component>
		</Feature>
    </CPackWiXFragment>
</CPackWiXPatch>