开发者

Convert INF(Installation Instructions)to EXE Installer

I have an INF file in whi开发者_JAVA技巧ch I have to right click to install the files - So I wanted to convert it into a EXE Installer which has a Progress Bar !!! So I just need all the files in ONE EXE file so when I double click it the installation starts ...

Regards, Netguy


Here is what you can do:

First, create a .bat file with the following command:

rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 .\inffile.inf

for each .inf file. This command will install your file.

Then, start iexpress, this program is provided with windows. Follow the wizard. When asked to add files, add all your .inf files and the .bat file. When asked for the install script, select the .bat file.

That should do it.

Regards, Patrik

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