What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » [split] want to install a equipment driver in setup package using Inno setup

[split] want to install a equipment driver in setup package using Inno setup
Author: Message:
Anitha
New Member
*


Posts: 1
39 / Female / Flag
Joined: Sep 2008
O.P. RE: Tutorial: making an installer for your plugin in a few easy steps
Hi All,

I want to install a equipment driver in setup package using Inno setup.Im
having .inf & .sys files.

I tried the following code:

but it doesn't install of my drivers.


[Files]
Source: "C:\Program Files\Inno Setup 5\xx.sys"; DestDir: "{app}"
Source: "C:\Program Files\Inno Setup 5\xx.inf"; DestDir: "{app}"

[Run]
Filename: "{sys}\xx.inf;WorkingDir: {app};  Flags: 32bit;


give me some idea  for this.

Regards,

Anitha

This post was edited on 09-22-2008 at 06:25 AM by Anitha.
09-22-2008 06:03 AM
Profile E-Mail PM Find Quote Report
ipab
Veteran Member
*****

Avatar
Design Evolved

Posts: 1017
Reputation: 32
34 / Male / Flag
Joined: May 2004
RE: Installing drivers and Inno Setup
Wrong section, but I'll respond anyway, and please cut the spam, it stops people from helping you.

As far as I can see, your best bet is to either make a batch file to call rundll32 or

http://go.microsoft.com/fwlink/?linkid=23094

Take a look at that.

P.S. I would suggest switching to NSIS, it is a lot more mature and expandable in the installer arena.

This post was edited on 09-22-2008 at 09:37 AM by ipab.
56656E692C 20566964692C 2056696369
09-22-2008 09:37 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On