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
ADVERTISEMENT
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
Jan 26, 2010
Is it possible to create a setup installer that will auto install fonts when user install the applications?
View 6 Replies
Nov 18, 2011
I want to install ms excel from my vb.net application installer. I know I have to launch the exe file. But want to know the real environment problems that can come in this way.
View 4 Replies
Jul 15, 2010
I'm using VB.NET 2003, and I'm using the installer that comes with the language. I remember reading on this forum a couple of years ago how to configure the installer so that it will automatically overwrite the previous installation. I had configured mine to do that and it worked great. Recently, the installer was lost do to a drive crash, and this trick was lost with it. I have looked through the forum for the post I read, but have not been able to find it. Does anyone know how to configure the built in installer to overwrite the previous installation when installing the program?
View 4 Replies
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
Mar 4, 2012
Using Visual Studio 2010, Windows 7. Setting up project on one machine, then attempting deployment it on another machine with Windows 7 on it:
How do you get the installer to install an application normally, my app is installing on roaming profile, and I do not want it to install that way . . . I want it to run as a normal software application, it is not created for network use!
In short, I want the application to install under the Program Files directory, and the data files to install under the ProgramData directory. I have already designated the Application Folder's DefaultLocation as [CommonAppDataFolder] and the application data folder as [CommonAppDataFolder], . . . but it makes no difference, it still installs as a roaming profile.
View 1 Replies
Oct 9, 2009
I have a ClickOnce app that has been working fine for a couple months, until a day or two back some internal politics borked the server. The result of this was that the path for ClickOnce during install changed just slightly at one intermediate level. It used to have /is/ in the path, and the is has changed to something else. I changed everything I could find, including recreating the whole target directory in IIS on the server. However, when I publish, though the link is correct, installation is failing. The log shows that, after checking and installing some prerequisites, the installation is attempting to go back to that /is/ path to find the app for installation.
Can anybody suggest where that invalid path is located? I have gone through every property I can find in Project|Properties, and they are correct. I have looked in App.config, and that is correct. Where else should I be looking?
View 7 Replies
May 7, 2009
I created a small application and an installer project for it. I can install and also run it, only thing htat i dont like is that during setup, it downloads .NET Framework 3.5 SP1 and this takes long sometimes. I want to have it on the installation CD later.
I have seen in the installer's detected dependencies, that there is the 3.5 framework contained and it has a InstallURL property = [URL]..I am a little confused about all the Framework stuff on this site - so just 3 simple questions:
1) which file exactly do i have to download,
2) where to put it and
3) what to write into the property InstallURL then? (Maybe needed to change also other properties)?
View 5 Replies
Jul 22, 2009
I am using a 3rd party dll in an application and the installer does not register the component irrespective of any settings in the install package.It will register manually though using regsrv32 after installation.My question is how can I use the System. Diagnostics. Process.Start("cmd.exe")function to call the regsvr32 with the dll name after installation from the install package, also the correct syntax for referencing the installation folser if the user amends it on install so that it doesn't fail on execution because of spaces.Dim stRegPath as String= "regsvr32 & "" & Path.GetDirectoryName (Assembly. GetExecutingAssembly().Location) & "rogue.dll".
View 3 Replies
Jun 14, 2009
I had a few small programs that I bought from the internet and so I was building a program that will have all those program in one cd. I got that far that the program is almost done and it opens every program up with a press of a button. Now instaed of writing every product key down on the sheet or have VB open up a text file with the keys on it is there a way I can add the product key to the install with just by the press of a button?
View 13 Replies
Feb 5, 2012
im validating textboxes in my form so it will not allow users to press numbers just letters.the code i'm using is Private Sub Textbox_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) _ Handles txtFirstName.KeyPress, txtSurname.KeyPress, txtAddress2.KeyPress, txtCity.KeyPress
[Code]...
what i need help with is, ive created a lable called lblFn next to the FirstName Textbox and would like this to be updated with "Please enter Characters Not digits" if a user enters digits in the textbox, how do i amend the above code to get this working?Basically whatever textbox a user enters wrong data in it updates the corressponding label next to it!
View 11 Replies
Oct 9, 2009
he wants it to install for all users of the PC..do I control that ? or do you just change the install path tonot me the local users when you instal
View 7 Replies
Nov 13, 2011
Im Building a auction application and i need to catch the exceptions i.e if two people press the bid button at the same time i need to capture that exception and figure out who was has the highest bidder out of the pair of them then show the relevant message, my question is how can i achieve the above?
View 2 Replies
Nov 10, 2009
I'm looking to make a simple install wizard to install my program (I know Visual Studio 2010 already has an installer) but anyway, I would like to make it myself, kind of line reinvent the wheel?
View 3 Replies
May 30, 2009
I created a simple application that when a user logons onto their Windows account, the application pops up to display the computer usage agreement.آ The user at this time has the option of accepting it or declining it. If declined they are logged out of windows, and if they accept they can continue using windows. When I installed the application logged on as the administrator, it only installed in the administrator profile, thus not allowing the application to be run from startup under any other account except admin.آ My first question is, how can I install this application that is it accessible to all user accounts? The second question is how can I program the application to freeze windows until the user clicks the accept button, without puting a timer event that if the accept button is not clicked in a certain amount of time to log off the user.
View 2 Replies
Jun 21, 2010
Well I used the Visual Studio 2010 installer to install my application and I want it to be able to change the version displayed in the in the Add/ Remove Programs (in the Control Panel). How can I do this without going through the install wizard again?
View 3 Replies
Oct 21, 2010
How do you make an advanced MSI custom installer in VB.net? Like InstallShield, ect...
View 18 Replies
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
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
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
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
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
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
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
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
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
Mar 12, 2009
Is this software what i need to install to extract data from PDF documents using 2005? If so is this the link i need to get it from? [url] I just got no idea about itextsharp
View 5 Replies
Jun 6, 2009
I cannot find a way to make a program that I write make a shortcut in the start menu for all users.My final goal is to make an MSI and deploy it in group policy to all users on a computers OU. Is this possible?
View 5 Replies
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