enano-bundle.nsi
changeset 1 ac5bcb4e5284
parent 0 67e1cc6cd929
child 3 0cce88c7cf7c
equal deleted inserted replaced
0:67e1cc6cd929 1:ac5bcb4e5284
   210 Section -DoEnanoDBSetup
   210 Section -DoEnanoDBSetup
   211   Call enano_run_kickstart_script
   211   Call enano_run_kickstart_script
   212 SectionEnd
   212 SectionEnd
   213 
   213 
   214 Section -InsertApplistEntry
   214 Section -InsertApplistEntry
       
   215   ; Skip if this is WAPPStack, it doesn't have an applications.html. (!)
       
   216   StrCmp $stack_type "WAPP" 0 +2
       
   217     Return
       
   218   
   215   Call enano_add_to_applist
   219   Call enano_add_to_applist
   216 SectionEnd
   220 SectionEnd
   217 
   221 
   218 Section -AdditionalIcons
   222 Section -AdditionalIcons
   219   WriteIniStr "$INSTDIR\${PRODUCT_NAME}.url" "InternetShortcut" "URL" "${PRODUCT_WEB_SITE}"
   223   WriteIniStr "$INSTDIR\${PRODUCT_NAME}.url" "InternetShortcut" "URL" "${PRODUCT_WEB_SITE}"