Hi,
I’m looking for a third pary installation authoring software which can take
a NDIS miniport inf file (and the driver file) and create an one click setup
file (.msi or .exe)
Any suggestions ?
Thanks,
Guy
Hi,
I’m looking for a third pary installation authoring software which can take
a NDIS miniport inf file (and the driver file) and create an one click setup
file (.msi or .exe)
Any suggestions ?
Thanks,
Guy
“Guy Corem” wrote in message news:xxxxx@ntdev…
> I’m looking for a third pary installation authoring software which can
take
> a NDIS miniport inf file (and the driver file) and create an one click
setup
> file (.msi or .exe)
Well it isn’t third party but have you considered the following?
–
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
The Driver Install Frameworks Tools Version 1.0 is now available at :
http://www.microsoft.com/whdc/driver/install/difxtools.mspx .
Windows Driver Install Frameworks for Applications (DIFxApp) is a component
of the Microsoft Windows Driver Install Frameworks (DIFx). With DIFxApp you
can use Microsoft Windows Installer (MSI) to install signed driver packages
that are associated with applications in an MSI installation package.
DifXApp gives developers intelligent driver update support, like DPInst,
while allowing developers to tie their applications and drivers together.
The Driver Install Frameworks tools package includes:
* Driver Install Frameworks for Applications (DIFxApp): A Windows
Installer (MSI) custom action dynamic-link library (DLL) that you can use
to install driver packages that are represented as MSI components in an MSI
installation package.
* Driver Package Installer (DPInst): An executable file that simplifies
the software-first installation of driver packages.
Patty Esack (MS)
Device Management and Install Team
This posting is provided “AS IS” with no warranties, and confers no rights
Thanks, but I’m looking for something automatic…
I’m not in the mood for learning another set of API…
Guy
“Don Burn” wrote in message news:xxxxx@ntdev…
>
> “Guy Corem” wrote in message news:xxxxx@ntdev…
> > I’m looking for a third pary installation authoring software which can
> take
> > a NDIS miniport inf file (and the driver file) and create an one click
> setup
> > file (.msi or .exe)
>
>
> Well it isn’t third party but have you considered the following?
>
>
> –
> Don Burn (MVP, Windows DDK)
> Windows 2k/XP/2k3 Filesystem and Driver Consulting
>
>
>
> The Driver Install Frameworks Tools Version 1.0 is now available at :
> http://www.microsoft.com/whdc/driver/install/difxtools.mspx .
>
> Windows Driver Install Frameworks for Applications (DIFxApp) is a
component
> of the Microsoft Windows Driver Install Frameworks (DIFx). With DIFxApp
you
> can use Microsoft Windows Installer (MSI) to install signed driver
packages
> that are associated with applications in an MSI installation package.
> DifXApp gives developers intelligent driver update support, like DPInst,
> while allowing developers to tie their applications and drivers together.
>
> The Driver Install Frameworks tools package includes:
>
> * Driver Install Frameworks for Applications (DIFxApp): A Windows
> Installer (MSI) custom action dynamic-link library (DLL) that you can use
> to install driver packages that are represented as MSI components in an
MSI
> installation package.
>
> * Driver Package Installer (DPInst): An executable file that simplifies
> the software-first installation of driver packages.
>
>
> Patty Esack (MS)
> Device Management and Install Team
>
> This posting is provided “AS IS” with no warranties, and confers no rights
>
>
>
Installshield reportedly has a new driver friendly version available.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Guy Corem
Sent: Monday, May 24, 2004 5:37 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Third party installation authoring softwareThanks, but I’m looking for something automatic…
I’m not in the mood for learning another set of API…
Guy
“Don Burn” wrote in message news:xxxxx@ntdev…
> >
> > “Guy Corem” wrote in message
> news:xxxxx@ntdev…
> > > I’m looking for a third pary installation authoring
> software which
> > > can
> > take
> > > a NDIS miniport inf file (and the driver file) and create an one
> > > click
> > setup
> > > file (.msi or .exe)
> >
> >
> > Well it isn’t third party but have you considered the following?
> >
> >
> > –
> > Don Burn (MVP, Windows DDK)
> > Windows 2k/XP/2k3 Filesystem and Driver Consulting
> >
> >
> >
> > The Driver Install Frameworks Tools Version 1.0 is now
> available at :
> > http://www.microsoft.com/whdc/driver/install/difxtools.mspx .
> >
> > Windows Driver Install Frameworks for Applications (DIFxApp) is a
> component
> > of the Microsoft Windows Driver Install Frameworks (DIFx). With
> > DIFxApp
> you
> > can use Microsoft Windows Installer (MSI) to install signed driver
> packages
> > that are associated with applications in an MSI
> installation package.
> > DifXApp gives developers intelligent driver update support, like
> > DPInst, while allowing developers to tie their applications
> and drivers together.
> >
> > The Driver Install Frameworks tools package includes:
> >
> > * Driver Install Frameworks for Applications (DIFxApp): A Windows
> > Installer (MSI) custom action dynamic-link library (DLL)
> that you can
> > use to install driver packages that are represented as MSI
> components
> > in an
> MSI
> > installation package.
> >
> > * Driver Package Installer (DPInst): An executable file that
> > simplifies the software-first installation of driver packages.
> >
> >
> > Patty Esack (MS)
> > Device Management and Install Team
> >
> > This posting is provided “AS IS” with no warranties, and confers no
> > rights
> >
> >
> >
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as:
> xxxxx@hollistech.com To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>
I’ve checked InstallShield X Premier Evaluation.
Although I could find reference for such functionality in the help, I didn’t
manage to activate it (the option was disabled in the menu).
Guy
“Mark Roddy” wrote in message news:xxxxx@ntdev…
> Installshield reportedly has a new driver friendly version available.
>
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com] On Behalf Of Guy Corem
> > Sent: Monday, May 24, 2004 5:37 PM
> > To: Windows System Software Devs Interest List
> > Subject: Re:[ntdev] Third party installation authoring software
> >
> > Thanks, but I’m looking for something automatic…
> >
> > I’m not in the mood for learning another set of API…
> >
> > Guy
> >
> > “Don Burn” wrote in message news:xxxxx@ntdev…
> > >
> > > “Guy Corem” wrote in message
> > news:xxxxx@ntdev…
> > > > I’m looking for a third pary installation authoring
> > software which
> > > > can
> > > take
> > > > a NDIS miniport inf file (and the driver file) and create an one
> > > > click
> > > setup
> > > > file (.msi or .exe)
> > >
> > >
> > > Well it isn’t third party but have you considered the following?
> > >
> > >
> > > –
> > > Don Burn (MVP, Windows DDK)
> > > Windows 2k/XP/2k3 Filesystem and Driver Consulting
> > >
> > >
> > >
> > > The Driver Install Frameworks Tools Version 1.0 is now
> > available at :
> > > http://www.microsoft.com/whdc/driver/install/difxtools.mspx .
> > >
> > > Windows Driver Install Frameworks for Applications (DIFxApp) is a
> > component
> > > of the Microsoft Windows Driver Install Frameworks (DIFx). With
> > > DIFxApp
> > you
> > > can use Microsoft Windows Installer (MSI) to install signed driver
> > packages
> > > that are associated with applications in an MSI
> > installation package.
> > > DifXApp gives developers intelligent driver update support, like
> > > DPInst, while allowing developers to tie their applications
> > and drivers together.
> > >
> > > The Driver Install Frameworks tools package includes:
> > >
> > > * Driver Install Frameworks for Applications (DIFxApp): A Windows
> > > Installer (MSI) custom action dynamic-link library (DLL)
> > that you can
> > > use to install driver packages that are represented as MSI
> > components
> > > in an
> > MSI
> > > installation package.
> > >
> > > * Driver Package Installer (DPInst): An executable file that
> > > simplifies the software-first installation of driver packages.
> > >
> > >
> > > Patty Esack (MS)
> > > Device Management and Install Team
> > >
> > > This posting is provided “AS IS” with no warranties, and confers no
> > > rights
> > >
> > >
> > >
> >
> >
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as:
> > xxxxx@hollistech.com To unsubscribe send a blank email to
> > xxxxx@lists.osr.com
> >
>
>
>
>