07-02-2007 02:39 AM
07-02-2007 09:39 AM
Hi Reinhard,
First off, DAQ 7.0 didn't support the .NET Framework at all and thus you wouldn't experience any files being install to .NET and Visual Studio directories on your computer. Secondly, did you ever find out the amount free space on both drives? What about the computers that work (i.e. differences in free space between C and D drives on those computers)? The reason we ask is because MSI has a unique way of determining where to install certain files to based upon the amount of free space you have on your system?
As far as determining target directories, we just ask Windows where certain directories are installed too. If they tell us, the D drive, then there's not much we can do about that.
Now, the problem area seems to be in just creating a folder on your D drive. What we could test, is to see if we delete that action in the MSI file (which means it doesn't create this folder which actually happens to be a "bogus" folder anyway), then maybe your installation will work. Microsoft has a free MSI editor called Orca in which you can view MSI files and actually customize them. So install Orca and then browse to your DAQ 8.3 installer. Navigate from the top-level directory to \Products\NI-DAQmx\MSSupport\ and notice there is one msi file named MStudioDAQInstaller.msi. Before you start editing this, copy and paste this folder somewhere on your hard drive. Then open Orca and drag the msi file into Orca (you should be able to also right-click the msi file and select Edit with Orca). Inside Orca, select the CreateFolder table and then delete the _Help entry.
Now re-run the installer and let me know what happens.
Best Regards,
07-06-2007 10:42 AM
07-10-2007 07:06 AM
07-16-2007 01:13 PM
07-17-2007 01:25 AM