VB 6.0 Installer - Exe File Is Greyed Out

Apr 5, 2010

when i install the vb 6.0. the exe file is greyed out. i can't make my project to exe file.

View 8 Replies


ADVERTISEMENT

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

Maskedtextbox Disabled But Not Greyed Out

Jan 2, 2011

Is it possible to disable a maskedtextbox and not have it greyed out? I have several on my form, some of them I allow input and some I don't. I'd like to have the enabled boxes one color and the disabled another color.

View 2 Replies

Why Are All The 3.5 Namespaces Greyed Out In VS2008

Nov 17, 2009

I've only just noticed that all the 3.5 namespaces are greyed out in VS2008. Any idea why that would be? The 3.5 framework is installed OK.

View 3 Replies

Application Properties Icon Greyed Out

Jul 1, 2011

I'm trying to set the Icon in VS2010. I go to Project>>Properties. Then I click on Application, but ICON is "greyed out" with the select as (Default Icon). How can I ungrey out ICON so that I can set the icon for the dll. Icon 32x32 .ico file is built and has been added as a resource.

Anybody know why Icon is greyed out in Application Properties.

View 4 Replies

Controls In VB 2008 Toolbox Greyed Out

Aug 25, 2009

I have been trying to add an SQLDataAdapter control onto a webform in Visual Basic 2008 professional and Express editions. This control and others remain greyed out even when selected; they can only be seen when 'Show All' is selected in the toolbox. Is it that these controls are not available in the type of form?

I've checked various forums but have not seen a clear answer. I've tried some of the solutions proposed but none has worked. I've also reinstalled the application; then uninstalled, rebooted, reinstalled, but to no avail.

View 8 Replies

Package Mdb File In Installer?

May 13, 2009

I have a finished application that is ready to be delivered to my client, I am looking for an efficient way to add my database file (i.e. .mdb file) into the installer package, thats one thing..another thing is that how can I customise the installer package to always put that .mdb in the D: drive during installation..

View 3 Replies

Javascript - ExtJS Combobox Sometimes Hides Behind Window Greyed Out?

Sep 27, 2010

So the code below is called when a user selects Save on an ExtJS popup modal window. This window ONLY contains a combobox. Now, sometimes when a user saves this, and then re-opens it later on, the combobox will appear BEHIND the window all grayed out, unable to get to. Other times, it will be fine and work, and no difference in events happening either time, just complete utter inconsistency.

[Code]...

View 1 Replies

VS 2010 : Custom Control DLL Reference Greyed Out In Toolbox?

Apr 10, 2012

I'm trying to add a custom panel to my toolbox using a dll file, but when I add it as a reference it only appears as greyed out - and this is only after I click "Show All" in the toolbox.Everything builds fine in the Class Library project I used to create the custom control. Here is the simple

Imports System.Windows.Forms
Public Class pnDoubleBuffered
Inherits Windows.Forms.Panel
Public Sub New()

[code]....

I build the project, open my main project where I want to use the control. Then I click "Choose All" from the toolbox and add the reference using ".NET Frameworks Components". I find my dll file and click OK. Then nothing is added to the toolbox. I manage to see the control greyed out when I click the "Show All" option.

View 2 Replies

