锘??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.rootwiremesh.cn" target="_blank">国产A三级久久精品</a>| <a href="http://www.xiaosizhi.cn" target="_blank">久久久久久夜精品精品免费啦</a>| <a href="http://www.k5158.cn" target="_blank">国产精品久久久久久久app</a>| <a href="http://www.ithaiyang.com.cn" target="_blank">欧美久久亚洲精品</a>| <a href="http://www.ubiy.cn" target="_blank">狠狠色婷婷久久一区二区</a>| <a href="http://www.jianfusi.cn" target="_blank">无码久久精品国产亚洲Av影片 </a>| <a href="http://www.jhitezpt.cn" target="_blank">亚洲а∨天堂久久精品9966</a>| <a href="http://www.58city.cn" target="_blank">久久妇女高潮几次MBA</a>| <a href="http://www.zqfhsb8.cn" target="_blank">久久影视综合亚洲</a>| <a href="http://www.qh298.cn" target="_blank">91精品日韩人妻无码久久不卡</a>| <a href="http://www.biancheng88.cn" target="_blank">久久有码中文字幕</a>| <a href="http://www.zhaoziping.cn" target="_blank">久久久亚洲欧洲日产国码二区</a>| <a href="http://www.hdv1p7.cn" target="_blank">精品久久久久中文字幕一区</a>| <a href="http://www.k5158.cn" target="_blank">久久国产精品-久久精品</a>| <a href="http://www.uqknet.cn" target="_blank">97久久婷婷五月综合色d啪蜜芽</a>| <a href="http://www.rcjmwj.com.cn" target="_blank">色综合久久久久</a>| <a href="http://www.anrf.cn" target="_blank">久久精品成人免费看</a>| <a href="http://www.ncysjz.cn" target="_blank">无码人妻精品一区二区三区久久久</a>| <a href="http://www.sqcn.com.cn" target="_blank">久久九九免费高清视频</a>| <a href="http://www.ypnlb.cn" target="_blank">久久www免费人成精品香蕉</a>| <a href="http://www.jijijian.cn" target="_blank">亚洲AV成人无码久久精品老人</a>| <a href="http://www.jpsss.cn" target="_blank">久久亚洲高清综合</a>| <a href="http://www.nbblack.cn" target="_blank">久久精品国产99久久香蕉</a>| <a href="http://www.fc27.cn" target="_blank">久久精品国产一区</a>| <a href="http://www.cpfang.cn" target="_blank">jizzjizz国产精品久久</a>| <a href="http://www.vod1314.cn" target="_blank">久久er热视频在这里精品</a>| <a href="http://www.ijtz.cn" target="_blank">无码伊人66久久大杳蕉网站谷歌 </a>| <a href="http://www.dongzhounews.cn" target="_blank">久久99国产精品久久久</a>| <a href="http://www.kkha.cn" target="_blank">亚洲国产精品无码成人片久久</a>| <a href="http://www.bbs020.cn" target="_blank">亚洲国产小视频精品久久久三级</a>| <a href="http://www.hardwareman.cn" target="_blank">国产—久久香蕉国产线看观看</a>| <a href="http://www.ilrf.cn" target="_blank">久久人人爽人人爽AV片</a>| <a href="http://www.tehmd.cn" target="_blank">久久精品国产精品亚洲人人</a>| <a href="http://www.duange.com.cn" target="_blank">国产精品永久久久久久久久久</a>| <a href="http://www.fc27.cn" target="_blank">精品久久国产一区二区三区香蕉</a>| <a href="http://www.nokia-flash.cn" target="_blank">久久国产免费观看精品</a>| <a href="http://www.jiademandu.cn" target="_blank">久久99国产精品二区不卡</a>| <a href="http://www.syiz.cn" target="_blank">久久久精品久久久久久</a>| <a href="http://www.xishuixian.com.cn" target="_blank">久久乐国产精品亚洲综合</a>| <a href="http://www.ylssmedia.cn" target="_blank">热99re久久国超精品首页</a>| <a href="http://www.mdg163.cn" target="_blank">国内精品久久久久久99</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>