dotnetfx install error

tate

Centurion
Joined
Nov 10, 2003
Messages
116
I have created a deployment project that is suppose to install the .NET framework if needed. When I try the install I receive the following error;

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Application Setup Error
Version detection failed for dotnetfx.exe\dotnetfx.exe. Insure that the installer exists at the specified location.
Message returned: The specified image file did not contain a resource section.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Here is the associated settings.ini file contents;

[Bootstrap]
Msi=projectSetup.msi
'LanguageDirectory = jpn
'ProductName = testproductname
'DialogText =
'CaptionText =
'ErrorCaptionText =
FxInstallerPath = dotnetfx.exe


I have tried several FXInstallerPath variations thinking I had screwed up the relative path some how. The dotnetfx executable version was obtained from Microsoft

Microsoft .NET Framework Redistributable 1.0


Any ideas on what is causing this error?

Thanks so much for the help.
 
Back
Top