| 357 |
WriteRegStr HKCR "ASCEND.model\DefaultIcon" "" "$INSTDIR\ascend-doc.ico" |
WriteRegStr HKCR "ASCEND.model\DefaultIcon" "" "$INSTDIR\ascend-doc.ico" |
| 358 |
|
|
| 359 |
a4cskip: |
a4cskip: |
| 360 |
WriteRegStr HKCR "ASCEND.model\shell\open\command" "" '$PYPATH\pythonw.exe "$INSTDIR\ascend" "%1"' |
WriteRegStr HKCR "ASCEND.model\shell\open\command" "" '$PYPATH\python.exe "$INSTDIR\ascend" "%1"' |
| 361 |
|
|
| 362 |
System::Call 'Shell32::SHChangeNotify(i 0x8000000, i 0, i 0, i 0)' |
System::Call 'Shell32::SHChangeNotify(i 0x8000000, i 0, i 0, i 0)' |
| 363 |
|
|
| 406 |
|
|
| 407 |
; Link to PyGTK GUI |
; Link to PyGTK GUI |
| 408 |
${If} $PYINSTALLED == "1" |
${If} $PYINSTALLED == "1" |
| 409 |
CreateShortCut "$SMPROGRAMS\ASCEND\ASCEND.lnk" "$PYPATH\pythonw.exe" '"$INSTDIR\ascend"' "$INSTDIR\ascend.ico" 0 |
CreateShortCut "$SMPROGRAMS\ASCEND\ASCEND.lnk" "$PYPATH\python.exe" '"$INSTDIR\ascend"' "$INSTDIR\ascend.ico" 0 |
| 410 |
${EndIf} |
${EndIf} |
| 411 |
|
|
| 412 |
; Model library shortcut |
; Model library shortcut |