Shoutbox

[split] want to install a equipment driver in setup package using Inno setup - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: [split] want to install a equipment driver in setup package using Inno setup (/showthread.php?tid=86085)

RE: Tutorial: making an installer for your plugin in a few easy steps by Anitha on 09-22-2008 at 06:03 AM

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


RE: Installing drivers and Inno Setup by ipab on 09-22-2008 at 09:37 AM

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.