all groups > dotnet distributed apps > march 2004 >
You're in the

dotnet distributed apps

group:

Vb application Distribution with auto run


Vb application Distribution with auto run CV
3/31/2004 11:37:12 AM
dotnet distributed apps:
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




Re: Vb application Distribution with auto run DotNetJunkies User
9/7/2004 8:16:23 AM
[FXSection]
SupportedRuntimes=1.1.4322
InstallUrl=dotnetfx.exe
Message=1.1.4322
UseDefaultMessage=1


Thats what i used but it still looks like its asking the user to download from the internet but then when you hit yes it just uses the local file.

---
Posted using Wimdows.net NntpNews Component -

AddThis Social Bookmark Button