Make An Installer Instead Of Publishing?

May 18, 2009

i would like to ask....after i completed my application and i would like to make it become an installer instead of publish it,what should i do next?

View 9 Replies


ADVERTISEMENT

Publishing ClickOnce Or Windows Installer?

Aug 28, 2010

While publishing, how can I select ClickOnce or Windows Installer. Where can the choice be made?

View 2 Replies

VS 2008 Publishing - Make Just One Exe File In Vb9 - Install The Program After Publishing?

May 22, 2009

About publishing my program. there's a lot of files made after publishing unlike in vb6 when i converted it to exe file theres only one file. hmm how can i make just one exe file in vb9 is it possible? another question do i have to install the program after publishing?

View 5 Replies

How To Make An Installer

Oct 21, 2010

How do you make an advanced MSI custom installer in VB.net? Like InstallShield, ect...

View 18 Replies

Deployment :: How To Make An Installer

Mar 20, 2009

I have made my program which i want to distribute, how can i make an installation package for it?I know there are third party software i can use to do this, but is there anything in the VB framework that i can use to install it?

View 3 Replies

How To Make An Installer For Program

Nov 11, 2011

i would like to ask on how to make a installer for my vb.net program. Are there application that is capable of making an installer.

View 1 Replies

Make Installer By Coding In .NET?

Jun 9, 2011

I have completed a VB.NET project and I want make a installer for this project by coding.so I don't know how coding !

View 3 Replies

Make My Own Installer Without Using INNO?

Feb 16, 2010

How can i make my own installer with out using INNO for example.

The current one i use is Click Team it's freeware but has a ad at the end which i hate. I made a small application that downloads the latest version of the main application. But the problem is that it downloads the click team install package.

View 3 Replies

Make A Custom Installer [VB 2008]?

May 4, 2010

I want to make my own custom installer without those other stuff. I want the installer to how I made it.I got the layout, directory picker and everything but how can I get the files I want them to install into the program and they click a button so they install to the location.

View 2 Replies

Make SplashScreen With Installer VB2008?

Jan 11, 2010

make a splashscreen with an installer like the image below.. I know how to make a splashscreen. Say i made a splashscreen in vb2008 i added a button saying install Is there a way i can get a app into the button..Sorry for my bad english.. Do you see the image below? If i click copytodvdsetp it will open the installer and start installing
If i click the serial button it will open a text box.. How do i make that??

View 2 Replies

Make The Progress Bar In Windows Installer Look Different?

Apr 2, 2009

Is there a way to make the progress bar in Windows Installer look different?Could you make it look like a progress bar with the green boxes?

View 7 Replies

Unable To Make An Installer For Project?

Aug 17, 2009

I use VB 2008 express edition. I want to be able to make an installer for my project. If I run the executable file from the development computer, it works fine. When I try to install the program in other computer, it tries to download .net framework. Is there anyway to prevent this to happen? I have the .net framework installer in a CD.

View 2 Replies

Make A Page Based Interface Such As An Installer?

Jun 22, 2009

What would be the most clean & efficient method to make a page based interface, such as an installer?

I've had a few ideas, I could make a class for each control i'm going to use that has a Page ID number, and compare that against a global current page number, except I want it to be reusable, so that would mean i'd have to make a class for every control.

View 5 Replies

Make An Installer With VB And Have An Option To Run As Admin And Add To Firewall?

Dec 21, 2009

I know that you can make an installer with visual basic and have an option to run as admin and add to firewall. But is there a way to do this with out installing?

View 3 Replies

Deployment :: Make An Install Pack That Contains Microsoft Installer And Framework?

Feb 23, 2012

I just finish my first application, and it is runing very nice on my computer, outsite IDE.But when I put it on another computer or in a virtual machine, i get some error and it is not running.In my application i have only controls, no dll, no nothing, except one picture.I have to mention that i have win7 on 64 bit and i use visual basic 2010 Express with netframework 4.0.

I also want to ask you what i have to do to make an install pack that contains microsoft installer and framework.I want to make a setup file with all this included.

View 1 Replies

