Search found 4 matches

by jwendell
Thu Nov 29, 2012 4:57 am
Forum: General Discussions
Topic: Installing device drivers (*.inf)
Replies: 2
Views: 10927

Re: Installing device drivers (*.inf)

OK, here's what I ended up with... Dialogs->Finish->Custom Action Name = Install USB modem device drivers Checked by default = yes command = <SystemDir>\cmd.exe /c start "driver install" /min <SystemDir>\cmd.exe /c "echo Installing USB modem device drivers, please wait ... & (&quo...
by jwendell
Wed Nov 28, 2012 7:09 am
Forum: General Discussions
Topic: Installing device drivers (*.inf)
Replies: 2
Views: 10927

Installing device drivers (*.inf)

I would like to install a set of device drivers, supplied as inf files, during program installation. Do you have a recommended technique? I need this to work for both Win7 and XP. I'm currently looking at using DPinst.exe from Microsoft.

Thanks.
by jwendell
Wed Dec 22, 2010 7:12 am
Forum: General Discussions
Topic: make an empty folder
Replies: 3
Views: 10692

Re: make an empty folder

Very similar to what I implemented, I used "md" instead of "mkdir". I just wanted to make sure that I wasn't missing something easier. Now, making this a little harder... Is there a technique where I can request the data location from the installer? I know I can use dialogs->user...
by jwendell
Wed Dec 22, 2010 1:44 am
Forum: General Discussions
Topic: make an empty folder
Replies: 3
Views: 10692

make an empty folder

I do not see an easy way to create a new, empty folder. Do I need to use the system->commands section?
Thanks!