Configuration Files

<MsiWrapper>

  <Installer> 

    <IconFile Detect=”” Value=”..\..\GUI\program.ico” />

<Output Pattern=”(.*)(\.exe)” Replace=”$1_silent.msi” FileName=”” />

    <UpgradeCode Value=”cb867bcb-59a2-498f-a4a1-4577ab9c1c10″ />

    <Manufacturer Detect=”executable” Value=”” />

    <ProductVersion Detect=”executable” Value=”” />

    <ProductName Detect=”executable” Value=”” />

    <Comments Detect=”” Value=”” />

    <Contact Detect=”” Value=”” />

    <HelpLink Detect=”” Value=”http://www.bullzip.com” />

    <UpdateLink Detect=”” Value=”http://www.bullzip.com” />

    <AboutLink Detect=”” Value=”http://www.bullzip.com” />

  </Installer>

  <WrappedInstaller>

    <Executable Pattern=”_\d+_\d+_\d+_\d+_C\.exe” ScanMethod=”MaxString” ScanPattern=”_\d+_\d+_\d+_\d+” FileName=”..\output\*.exe” />

    <ApplicationId Value=”Bullzip PDF Printer_is1″ />

    <Install>

      <Arguments Value=”/SourceDir=. /VERYSILENT” />

    </Install>

    <Uninstall>

      <Arguments Value=”/VERYSILENT” />

    </Uninstall>

  </WrappedInstaller>

</MsiWrapper>