创建exe文件 [英] creating exe files

查看:106
本文介绍了创建exe文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

我有一个用Visual Basic 2005开发的应用程序,我想知道是否可以生成.exe文件.

I have an application developed in visual basic 2005, i want to know if there is a way to generate .exe files.

让我解释一下.

此应用程序是一个许可证管理器,一旦客户端向我发送序列号,我就在我的应用程序中输入该编号,然后我希望能够单击一个按钮并创建一个我发送给我的客户端的exe文件然后他运行这个license.exe文件,该文件运行一系列命令.

This application is a license manager, once the client sends me the serial number i input this number in my application and then i want to be able to click a button and create a exe file which i send to my client and he runs this license.exe file which runs a series of commands.

现在,我必须更改应用程序中的序列号,然后每次对其进行编译,以创建可执行文件发送给我的客户,这对我来说不合适.

Right now i have to change the serial number in my application and then compile it everytime to create the executable to send to my client which is not right according to me.

因此,简而言之,我需要编写一个生成.exe文件的应用程序,就像我们可以从应用程序中创建.xml或.txt一样.

So in short i need to write an application which generates .exe files, just like how we can create.xml or .txt from our application.

谢谢

MM

推荐答案

为了能够从您自己的程序(或软件)生成EXE,您需要CodeDOM API及以下版本是MSDN的链接:

http://msdn.microsoft.com/hi-in/library/650ax5cx(zh-cn).aspx

我希望这会有所帮助. >

尼克
In order to be able to generated EXE from your own Program (or Software) you need CodeDOM API and below is the link to MSDN :

http://msdn.microsoft.com/hi-in/library/650ax5cx(en-us).aspx

I hope this will help.


Nick


这篇关于创建exe文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