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.
|