当前位置:网站首页>NSIS silent installation vs2013 runtime
NSIS silent installation vs2013 runtime
2022-06-25 07:45:00 【Spring bud and summer lotus_ seven hundred and twenty-eight mil】
; install VC Environmental Science
Function InstallVC
Push $R0
ClearErrors
ReadRegDword $R0 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{20C1086D-C843-36B1-B678-990089D1BD44}" "Version"
; Detection contains vc Whether the registry information of exists
IfErrors 0 VSRedistInstalled
Exec "$INSTDIRvcredist_x86.exe /q" ; If it does not exist , Perform a silent installation
StrCpy $R0 "-1"
; MessageBox MB_OK $R0
VSRedistInstalled:
; MessageBox MB_OK " already installed "
Exch $R0
; Delete "$INSTDIRvcredist_x86."
FunctionEnd
边栏推荐
- Zhugeliang vs pangtong, taking distributed Paxos
- useMemo模拟useCallback
- The method of judging whether triode can amplify AC signal
- What is the difference between norflash and nandflash
- 双三次差值bicubic
- LeetCode_哈希表_中等_454.四数相加 II
- 【批处理DOS-CMD命令-汇总和小结】-上网和网络通信相关命令(ping、telnet、nslookup、arp、tracert、ipconfig)
- Runtime——methods成员变量,cache成员变量
- 国外LEAD域名邮箱获取途径
- My debut is finished!
猜你喜欢
【批处理DOS-CMD命令-汇总和小结】-cmd扩展命令、扩展功能(cmd /e:on、cmd /e:off)
Chuantuwei ca-is3720lw alternative material No. iso7820fdw
STL tutorial 4- input / output stream and object serialization
My debut is finished!
一次弄清楚 Handler 可能导致的内存泄漏和解决办法
Four software 2021-10-14 suitable for beginners to draw PCB
Construction of occupancy grid map
[single chip microcomputer project training] multipoint temperature wireless acquisition system based on nRF905
数据可视化没有重点怎么办?
el-input实现尾部加字
随机推荐
國外LEAD域名郵箱獲取途徑
Intel announced five new technological developments, including quantum computing, neural pseudo computing, machine programming, integrated optoelectronics, and secure computing
国外LEAD域名邮箱获取途径
Home environment monitoring system design (PC version) (mobile app version to be determined)
Tuwei Digital Isolator and interface chip can perfectly replace imported brands Ti and ADI
Introduction to Sichuan Tuwei ca-is3082w isolated rs-485/rs-422 transceiver
Function template_ Class template
无“米”,也能煮“饭”利用“点云智绘”反演机载LiDAR林下缺失地面点攻略
Can I open a stock account with a compass? Is it safe?
微信小程序入门记录
el-input实现尾部加字
AttributeError: ‘Upsample‘ object has no attribute ‘recompute_scale_factor‘
Leetcode daily question - 515 Find the maximum value in each tree row
Static bit rate (CBR) and dynamic bit rate (VBR)
【批处理DOS-CMD命令-汇总和小结】-CMD窗口的设置与操作命令(cd、title、mode、color、pause、chcp、exit)
[batch dos-cmd command - summary and summary] - application startup and call, service and process operation commands (start, call, and)
音频(五)音频特征提取
MySQL face Scripture eight part essay
Explain distributed raft with dynamic diagram
[leetcode] two num · sum of two numbers