Forum: NSIS Discussion
5th May 2004, 04:34
|
|
Replies: 2
Views: 1,515
|
Forum: NSIS Discussion
4th May 2004, 12:06
|
|
Replies: 2
Views: 1,515
|
Forum: NSIS Discussion
4th May 2004, 09:04
|
|
Replies: 0
Views: 981
Driver Installation problem
Hi,
I have to install a driver along with my application.
wrote a command line code for installation of driver also. and then used "nsExec::Exec" for creating setup. but the problem is it is...
|
Forum: NSIS Discussion
8th April 2004, 11:42
|
|
Replies: 8
Views: 2,650
done! but still not working
This is what i...
done! but still not working
This is what i did.
nsExec::Exec "C:\InstallVD.exe -l C:\Documents and Settings\Administrator\Desktop\VD\Driver\VD.inf -c p -i VD"
it compiles without any...
|
Forum: NSIS Discussion
8th April 2004, 05:58
|
|
Replies: 8
Views: 2,650
Hi,
;install driver
nsExec::Exec...
Hi,
;install driver
nsExec::Exec "InstallVD.exe -l C:\Documents and Settings\Administrator\Desktop\VD\Driver\VD.inf -c p -i VD"
I added this command in the code. but it is not working(on...
|
Forum: NSIS Discussion
7th April 2004, 07:18
|
|
Replies: 8
Views: 2,650
Driver Installation Query
Hi,
i am looking forward to install my device driver along with my application. For this purpose i have written a small code(install.exe) which installs the driver via command line. e.g.
...
|