Jun 27, 2007
02:18 AM
Are u able to install the driver package properly for the USB device manually?
... View more
Jun 26, 2007
09:15 AM
With using the term Driver Package I mean a single driver package that includes a needed files to install a pnp device or class filter driver (driver.inf, driver.cat, driver.sys, driver.ax,.....). So it looks like that your USB driver package will only be pre-installed (into the Driver Store of Windows) but the device itself will not be updated or installed by this driver package, right? Even if it has been plugged before? In this case it looks like that the vendor-defined hardware ID does not match any ID in the inf file. Will it be installed properly if it will be connected afterwards? I also recommend to test this behaviour on a clean system.
... View more
Jun 26, 2007
07:52 AM
mihaimarinescu wrote: Both of them. On the one that i only have the INF file i checked the checkbox that it should install unsigned drivers. windrvr6.inf file should copy/install the file windrvr6.sys in \System32\driver but doesn't. It does however copy the INF file and SYS DRIVERSTORE but doesn't install them. If i use wdreg.exe it copies the file to driverstore then installs them so i get the file windrvr6.sys in the DRIVERS folder. Mihai I assume that your wdreg.exe makes a little bit more to push the driver into system32 as well. DPInst.exe (of DIFx) will only push the Driver Package into the driver store, but will not install any driver into system32. Please note, that DIFx does only support installation of PnP Function Drivers or Class Filter Drivers. In your case your inf must match a Class Filter Driver Package. There´s a class driver sample available in the Windows DDK. The driver package for the USB device should work fine using DIFx. What´s the problem with this driver package? Do you have .log file information?
... View more
Jun 26, 2007
07:35 AM
Another question. Do you have problems installing both Driver Packages? Or only a problem with the windrvr6.inf Driver Package?
... View more
Jun 26, 2007
03:55 AM
I had to perform a 'Repair' installation of InstallShield 2008 to get it work again.
... View more
Jun 26, 2007
02:52 AM
What type of device should be installed? USB, PCI? Have you tried to install the driver package for the device using DPInst.exe (of the DIFx Tools)? Or is that the small app you mentioned? Can you post your .inf file? Or the Device List section? It looks like that your Driver Package has been verified (WHQL or DTM) by Microsoft, right?
... View more
Jun 26, 2007
12:45 AM
InstallShield 2008 uses DIFx 2.10.
... View more
Jun 25, 2007
09:22 AM
Hi. I´ve created a simply InstallScript CA inside my Basic MSI project. But the CA does not work. The .log file reports the following errors: InstallShield 16:14:03: Initializing Engine InstallShield 16:14:03: Failed to Invoke __ISRTInit, error is 0x80020009 InstallShield 16:14:03: InitScript operation failed, error is 0x80020009 InstallShield 16:14:03: Failed to invoke __ISRTUninit, error is 0x80020009 InstallShield 16:14:03: Initialize() Failure, Failed to Initialize script support, Error = 0x80020009 I´ve tried a lot of things (deleting the CA and re-created it, moved it inside the sequences) but it does not work. I´ve also noticed that Redist\Language Independent\i386\ISSetup.dll has been overwritten with a ISSetup.dll text file that simply includes some Script Code. How could that happen? Now I´ve copied the original ISSetup.dll to that folder. But the problem still occurs. Thanks for help -Nick
... View more
Labels
- Labels:
-
InstallShield 2008
Jun 22, 2007
02:01 AM
Either new updates were ready to download or they were downloaded and installed while installing the project. (It would make a little bit sense that the installation slows down when Microsoft downloads and installs new updates in the background).
... View more
Jun 21, 2007
12:33 PM
It´s a pure InstallScript project (migrated from DevStudio9). Yes, when Windows Update is enabled the installation takes longer, but it depends also on the CPU.
... View more
Jun 21, 2007
09:14 AM
I´ve noticed that my InstallScript project Installation takes a longer time (up to ~30-60%) to complete when Microsoft Update Service is enabled (happens with XP and Vista). Can anyone else reproduce this effect? -Nick
... View more
Labels
- Labels:
-
InstallShield 2008
Jun 19, 2007
05:40 AM
Just make use of the forums Search function. Then you will find a bunch of posts about 'Books', like here.
... View more
Jun 18, 2007
06:42 AM
I assume you mean the release's Single Exe File Name, right? You could make use of the Automation Interface by using the 'SingleEXEFileName' member of the ISWiRelease Object. Just take a look at the InstallShield help library for more details.
... View more
Jun 18, 2007
02:56 AM
InstallShield uses Microsoft´s Driver Install Frameworks Tools (DIFx) to install PnP Function Drivers or Class Filter Drivers. So you should first make sure that your driver package meets the Requirements of DIFx. You can download DIFx (including Documentation) here (most current version of the Driver Install Frameworks (DIFx) tools is available in the Windows Driver Kit (WDK)). You can simply use DPInst.exe of DIFx to test your driver package. Hope that helps a little bit. -Nick
... View more
- « Previous
- Next »
Latest posts by Holger_G
Subject | Views | Posted |
---|---|---|
1810 | Jul 11, 2014 02:11 AM | |
1615 | Mar 05, 2012 02:55 AM | |
1476 | Feb 27, 2012 01:20 AM | |
1476 | Feb 24, 2012 02:26 AM | |
809 | Feb 23, 2012 12:42 AM | |
570 | Dec 14, 2011 02:12 AM | |
477 | Oct 12, 2011 12:43 AM | |
668 | Sep 16, 2011 05:42 AM | |
930 | Sep 13, 2011 12:40 AM | |
421 | Sep 07, 2011 01:09 AM |
Activity Feed
- Posted Re: ISDEV Crashing on InstallShield Forum. Jul 11, 2014 02:11 AM
- Posted Re: How do you get the computer name using installscript? on InstallShield Forum. Mar 05, 2012 02:55 AM
- Posted Re: LaunchApplication on InstallShield Forum. Feb 27, 2012 01:20 AM
- Posted Re: LaunchApplication on InstallShield Forum. Feb 24, 2012 02:26 AM
- Posted Re: First Time Device Driver Install Question on InstallShield Forum. Feb 23, 2012 12:42 AM
- Posted Re: Single Self-Extracting Exe for Installation on InstallShield Forum. Dec 14, 2011 02:12 AM
- Posted Re: Problem Creating multiple drivers installation on InstallShield Forum. Oct 12, 2011 12:43 AM
- Posted Re: Issue with LaunchAppAndWait after upgrading IS11.5 project to Installshield 2011 on InstallShield Forum. Sep 16, 2011 05:42 AM
- Posted Re: Key file question on InstallShield Forum. Sep 13, 2011 12:40 AM
- Posted Re: MsiProcessDrivers not scheduled. on InstallShield Forum. Sep 07, 2011 01:09 AM
- Posted Re: how to add both 32 bit and 64 bit driver to one installshield project. on InstallShield Forum. Sep 07, 2011 01:04 AM
- Posted Re: repair install doesn't update the device on InstallShield Forum. Mar 08, 2011 05:22 AM
- Posted Re: Forcing USB Drivers to update. on InstallShield Forum. Mar 02, 2011 06:23 AM
- Posted Re: Populating Combobox with custom action on InstallShield Forum. Jan 28, 2011 04:54 AM
- Posted Re: repair install doesn't update the device on InstallShield Forum. Jan 27, 2011 05:50 AM
- Posted Re: Prevent user from unselecting features on InstallShield Forum. Jan 07, 2011 07:08 AM
- Posted Re: Are MSI Public Properties Persistent? on InstallShield Forum. Jan 06, 2011 06:49 AM
- Posted Re: Passing UI language from parent setup.exe to chained msi package on InstallShield Forum. Nov 19, 2010 06:03 AM
- Posted Re: Uninstall Reg Keys on InstallShield Forum. Nov 04, 2010 03:54 AM
- Posted Re: MsiProcessDrivers returned error code 1157 on InstallShield Forum. Nov 02, 2010 09:05 AM