2014年8月25日

帮同事写了几行代码,在 安装/卸载 程序里 注册/卸载 OCX控件

摘要: 写了个小控制台程序,这个程序用来注册 / 卸载OCX控件,用在Inno Setup做的安装卸载程序里。#include "stdafx.h"#include #include using std::cout;using std::endl;using std::cerr;int _tmain(int... 阅读全文

posted @ 2014-08-25 21:58 崔好好 阅读(549) 评论(0) 推荐(0)

导航