my solution to a real software

smiles

Well-known member
Joined
May 21, 2008
Messages
47
Programming Experience
Beginner
I finished writing a managament program for my company, but still in visual basic.net solution files, how can I establish it as an software to install on another normal computer that don't have visual studio or .net framework :confused:
Thanks so much :)
 
I finished writing a managament program for my company, but still in visual basic.net solution files, how can I establish it as an software to install on another normal computer that don't have visual studio
From the Build menu, choose Publish

or .net framework
No can do. Asking to run a .NET app without the .NET FW is like asking how to run a windows app without windows installed
 
You can use the ClickOnce publish system for deployment. When user installs you app it can check if .Net is present and if not download and install .Net first. From Publish tab in project properties, enable this by clicking the Prerequisites, check ".Net" and "create setup program" settings.
 
Hi, could I ask you one more question.
That is sometime the computer that I intend to install that software doesn't connect to Internet. But I have .net framework installer offline (about over 200M) how can I force to install it first :confused:
Thanks :)
Edit: Found it in prequisities options, but still have errors at the moment :D
had tried to put Dotnetfx35.exe in C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\DotNetFX35

Error 1 Cannot publish because a project failed to build. 1 1 UltraCatcher
Error 2 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'WindowsInstaller3_1\WindowsInstaller-KB893803-v2-x86.exe' in item 'Windows Installer 3.1' can not be located on disk. See Help for more information. UltraCatcher
Error 3 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX20\aspnet.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 4 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX20\aspnet_64.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 5 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX20\clr.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 6 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX20\clr_64.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 7 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX20\crt.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 8 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX20\crt_64.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 9 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX20\dw.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 10 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX20\dw_64.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 11 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX20\netfx20a_x64.msi' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 12 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX20\netfx20a_x86.msi' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 13 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX20\netfx_ca.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 14 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX20\netfx_core.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 15 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX20\netfx_core_64.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 16 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX20\netfx_other.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 17 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX20\netfx_other_64.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 18 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX20\prexp.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 19 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX20\winforms.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 20 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX20\winforms_64.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 21 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\x86\msxml6.msi' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 22 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\x64\msxml6.msi' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 23 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\NetFX30a_x64.msi' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 24 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\NetFX30a_x86.msi' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 25 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\RGB9RAST_x64.msi' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 26 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\RGB9RAST_x86.msi' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 27 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\WCF.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 28 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\WCF_64.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 29 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\WCS.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 30 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\WCS_64.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 31 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\WF.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 32 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\WF_32.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 33 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\WF_64.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 34 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\WIC_x64_enu.exe' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 35 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\WIC_x86_enu.exe' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 36 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\WPF1.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 37 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\WPF1_64.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 38 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\WPF2.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 39 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\WPF2_32.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 40 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\WPF2_64.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 41 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\WPF_Other.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 42 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\WPF_Other_32.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 43 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\WPF_Other_64.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 44 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\XPS.msp' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 45 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\XPSEPSC-x86-en-US.exe' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 46 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX30\XPSEPSC-amd64-en-US.exe' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 47 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX35\x86\netfx35_x86.exe' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 48 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFX35\x64\netfx35_x64.exe' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 49 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetMSP\x86\NetFX2.0-KB110806-v6000-x86.msu' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 50 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetMSP\x86\NetFX2.0-KB936704-v6000-x86_RTM_en.msu' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 51 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetMSP\x86\NetFX3.0-KB929300-v6000-x86.msu' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 52 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetMSP\x86\NetFX3.0-KB936705-v6000-x86_RTM_en.msu' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 53 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetMSP\x64\NetFX2.0-KB110806-v6000-x64.msu' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 54 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetMSP\x64\NetFX2.0-KB936704-v6000-x64_RTM_en.msu' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 55 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetMSP\x64\NetFX3.0-KB929300-v6000-x64.msu' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 56 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetMSP\x64\NetFX3.0-KB936705-v6000-x64_RTM_en.msu' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
Error 57 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35\dotNetFx35setup.exe' in item '.NET Framework 3.5' can not be located on disk. See Help for more information. UltraCatcher
 
Last edited:
Back
Top