mirror of
https://github.com/ckaczor/WixBalExtensionExt.git
synced 2026-01-14 01:25:43 -05:00
9 lines
470 B
XML
9 lines
470 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>WixBalExtensionExt</id>
|
|
<version>1.0.0</version>
|
|
<description>A fork of of the extended WiX bootstrapper Application that adds options to automatically launch the installed application when running in either passive or quiet modes.</description>
|
|
<authors>Chris Kaczor</authors>
|
|
</metadata>
|
|
</package> |