How To Create Initial Installer And Upgrade Installer?

Aug 12, 2011

I'm currently developing an application for a POS Terminal using VB.net. Our project is approaching the last stage of development and I've been tasked to create 2 installers. 1 for Initial Installation, and the other for upgrade installation.

The project is composed of several elements. These are:

1. The application executable

2. Common DLLs that we developed

3. some resources (.resx and XML)

The requirement for the upgrade installer is that only those files with modification should be installed. (i.e. if only the xml or resx files are modified those are the only items that will be reinstalled, since the size of the upgrade installer is a consideration so we cannot reinstall everything).

I'm using Visual Studio 2005 for my deployment project but I'm a bit confused about how to set the properties of each file in such a way that during the upgrade, only the files that were modified would be updated and the rest of the files will not be removed since I'm setting RemovePreviousVersion property to True. I have a hunch that I need to do something with the custom action but I haven't been able to figure it out. The upgrade installer setup is almost the same as the initial installer except that all files are excluded.I tried to acquire a copy of Phil Wilson's book (The definitive guide to Windows Installer) but its not available in our local bookstore and it would take too long to order it.

Basically while tinkering with the settings/properties there are instances where the dll was not updated and there are also times when the application exe was removed.

I already verified that the Product code is the same for both installers and that I'm sure that the version number is being incremented for each upgrade.

If I will be redoing both installers from scratch, how should I go about it?

I'm also confused about the Condition property and the transitive property.

View 6 Replies

VB2010: Visual Studio Installer Add Other Installer?

Jul 19, 2011

Triying to use the built in Visual Studio 2010 to install a couple of files and after that is done to run another installer package (3rd Party Installation Wizard).

View 1 Replies

Make A Extractor/installer - Users Will Press Install And It Will Extract Myprogram?

Aug 9, 2009

I want to make a extractor/installer for example the users will press Install and it will extract myprogram.exe at C:/windows/system32/ automatically when they press install.

View 7 Replies

Creating A Windows Installer CD - Initiate The Windows Installer And Have Failed?

May 29, 2011

I have written a program in Visual Basic 10 and all is well. I have published it and have been burning the result to a cd and installed it on various computers, however it is the click once app, which has been fine till now. What I need to do now is to have the program install the .exe file and associated files (non click once app) to a specific drive on a computer or network computer. I have searched the net for instructions on how to initiate the windows installer and have failed. is there a program that you can select the source files then point to the installation folder tell it to go and an installation package gets made that I can burn to disk.

View 3 Replies

.NET Framework 3.5 Offline Installer Is 200 MBs Larger Than The .NET 4 Offline Installer?

Jan 13, 2011

I have code/support an application built on .NET framework that has always run on .NET 2. This year we are upgrading the application to use .NET 3.5 (or 4?). In preparing for this change we noticed that that Offline Installer (required for our customer base) for .NET 3.5 is 200+ MBs bigger than the .NET 4 offline installer.

Here are my questions.Why is the dotnet 3.5 installer so much bigger than the 4 offline installer?

Can we TARGET .NET 3.5 but distribute .NET 4. In other words, is .NET 4 backwards compatible? Assuming that .NET 4 was the only installed .NET could application still target earlier frameworks?

IF our application is compiled for x86 CPU (rather than Any CPU) do you still have to distribute the x64/x86 Client Profile or can we just distribute the x86 Client Profile? In other words, can we distribute the x86 Client Profile even though it will be installed on x64 machines if our app is compiled for x86 target CPU? Any risks or gotchas for doing this?

The issue is that if we upgrade our app to target .NET 4 there are a lot of application servers that we also have to upgrade which effects a number of other applications.

View 2 Replies

.net - Publishing WCF App?

May 12, 2011

I had a working WCF published to IIS on my server. Recently I created another, self-hosting WCF (windows service) and added a reference to it from my WCF on IIS. Like this:

ASP --> WCF (in IIS) --> WCF (as win service)

Now, I can't seem to add a reference to my first WCF in my ASP app. So I've got this:

ASP XXX WCF (in IIS) --> WCF (as win service)

