문제

I would like to launch a Windows Compiled HTML Help file with .chm extension after my MSI installation.

There is a script at Run exe after msi installation that inserts a checkbox (had to use the two bugs fixes further down) into the last page of the installation.

The script completes but I'm not sure if the LAUNCHAPP=1 can only launch executables after the installation.

Any ideas?

Thanks,

Matt

도움이 되었습니까?

해결책

Duplicate question, short answer... hh.exe is associated with .CHM files, so you need to call that.

hh.exe MyHelpFile.chm
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top