Chapter1.html no longer comes with the default package
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3172 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
add6fa839b
commit
8d0f6ab171
1 changed files with 6 additions and 1 deletions
|
@ -24,7 +24,12 @@ Section ""
|
||||||
GetTempFileName $R0
|
GetTempFileName $R0
|
||||||
|
|
||||||
; Extract file
|
; Extract file
|
||||||
File /oname=$R0 "..\Docs\Chapter1.html"
|
; Lets skip this one, it's not built to be showin in IE
|
||||||
|
; File /oname=$R0 "..\Menu\compiler.html"
|
||||||
|
; and write our own! :)
|
||||||
|
FileOpen $0 $R0 "w"
|
||||||
|
FileWrite $0 "<HTML><BODY><H1>HTML page for viewhtml.nsi</H1></BODY></HTML>"
|
||||||
|
FileClose $0
|
||||||
|
|
||||||
; View file
|
; View file
|
||||||
ExecWait '"$PROGRAMFILES\Internet Explorer\iexplore.exe" "$R0"'
|
ExecWait '"$PROGRAMFILES\Internet Explorer\iexplore.exe" "$R0"'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue