锘??xml version="1.0" encoding="utf-8" standalone="yes"?>成人免费网站久久久,日韩人妻无码精品久久久不卡,亚洲乱码精品久久久久..http://www.shnenglu.com/huangyi5209/category/16425.htmlzh-cnTue, 07 Jun 2011 11:01:06 GMTTue, 07 Jun 2011 11:01:06 GMT60NSIS 杞歡鍜宮ysql鑴氭湰瀵煎叆鐨勫畨瑁呭寘錛堥殣钘忓脊鍑虹獥鍙o級http://www.shnenglu.com/huangyi5209/articles/144656.htmlhuangyi5209huangyi5209Wed, 20 Apr 2011 06:23:00 GMThttp://www.shnenglu.com/huangyi5209/articles/144656.htmlhttp://www.shnenglu.com/huangyi5209/comments/144656.htmlhttp://www.shnenglu.com/huangyi5209/articles/144656.html#Feedback0http://www.shnenglu.com/huangyi5209/comments/commentRss/144656.htmlhttp://www.shnenglu.com/huangyi5209/services/trackbacks/144656.html#
Name 
"qdzyServer"

OutFile 
"qdzyServer.exe"

CRCCheck on
XPStyle on 

SetCompressor lzma

!include MUI.nsh
!include InstallOptions.nsh

#
!insertmacro MUI_PAGE_WELCOME

Page custom GetInfos 
"" ": register page"
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES

!insertmacro MUI_LANGUAGE "SimpChinese"
#
!insertmacro MUI_PAGE_FINISH

InstallDir $PROGRAMFILES\i3NVRSystem

RequestExecutionLevel admin

Icon 
"${NSISDIR}\Contrib\Graphics\Icons\icmsMonitorUI.ico"
UninstallIcon 
"${NSISDIR}\Contrib\Graphics\Icons\arrow-uninstall.ico"

; Pages

/* Page directory
Page instfiles 
*/


Var login
Var password
Var db
Var createdb
Var errorsrc
Var license

Function .onInit 
    InitPluginsDir
    
!insertmacro INSTALLOPTIONS_EXTRACT "config.ini"    
FunctionEnd
#SilentInstall silent

Section

    SectionIn RO
    
    ReadINIStr $license 
"$PLUGINSDIR\config.ini" "Field 2" "State"
    #StrCmp $
2 1 0 endinst
    WriteRegStr HKLM SOFTWARE\\SOBEY\\ICMS\\CONFIG 
"License" $license
    
    #StrCpy $errorsrc 
"license error"
    #Goto abortinst
    
    SetOutPath $INSTDIR
    
    File 
"binr\sblicense.lic"
    File 
"binr\AlarmPlugConfigruation.xml"
    File 
"binr\AudioEncodePlugConfigruation.xml"
    File 
"binr\iSwitchConfigruation.xml"
    File 
"binr\NetworkWatchConfig.xml"
    File 
"binr\PlugConfigruation.xml"
    File 
"binr\iswitchconfig.ini"
    File 
"binr\NVRSystmSet.ini"
    File 
"binr\sbtfsdk.ini"
    
    File 
"binr\iNVR-iCMS.sql"
    File 
"binr\restorMysql.bat"
    
    File 
"binr\iCMSAlarm.exe"
    File 
"binr\icmsmc.exe"
    File 
"binr\iSwitchServiceApp.exe"
    File 
"binr\i3NVRSystem.exe"
    
    File 
"binr\iCMSADOperator.dll"
    File 
"binr\iCMSPCommonTools.dll"
    File 
"binr\IcmspDBOperate.dll"
    File 
"binr\IcmsPIocpSocket.dll"
    File 
"binr\iCMSPLoginInfo.dll"
    File 
"binr\iCMSPSMTPEmail.dll"
    File 
"binr\IcmsPUtility.dll"
    File 
"binr\IcmsPXmlParser.dll"
    File 
"binr\iCMSSAlarmSender.dll"
    File 
"binr\icmsscmdreceiver.dll"
    File 
"binr\icmsscmdsender.dll"
    File 
"binr\icmsscommonfifo.dll"
    File 
"binr\icmssdevcheckmodule.dll"
    File 
"binr\icmssdevcontainer.dll"
    File 
"binr\iCMSSDevFileRetrieval.dll"
    File 
"binr\iCMSSDeviceDetect.dll"
    File 
"binr\icmssdeviceplugsnt.dll"
    File 
"binr\iCMSSDeviceSNCPlus.dll"
    File 
"binr\icmssdevplaybackunit.dll"
    File 
"binr\icmssfilegeneralmodule.dll"
    File 
"binr\icmssgenfilerecorder.dll"
    File 
"binr\iCMSSHttpRequest.dll"
    File 
"binr\icmssmediaplaybackman.dll"
    File 
"binr\icmssmediaswitchcenter.dll"        
    File 
"binr\iCMSSMS.dll"
    File 
"binr\icmssplaybackunit.dll"
    File 
"binr\icmssrealstreamman.dll"
    File 
"binr\icmssrealstreamservo.dll"
    File 
"binr\icmssrtpmodule.dll"
    File 
"binr\icmsssonydevpacket.dll"
    File 
"binr\iCMSSSoundForward.dll"
    File 
"binr\icmssstorageman.dll"
    File 
"binr\iCMSSTaskMan.dll"
    File 
"binr\icmsstcpmodule.dll"
    File 
"binr\iCMSSWEDEVCCTVIOBox.dll"
    File 
"binr\sbcommontoolsr.dll"
    File 
"binr\sncatdcv.dll"
    File 
"binr\snccore.dll"
    File 
"binr\SonyDiscoverPlug.dll"
    File 
"binr\icmssuploadman.dll"
    File 
"binr\icmssuploadunit.dll"
    
    File 
/r binr\MySql
    
    ; Write the License into the registry
    #WriteRegStr HKLM SOFTWARE\\SOBEY\\ICMS\\CONFIG 
"License" "ZISECAWXWHHOXRTTI"
    WriteRegStr HKLM SOFTWARE\\SOBEY\\ICMS\\CONFIG 
"i3NVRType" "i3NVR-SW09"        

    CreateShortCut 
"$DESKTOP\i3NVRSystem.lnk" "$INSTDIR\i3NVRSystem.exe"\
"" "" 2 SW_SHOWNORMAL \
"" "浣嶇疆:$INSTDIR"

    WriteUninstaller 
"uninstall.exe"
    
    CreateShortCut 
"$INSTDIR\uninstall.lnk" "$INSTDIR\uninstall.exe"\
"" "" 2 SW_SHOWNORMAL \
"" "浣嶇疆:$INSTDIR"

    ; import mysql script
    
    
/* ReadINIStr $login "$PLUGINSDIR\config.ini" "MyQL Setting" "Login"
    ReadINIStr $password "$PLUGINSDIR\config.ini" "MyQL Setting" "Password"
    ReadINIStr $db "$PLUGINSDIR\config.ini" "MyQL Setting" "DB"
    ReadINIStr $createdb "$PLUGINSDIR\config.ini" "MyQL Setting" "Createdb"
    
    ExecWait '"$INSTDIR\mysql\mysql" --user=$login --password=$password --execute="SHOW DATABASES;"' $0
    StrCmp $0 1 0 +4
    StrCpy $errorsrc "Wrong login or password"
    Goto abortinst
 
    DetailPrint "Running import"
 
    StrCmp $createdb 1 createdbs importdbs
 
    createdbs:
    DetailPrint "Creating database"
    ExecWait '"$INSTDIR\mysql\mysql" --user=$login --password=$password --execute="CREATE DATABASE $db"' $1
    StrCmp $1 1 0 +4
    StrCpy $errorsrc "Unable to create database"
    Goto abortinst    
 
    importdbs:
    DetailPrint "SQL file import"
    ExecWait '"$INSTDIR\mysql\mysql" --user=$login --password=$password --execute="source $INSTDIR\iNVR-iCMS.sql"' $2
    StrCmp $2 1 0 endinst
    StrCpy $errorsrc "File import error"
    Goto abortinst  
*/
  

    Execcmd::exec 
