C
CV
Hi,
I have an application developed in vb.net. I would like to distribute the
application in a CD with auto run. If the target system doesnot have the
frame work installed, then the frame work should be installed
automatically. I will include dotnetfx.exe in the same folder where
setup.ini is located. I have made the following changes in the setup.ini for
auto installation of frame work.
[MSILoader]
MSIFileName=myapplication.msi
[FXSection]
SupportedRuntimes=1.1.4322
InstallUrl=.\.
Message=1.1.4322
UseDefaultMessage=1
Any suggestions would be greatly appreciated.
Regards
CV
I have an application developed in vb.net. I would like to distribute the
application in a CD with auto run. If the target system doesnot have the
frame work installed, then the frame work should be installed
automatically. I will include dotnetfx.exe in the same folder where
setup.ini is located. I have made the following changes in the setup.ini for
auto installation of frame work.
[MSILoader]
MSIFileName=myapplication.msi
[FXSection]
SupportedRuntimes=1.1.4322
InstallUrl=.\.
Message=1.1.4322
UseDefaultMessage=1
Any suggestions would be greatly appreciated.
Regards
CV