controlpanel.wxi 1.2 KB

1234567891011121314151617181920212223242526
  1. <Include>
  2. <Property Id="ARPCOMMENTS" Value="!(loc.TagLine)" />
  3. <!--Property Id="ARPCONTACT" Value="Put your contact name in here" /-->
  4. <Property Id="ARPPRODUCTICON" Value="openMSXIcon" />
  5. <Property Id="ARPURLINFOABOUT" Value="!(loc.Website)" />
  6. <!--Property Id="ARPREADME" Value="Your README link" /-->
  7. <!--Property Id="ARPURLINFOABOUT" Value="Your &apos;About&apos; information" /-->
  8. <Property Id="ARPURLUPDATEINFO" Value="!(loc.Website)" />
  9. <Property Id="ARPHELPLINK" Value="!(loc.Website)" />
  10. <!--Property Id="ARPHELPTELEPHONE" Value="URL where users can find your support phone number" /-->
  11. <!--Property Id="ARPAUTHORIZEDCDFPREFIX" Value="URL of the update channel for the application" /-->
  12. <!--Property Id="ARPSIZE" Value="3" /-->
  13. <!--Property Id="ARPNOMODIFY" Value="1" /-->
  14. <!--Property Id="ARPNOREPAIR" Value="0" /-->
  15. <!--Property Id="ARPNOREMOVE" Value="0" /-->
  16. <!--Property Id="ARPSYSTEMCOMPONENT" Value="0" /-->
  17. <!-- Set up ARPINSTALLLOCATION property -->
  18. <CustomAction Id="SetARPINSTALLLOCATION" Property="ARPINSTALLLOCATION" Value="[INSTALLDIR]" />
  19. <InstallExecuteSequence>
  20. <Custom Action="SetARPINSTALLLOCATION" After="InstallValidate"></Custom>
  21. </InstallExecuteSequence>
  22. </Include>