C# Class WixSharp.AutoGenerationOptions

This class holds the settings for Wix# XML auto-generation: generation of WiX XML elements, which do not have direct representation in the Wix# script. The detailed information about Wix# auto-generation can be found here: http://www.csscript.net/WixSharp/ID_Allocation.html.
ファイルを表示 Open project: Eun/WixSharp

Public Properties

Property Type Description
InstallDirDefaultId string
Map64InstallDirs bool

Property Details

InstallDirDefaultId public_oe property

directories specified indirectly (e.g. by Shortcut working directory)
public string InstallDirDefaultId
return string

Map64InstallDirs public_oe property

Flag indicating if all system folders (e.g. %ProgramFiles%) should be auto-mapped into their x64 equivalents when 'project.Platform = Platform.x64'
public bool Map64InstallDirs
return bool