Ask a Question. EXE of vb. Please Sign up or sign in to vote. See more: VB. How Can make. And attached the all necessary files like crystal report , Sql Server. It install step by step. How can i Make better setup file. Posted Apr pm Nishant Add a Solution. Top Rated Most Recent. Accept Solution Reject Solution. Hi, refer below links for getting started with setup and deployment projects. Posted Apr pm Karthik Harve.
Along with before you add your project. Posted Apr pm TrushnaK. Add your solution here. The basic Microsoft approach to the different. NET versions is backwards compatibility, what means that a given. NET version can run any program built with that version or older. This is theoretically right, but not always right in fact. My approach to this problem is relying on a bit old.
NET version 3. If you want a for-sure overall compatible program you should work quite a lot on this front compatibility between versions is one of most typical problem of any programming platform , instead expecting Microsoft to take care of everything. Thus, in principle, just one. NET version the last one has to be installed which, on the other hand, is not the case for a big proportion of computers; for example: computer including the 3.
Lastly, I want to highlight that my intention with this answer is not defending any programming approach over any other one; I am just describing what is there from the point of view of your question "can I remove the. NET part? If you want to rely on a different programming platform you should get informed about it I am sure that Camilo Martin will be more than happy to help you on this front. If you prefer to rely on.
NET, be sure that you can generate an overall compatible program to be run on Windows. Quick Basic once made and executable. You can look at Mono to see if they have anything yet. Why do you need an executable. If the reason is for security and to minimize chances of reverse engineering, then get a good obfuscator.
Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. How to make a Vb. Exe Ask Question. Asked 8 years, 7 months ago. Active 11 months ago. Viewed 36k times. Is there any converter program that can do this for me?
Improve this question. Short answer: you need. It weights a ton, so imagine how nice would it be to have your small half-megabyte program suddenly be 80 MB.
You'll have some dependencies when you write a VB. NET program. It needs Windows, weighs in at several gigabytes. And you'll need what is preinstalled on the last 3 versions of Windows, the. NET runtime. There used to be companies that shipped linkers that removes the. NET runtime dependencies. They cost thousands of dollars, not terribly competitive with the. Stephen J Whiteley. Wednesday, December 17, PM. Hi Larry, So it looks like you need to do like I said.
Job done, sorted. Net tutorials see here. Hi Larry, there are several ways to do this, which is the right one for you is what we need to figure out. You can still call executables but they have to be installed. Using click once installation installs the application to a users folders, this may be where you are thinking that you cannot do this.
What you can do is, while running the publish wizard, there will be a question that asks you if you want the application to be installed or if it should run from the publish location. Select run from publish location, click continue. You can have all of your applications published to the same basic location but you would probably want them in different directories, within the parent directory.
You could then call the setup file of each project, this will allow the application to run without being installed. Let me know if this will work for you. Net code use. Please see the following documentation. Net project. The server then will supply the file to each machine in turn.
Just make sure each PC connected to the server has the correct. Net FrameWork installed. It is just the standard Hello World program. This will give you an idea of what I mean, just like running off any server, I guess. Regards, John For links to VB. I tried what you said.
0コメント