'D:\restorMysql.bat "$INSTDIR"'
       Pop $
0
       Execcmd::wait $
0
       
       #MessageBox MB_OK 
"Exit code $0"
       
       StrCmp $
0 1 0 endinst
    StrCpy $errorsrc 
"File import error"
    Goto abortinst
 
 
    abortinst:
    DetailPrint 
"                         "  
    DetailPrint 
"$\n An error occured ! $\n"
    DetailPrint 
"  $errorsrc              "
    DetailPrint 
"                         "
 
    endinst:

SectionEnd

Section 
"Uninstall"
    RMDir 
/r $INSTDIR
    Delete 
"$DESKTOP\i3NVRSystem.lnk"
    
    ; Remove registry keys
    DeleteRegKey HKLM 
"SOFTWARE\\SOBEY\\ICMS\\CONFIG"
SectionEnd

Function GetInfos 
    
!insertmacro MUI_HEADER_TEXT "register informations" "register informations "
    
!insertmacro INSTALLOPTIONS_DISPLAY "config.ini"
FunctionEnd


]]>
NSIS 璋冪敤winAPI 鑾峰彇紜洏搴忓垪鍙?/title><link>http://www.shnenglu.com/huangyi5209/articles/143171.html</link><dc:creator>huangyi5209</dc:creator><author>huangyi5209</author><pubDate>Thu, 31 Mar 2011 21:33:00 GMT</pubDate><guid>http://www.shnenglu.com/huangyi5209/articles/143171.html</guid><wfw:comment>http://www.shnenglu.com/huangyi5209/comments/143171.html</wfw:comment><comments>http://www.shnenglu.com/huangyi5209/articles/143171.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.shnenglu.com/huangyi5209/comments/commentRss/143171.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/huangyi5209/services/trackbacks/143171.html</trackback:ping><description><![CDATA[<div style="BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; PADDING-BOTTOM: 4px; BACKGROUND-COLOR: #eeeeee; PADDING-LEFT: 4px; WIDTH: 98%; PADDING-RIGHT: 5px; FONT-SIZE: 13px; WORD-BREAK: break-all; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid; PADDING-TOP: 4px"><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><span style="COLOR: #000000">Name </span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">test</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">OutFile </span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">test.exe</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">        </span><span style="COLOR: #000000">!</span><span style="COLOR: #000000">include MUI.nsh<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">        <br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">Function GetDiskVolumeSerialNumber<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">  </span><span style="COLOR: #000000">!</span><span style="COLOR: #000000">define GetVolumeInformation </span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">Kernel32::GetVolumeInformation(t,t,i,*i,*i,*i,t,i) i</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">  System::Call </span><span style="COLOR: #000000">'</span><span style="COLOR: #000000">${GetVolumeInformation}("$0",,${NSIS_MAX_STRLEN},.r0,,,,${NSIS_MAX_STRLEN})</span><span style="COLOR: #000000">'</span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">FunctionEnd<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">Section<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">StrCpy $</span><span style="COLOR: #000000">0</span><span style="COLOR: #000000"> </span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">C:\</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">Call GetDiskVolumeSerialNumber<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">IntFmt $</span><span style="COLOR: #000000">0</span><span style="COLOR: #000000"> </span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">%08X</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000"> $</span><span style="COLOR: #000000">0</span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">MessageBox MB_OK </span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">$0</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">SectionEnd<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"></span></div> <img src ="http://www.shnenglu.com/huangyi5209/aggbug/143171.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/huangyi5209/" target="_blank">huangyi5209</a> 2011-04-01 05:33 <a href="http://www.shnenglu.com/huangyi5209/articles/143171.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://www.shnenglu.com/" title="精品视频久久久久">精品视频久久久久</a> <div class="friend-links"> </div> </div> </footer> <a href="http://www.take-art.cn" target="_blank">伊人久久精品无码二区麻豆</a>| <a href="http://www.fridc.cn" target="_blank">国产一级持黄大片99久久</a>| <a href="http://www.fimtb.cn" target="_blank">无码乱码观看精品久久</a>| <a href="http://www.zhinvest.cn" target="_blank">久久青青草视频</a>| <a href="http://www.cqxuexi.cn" target="_blank">青青草国产精品久久久久</a>| <a href="http://www.gqfsm.cn" target="_blank">青青草国产97免久久费观看</a>| <a href="http://www.qqtushu.cn" target="_blank">性高湖久久久久久久久</a>| <a href="http://www.maituogangwan.cn" target="_blank">久久综合欧美成人</a>| <a href="http://www.laobianjing.cn" target="_blank">久久强奷乱码老熟女网站 </a>| <a href="http://www.csffh.cn" target="_blank">久久婷婷久久一区二区三区</a>| <a href="http://www.chuikua.cn" target="_blank">国产午夜精品理论片久久影视</a>| <a href="http://www.feichangyemen.cn" target="_blank">亚洲一区中文字幕久久</a>| <a href="http://www.ditiewang.com.cn" target="_blank">狠狠色丁香久久婷婷综合_中 </a>| <a href="http://www.58city.cn" target="_blank">欧美激情一区二区久久久</a>| <a href="http://www.usp888.cn" target="_blank">97热久久免费频精品99</a>| <a href="http://www.kunqun168.cn" target="_blank">午夜视频久久久久一区</a>| <a href="http://www.nmgr.net.cn" target="_blank">久久亚洲欧美日本精品</a>| <a href="http://www.blueheaven.com.cn" target="_blank">亚洲伊人久久大香线蕉综合图片</a>| <a href="http://www.dnnmodules.cn" target="_blank">久久99精品国产一区二区三区</a>| <a href="http://www.classicastle.cn" target="_blank">国产精品久久久久蜜芽</a>| <a href="http://www.51index.cn" target="_blank">久久久精品国产Sm最大网站</a>| <a href="http://www.0592xxw.cn" target="_blank">国产亚洲美女精品久久久久狼</a>| <a href="http://www.sf2777.cn" target="_blank">亚洲熟妇无码另类久久久</a>| <a href="http://www.igdl.cn" target="_blank">青青草原综合久久大伊人导航</a>| <a href="http://www.umw.net.cn" target="_blank">久久精品国产99国产精偷 </a>| <a href="http://www.ruannews.com.cn" target="_blank">yy6080久久</a>| <a href="http://www.gsm777.cn" target="_blank">伊人久久成人成综合网222</a>| <a href="http://www.haosenmy.cn" target="_blank">国内精品久久久久久久coent</a>| <a href="http://www.4src.com.cn" target="_blank">AV无码久久久久不卡网站下载 </a>| <a href="http://www.itewei.cn" target="_blank">久久综合丁香激情久久</a>| <a href="http://www.lpnppddrppp.cn" target="_blank">丁香色欲久久久久久综合网</a>| <a href="http://www.xingezhijia.cn" target="_blank">久久性精品</a>| <a href="http://www.acesolo.cn" target="_blank">欧美亚洲另类久久综合婷婷 </a>| <a href="http://www.ysaoyx.cn" target="_blank">精品无码久久久久国产动漫3d</a>| <a href="http://www.ems1.cn" target="_blank">久久www免费人成看国产片</a>| <a href="http://www.r234.cn" target="_blank">91精品免费久久久久久久久</a>| <a href="http://www.i0919.cn" target="_blank">99国产精品久久</a>| <a href="http://www.594n.cn" target="_blank">国产AⅤ精品一区二区三区久久</a>| <a href="http://www.ccfnt.com.cn" target="_blank">狠狠色丁香久久综合婷婷</a>| <a href="http://www.fly5.com.cn" target="_blank">狠狠色丁香婷婷综合久久来</a>| <a href="http://www.xxxls.cn" target="_blank">青青草原综合久久</a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body>