| Index: remoting/tools/candle_and_light.py
|
| diff --git a/remoting/tools/candle_and_light.py b/remoting/tools/candle_and_light.py
|
| index 056bffd441db94a010ab4b142a2bb9e5c4ca8a1d..74a2572da187e983ce37d3b464e76f452194ed66 100755
|
| --- a/remoting/tools/candle_and_light.py
|
| +++ b/remoting/tools/candle_and_light.py
|
| @@ -23,6 +23,7 @@ def main():
|
| parser = OptionParser()
|
| parser.add_option('--wix_path', dest='wix_path')
|
| parser.add_option('--version', dest='version')
|
| + parser.add_option('--controller_clsid', dest='controller_clsid')
|
| parser.add_option('--product_dir', dest='product_dir')
|
| parser.add_option('--intermediate_dir', dest='intermediate_dir')
|
| parser.add_option('--sas_dll_path', dest='sas_dll_path')
|
| @@ -42,6 +43,7 @@ def main():
|
| '-ext "%(wix_path)s\\WixFirewallExtension.dll" '
|
| '-ext "%(wix_path)s\\WixUIExtension.dll" '
|
| '-ext "%(wix_path)s\\WixUtilExtension.dll" '
|
| + '"-dControllerClsid="%(controller_clsid)s"" '
|
| '-dVersion=%(version)s '
|
| '"-dFileSource=%(product_dir)s" '
|
| '-dIconPath=resources/chromoting.ico '
|
|
|