how to build standalone executable

C

Cecil Sheng

Hello,
I've searched this newsgroup, but i can't find the answer.

We have some programs written in VB 6, and we've upgraded
to VB.NET recently.But I can't find a way to build native
win32 executable, which can run without .NET framework.

Thanks in advance,
Cecil.
 
B

Benny Mathew

Hi,
I don't think there is any such utility that Microsoft offers, may be
you will find some third party utility i am not sure.
 
A

Armin Zingler

Cecil Sheng said:
Hello,
I've searched this newsgroup, but i can't find the answer.

We have some programs written in VB 6, and we've upgraded
to VB.NET recently.But I can't find a way to build native
win32 executable, which can run without .NET framework.

Right, .NET applications need the .NET framework. It contains the libraries
you use, the JIT-compiler, managed execution including memory management and
so on.
 
N

Nak

We have some programs written in VB 6, and we've upgraded
to VB.NET recently.But I can't find a way to build native
win32 executable, which can run without .NET framework.

As a matter of interest what's wrong with using the .NET Framework?

Nick.

--
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
"No matter. Whatever the outcome, you are changed."

Fergus - September 5th 2003
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
 
H

Herfried K. Wagner [MVP]

Cecil Sheng said:
We have some programs written in VB 6, and we've upgraded
to VB.NET recently.But I can't find a way to build native
win32 executable, which can run without .NET framework.

This is impossible and doesn't make sense.

http://www.remotesoft.com
-> "Salamander"

http://www.lesser-software.com is planning a tool for doing that.
2-When i buld a windows installer (msi file) from my
projects i have a warning that say :
you need run runtime file (dotnetfx.exe)before run msi
file in other computer

Framework 1.0:

..NET Framework Deployment Guide
http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframedepguid.asp

Using Visual Studio .NET to Redistribute the .NET Framework
http://msdn.microsoft.com/library/en-us/dnnetdep/html/vsredistdeploy.asp

Framework 1.1:

Redistributing the .NET Framework 1.1
http://msdn.microsoft.com/library/en-us/dnnetdep/html/redistdeploy1_1.asp

..NET Framework 1.1 Deployment Guide
http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframedepguid1_1.asp

..NET Framework 1.1 Redistributable Prerequisites
http://msdn.microsoft.com/library/en-us/dnnetdep/html/NETFx1Redistreq1_1.asp

..NET Framework Redistributable Package 1.1 Technical Reference
http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetfxref1_1.asp

Using Visual Studio .NET 2003 to Redistribute the .NET Framework
http://msdn.microsoft.com/library/en-us/dnnetdep/html/vsredistdeploy1_1.asp
 
O

One Handed Man

Convert it to C++

--
Regards - One Handed Man

Author : Fish .NET & Keep .NET
=========================================
This posting is provided "AS IS" with no warranties,
and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top