.MSI (Installer File For MS Visual Studio 2008 (.Net)?

Mar 23, 2010

I have a MS Visual Studio .NET project created. I also went through the basic steps to add a setup project which created both an .MSI and a setup.exe file under the "Release" folder within the Debug folder. When I ran the setup.exe it installed the website on my http:localhost/Program/default.aspx which is fine and all..

My only problem is that the website does not have some of the customized icons that should be displayed, some of the other files are also missing such as "filename.txt" found in the main directory of my program used for specific calculations. I guess my two questions are:How do I add "All" the files inside my project to the .MSI?? The Website works fine, but its missing some files.

My second question, what if I "Remove" the program? Will it delete all directories, even files manually added to some folders AFTER the installation? For example: Lets say that my website contains a folder called "Data" which gathers data for specific purposes. The "Data" folder is often changed to replace outdated "Data", so when I need to make an update to the program the "Data" should not be removed, my 'client' should be able to just Add/Remove the program to update the program but all the other files should remain unchanged.

View 1 Replies

Creating An Installer File To Install SQL Server?

Jun 4, 2010

I have an application that uses a SQL Server backend. I wish to be able to create an Install project where the it can install SQL Server and/or an instance on the users machine. Has anyone ever done this before? If so, how is it done? Any examples, etc.

View 2 Replies

IDE :: File Versions Work With Windows Installer?

Mar 25, 2012

I've read about revising the File Version (and Assembly Version) to ensure that an updated file does replace an older/previous file when a WI update installation is carried out, but I don't understand the four-part construction of the File Version ... and my re-versioned files sometimes refuse to transfer to the target computer.

For example, a .exe I have recently updated had it's File Version set to 1.0.0.0 (it is resident now in my Program Files (x86)/MyApplication folder) and File Date 23/03/2012, but even now with the File Version set to 2.0.0.10 and a File Date of 24/03/2012 when I use WI to install the new program over the original the 1.0.0.0 file remains in place and the new 2.0.0.10 file does not get installed instead.

[Code]...

View 2 Replies

Installer Has Insufficient Privileges To Modify This File

Apr 19, 2010

I am getting the above error when I attempt to run setup.exe as a non-administrator on Windows XP (sp3). This is for an application I created, and I would like to know what permissions the users need to install the application and updates. I am trying to understand the security issues when installing a vb.net desktop application, the .NET framework, and other resources such as the visual studio crystal reports engine. Any good resource which explains how this works for different operating systems and privilege levels?

View 6 Replies

[2005] Deleting In Use MSI (Windowsinstaller.installer) File?

May 7, 2008

I have created a script that opens up an .msi with a transform file. To make changes to the transform file, I have created a temporary .msi file. Once the changes have been made to the file, I want to delete the temporary .msi, but I am unable to as I get an error that the file is in use by another process. That process is the VB .exe itself. I need to be able to release the handle on this file so that I am able to delete it.

I have tried this by using both the 'ReleasecomObject' using try/catch and through using 'FinalReleaseComObject'. I do not get errors when running this in the script, but it still won't allow me to delete the file.

View 3 Replies

Create Installer File With Sql Server Database Attached?

Jun 21, 2010

I have a problem with attaching sql server database to an installer file.

View 1 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

VS 2005 Small Console Application That Writes (TARGETDIR) From Msi Installer To A Text File

Oct 30, 2009

I have a small console application that writes the [TARGETDIR] from my msi installer to a text file.If I choose C:Program Files as the installation folder, it only writes out C:Program..What would you use so that it doesn't stop writing when there's a space? [code]

View 3 Replies

Difference Bwtween Vb2005 And Vb2008 - Use Advanced Installer To Build A Setup File For Application?

Aug 30, 2010

I was studying visual basic 2008 and had reached almost 60% of it when I was told that my course curriculum included visual basic 2005. I will now have to reinstall visual basic 2005(.net framework 2) instead of visual basic 2008(3.5 .net framework). I was wondering- will it be completely different vb2005 and vb2008? I really wanted to stick to vb2008, I was getting the hang of it. Also, I was wondering, can I run my application vb2008 in .net framework? Is there any way around? Also, I used advanced installer to build a setup file for my application? Now the question is will the other computer(the one which will install from the set up) need .net framework of 3.5(since I built apps in vb2008)?

View 1 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

"Refresh The Data Table" Is Greyed Out?

Oct 28, 2011

I added a brand new SQL CE database to my simple project.I added an int column and made it a primary key with allow nullables no.However when I go to my tableadapter in my dataset - the advanced option still has the "Refresh the data table" greyed out / disabled.I am stumped as to what I am missing to allow the enabling of this.

View 3 Replies

Call DLL From Installer?

Mar 10, 2010

Does anyone know of an example where I can call a DLL from the .NET Installer?

View 1 Replies

How To Create An Installer

Sep 6, 2009

I have a program, and i need the user to be able to install it. How would i create an installer? I have my set up and everything i just need to figure out how to pack all my files into one program, then a code for my install button.

View 15 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

Installer Is Getting Flagged By Some AVs?

May 1, 2011

I have made my own installer over the last 6-9 months.Let me explain how it works.It's designed for monetization.We have a hook product and 3 to 4 additional pieces of software that we offer the user.When an offer is accepted our installer pings a website(PHP) that is linked to a mysql database. It makes a value increase by one when pinged.This represents how many accepts for offer A we have.For some reason we are getting flagged by some AVs and it is because of the http web requests to these reporting urls.

View 9 Replies

Possible To Create A GUI Installer

Dec 5, 2010

I need to develop an application which installs applications by accepting user inputs for example; there are 5 applications (exe files ) in my hand.say

1 . msoffice package,
2. mozilla firefox,
3. acrobat reader ,

[code].....

View 2 Replies

VS 2008 Best Installer To Use?

Mar 20, 2009

In the past I used VB6 to create my apps and used Wise Installer (v9) to create the install package. It was easy because it would read my VB app and automatically setup the file for me. All I had to do was add the numerous other associated files and I was done. Obviously that program is a bit outdated and does not (to my knowledge) have the same capability with a .NET project. Is there any installer out there that does have that capability and does not cost an arm and a leg?

View 10 Replies

.NET Installer To Check If WSE Is Installed

Jul 17, 2009

I have created one setup package using VS 2005 deployment. I need to check wheather Microsoft Webservice 2 is installed or not condition before installing. I have used "Launch Condition" which need Component Id. But i am not able to find to where i can get component id for "Web Services Enhancements 2.0 SP2 for Microsoft .NET".

View 2 Replies

Building An Installer Of A VB App Using SqlServerCE

Jan 2, 2012

I have a VB app that uses a sqlServerCE database. Everything works quite fine on my computer.

When I try to install it on other computers I run into problems. The message "Unable to load the native components of SQL Server Compact corresponding to the ADO.net provider of version 8080"

I am testing on a Win XP virtual machine.

My first attempt was to use InstallShield LE to create the installer. I defined ServerCE as a prerequisite and when I check in add/remove programs it exists, but I still get the error.

Then I tried building the installer with the Microsoft installer. This adds the dll to the program directory automatically, but I still get the error.

I read the KB article referenced (874247) and recompiled the app as an x86 application only, and rebuilding the installer, but have the same problem.

View 4 Replies

C# - Custom Installer Class?

Aug 4, 2009

I'm working on a project which needs some third party components prequisites to be installed before installing my .NET Application. Can someone tell me how to do it ?? I'm using .NET prequisites components to install the components like (.NET Framework 3.5,Windows installer 3.1,Crystal Reports) but what if i have some third party components which is not listed in prequisite lists ...

View 2 Replies







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