distribute .net application
Now it is the time to distribute my vb.net application.
but while install in client computer(win98), I got message"the setup requires the .net framework. please install the .net framework and run this setup again."
But in my distribute package, I have all the following files:
dotnetfx.exe
InstMsiW.Exe
InstMsiA.Exe
settings.ini
Setup.Exe
Setup.Ini
SPCData Management Software.msi
and the settings.ini is :
[Bootstrap]
Msi=Y:\SPCDataInstaller\Debug\SPCData Management Software.msi
'LanguageDirectory=jpn
ProductName=SPCData Management Software
'DialogText=
CaptionText=SPCData Management Software
'ErrorCaptionText=
FxInstallerPath=Y:\SPCDataInstaller\debug
setup.Ini is:
[MSILoader]
MSIFileName=SPCData Management Software.msi
Can somebody help? Thanks