Angus Leeming wrote:
I've been testing things out and have two remaining problems:
1. Creating short cuts from the desktop and from the start menu to
c:\Program Files\LyX\bin\lyx.bat
works perfectly well, but my icons are replaced with that of a .bat
file. Any idea how to get back to the icon embedded in lyx.exe?
Resolved. Read the documentation, Angus!
2 Launching LyX at the end of the installer as
!define PRODUCT_BAT "$INSTDIR\bin\lyx.bat"
!define MUI_FINISHPAGE_RUN "${PRODUCT_BAT}"
works perfectly well, but I get a bloody great cmd window in the
background. How do I make it go away? :-)
Still to resolve.
Angus