Here's the service model from the WCF in IIS. I'm publishing to http://localhost/LetterWriterASP/

<?xml version="1.0"?>
<!--

Note: As an alternative to hand editing this file you can use the web admin tool to configure settings for your application. Use
the Website->Asp.Net Configuration option in Visual Studio.A full list of settings and comments can be found in machine.config.comments usually located in

WindowsMicrosoft.NetFrameworkv2.xConfig
-->
<configuration>
<configSections>

[code]....

View 1 Replies

Publishing App In .net?

Apr 9, 2010

when i publish an app in vb.net it creates some files: application files directory, app.application, and setup.exe i am going to be distributing this application to people who can barely use a computer, so i need to bundle everything in one, self-extractable package.

View 1 Replies

Using An Exe Instead Of Publishing?

Jan 12, 2012

In my current program, I'm calling some EXEs by just clicking on a button (so basically an all-in-one tool). (I'm using VS 2010)Question is: when I publish my project, you get of course a setup which you have to install. I'd rather have it be an EXE you can just launch.

View 5 Replies

Publishing A VB.NET Project

Sep 5, 2006

When i use the 'Publish <ProjectName>' feature in VB .NET, a setup file is created. When u run the setup, u cannot specify where u want to install ure program. Is there any way to change that.

View 5 Replies

Publishing A WPF On A Website?

Oct 7, 2010

I'm a college student, and I made a web-based game for a friend using Visual Studios. I created a WPF project, and it's saved as an .xaml file. All of the free web hosting sites I've found would only let you post in HTML, CSS, or Flash. I've looked online for any help, and even looked for converters.

View 2 Replies

Publishing Website On IIS?

Feb 10, 2009

I have created a simple website in visual studio 2005 Express. How do i publish this on a IIS server? I have installed asp.net so do I just copy default.aspx, default.aspx.vb and web.config into c:\intepub\wwwroot\?? I hope this is the correct forum,

View 8 Replies

Saving/Publishing As .exe?

Nov 4, 2009

I created a program, but I can only publish as an application manifest and .app file. I want to publish or resave it as a .exe file that contains the entire program.

View 4 Replies

Installing Application After Publishing

May 30, 2009

i can publish my app fine.it creates the setup and the rest of the files, whatever they are.on my operating system, the setup runs fine.when trying to install it on another system, it asks for the microsoft 3.5.net.this update can take quite a while.how can i publish my app, in such a way that it can run from the files in the setup and not have to have any other addons, as .net framework. i know it's possible, since i was able to install other software before i had the .net framework.

View 19 Replies

A Boolean Value Does Not Persist After Publishing

May 1, 2009

I'm working with Visual Basic 2008 Express. My application opens with the Terms screen, a form that asks the user to declare his acceptance of certain terms and conditions or to decline. If he accepts, the app opens the main screen, giving him access to all the app's facilities. If he declines, the app gives him a message and then closes. Whether he chooses to accept or decline, the app puts his decision in My.Settings so that it can be used next time the app is opened. In this way he is presented with the Terms screen on the next opening if he declined on the last run. But if he accepted on the last run, he is presented with the main screen on his next opening.

All works fine when I do a debug run. But when I build and publish the app onto my desktop it opens with the Main screen instead of the Terms screen.

why it works on F5 but not after publishing?

Public
Class frmTerms
Dim Accept As Boolean

[Code].....

View 11 Replies

Build Failing After Publishing?

Jun 17, 2009

I am using Web Application Deployment for publishing on IIS. At first I have converted my website to a web application. My application compiles and build fine on my VS2005. But when I try to run it via CC.net. It comes up with a 100's of errors. Following is the list of someof the errors that keep repating in the same file.

errorBC30284: function 'GetCannotChangeMessage' cannot be declared 'Overrides' because it does not override a function in a base class.errorBC30451: Name 'GetAndChangesCanBePerformed' is not declared.errorBC30456: 'GetStatusMessage' is not a member of 'Object'.

why my build is failing with these errors. As functions are overridable in base class and also names declared

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved