Run Program In 'windows Setup'
Feb 10, 2009
I'm writing a program to deploy laptops in a domain environment. I'd like to invoke the windows setup feature that some laptop manufactures use to install applications after windows xp is installed.
View 3 Replies
ADVERTISEMENT
Aug 11, 2010
I have made a program that i would like to install onto both 32- and 64- bit windows. If i create a setup for 86bit will it install on both?
View 3 Replies
Apr 8, 2009
I created a new Windows Service and a stand alone set up program for it. To the solution I added a set up program project and included both programs as outlined in [url]... However, when I run the Setup program, I do not see the my new service in the services window after the set up program completes. Is there additional work that needs to be done to have the program install the windows service correctly or do I need to include the [url]... program and a batch file to get it installed?
View 2 Replies
Aug 26, 2011
When depolying a Windows Application with a CD How does one depoly Folders, with a large number pictures in them, along with the program that uses them!Further, when having the Control Panel utillities Uninstall the Program, how can you get it to remove the Folders containing the pictures along with the program that was installed with the pictures, assuming you can do so in the first place?Do not suggest using C or any other laguage please!
View 9 Replies
Feb 17, 2009
is it possible to take and run vb.net windows application setup as windows service...if possible means how to take and run vb.net windows application setup as windows service....is it possible to run the vb.net windows application setup automatically 5 mins once....if possible means...how to run vb.net windows application setup automatically...want to run 5 minutes once automatically..
View 2 Replies
Mar 13, 2009
I have developed a couple of windows applications in Visual Vasic Express 2008. To my horror, I have just discoved that the Setup Project is not available in the express edition.I have been searching to discover which DLLs I will need to include when using my 3rd party Deployment Application.
I know which ones I need for my 3rd Party Controls, but am stuck on which Microsoft DLLs will be needed the Microsoft Controls I have used, plus any other Common DLLs that are always needed.
I have tried searching Microsoft's site but without success.
View 2 Replies
Aug 4, 2011
i have made a window application programme in vb.net.i want to make a setup sothat it can easily install on another computer.plz help me....Pramod Gupta
View 2 Replies
Mar 20, 2009
I want to create a setup for windows application using 2008 including crystal report libraries (DLL files)and should create a icon on desktop
View 2 Replies
Sep 29, 2010
Now that I've got this service that runs really great on my 32-bit development machine when I use InstallUtil.exe to install it, I'm ready to take it to the next level and generate something that I can use to install it on my 64-bit production server. I've never done this before, so I'm looking for detailed, step-by-step instructions on how to "publish" this Windows Service that I've written, or make it such that I can take some kind of file (or set of files) and install my service on another machine. I'm looking for a way to do this using Visual Studio 2010. I think the processes are different than in previous versions of Visual Studio.
View 4 Replies
Sep 29, 2009
the project contains access database file i want to make a setup of my windows application .
View 6 Replies
Jul 28, 2009
I have VB 2003, 2005 and 2008. I would like to develop my own dialogboxes and put them in WIndows Setup and make it work.
View 2 Replies
Apr 16, 2012
Trying to setup some basic functions for the windows media player in a VB form. Its telling me playstate is readonly. anyway to change this?
[Code]...
View 2 Replies
Jul 2, 2010
i am trying to figure out the vb code to convert user input from a windows application and use them in the internet connection wizard to automatically setup up a dial up internet connection in XP. i've got the interface designed, i just can't find any of the vb commands to access the wizard or perform the function of the wizard
View 3 Replies
Apr 8, 2009
I have created a windows application which Installs Multiple MSI's based on some condition. The project is created in Visual Studio 2008 with .Net framework 3.5; If this application runs in a machine which has atleast Dot Net 2.0 installs, it works fine. but the system without framework 2.0 throws an error "The application failed to initialize properly (0xc0000135)"
How can I stop my application from crashing. I tried giving a check in the Main(), but it is not even firing the Main(); Is there any way I can give a prerequisite, But not in the Publish, Coz i am using the output exe and not the clickonce output..
View 1 Replies
Dec 30, 2011
I am seeking advice or clarification of feasibility.Ihave a VB.NET (2008) application that, as an administrative tool,generates a user id, password and business role, and creates a file on disk with the aforementioned as content. This file needs to be deployed to users via a setup program that will put the file in a fixed path I specify. I was wondering if it is possible (and if so how complex it might b to mimic the functionality of the IDEs setup and deployment wizard within the application (that is to say buildthe msi file and setup.exesupplying the parameter of installation path).
View 5 Replies
Jun 11, 2012
I packaged a VB 6.0 application using the Package and Deployment Wizard. After that I executed setup.exe in the package to setup the application. On Windows Server 2008 (32 bits), however, I received the following error when processing the setup:
[Code]...
View 3 Replies
Apr 27, 2009
I've been busy with work and other bits and bobs and not really had much time for programming... but anyway, I have just written a fairly simple windows service in VB.NET and although I can install it on my PCs/servers using the command line InstallUtil.exe component, this isnt ideal for other people that may need to install it without my assistance.
So basically I just need to know how to get a normal Setup and Deployment VS project to install this service itself... I thought it would be as simple as selecting the service assembly to include in the deployment project and building it, but unfortunately that seems to do naff all. Do I need to use a 'Custom Action' in the setup project (and if so, how/what do I do?)
View 6 Replies
Jul 15, 2011
I have a VB.Net program which reads and writes to an Access database. I am trying to deploy the program using a setup (created with INNO Setup). Upon installation on a Windows 7 computer, Windows 7 is preventing it from writing data without changing the permission settings. It reads data but it doesn't write data. This problem doesn't happen in Windows XP. My question is: is there any way to make the Visual Basic .Net program write data to an Access database on Windows 7 from the setup without the user having to change permission settings?
View 12 Replies
Aug 31, 2009
I have a simple windows Service developed in VS.net 2008 and VB.net. When I install the service using Installutil.exe from the command prompt it is working like a charm.
When I try to add a setup project and set the output and build and install it though it says successfully installed, it is not showing up in the services.
The event log shows that it is successfully installed. I just did check the registry, it did place the assemblies in HKEY_CURRENT_USERSoftwareMicrosoftinstallerassemblies.
But I don't understand why it is not showing up in the services listing. I refreshed and restarted.
View 3 Replies
Jun 22, 2010
Step-by-Step Process of Creating a Setup and Deployment Project for windows application
View 2 Replies
Jan 4, 2012
I need to install a windows service via an .msi for many tablets which is nooooo problem. The problem is, the tablets currently have the service running which was installed by installutil. So when my installer runs, regardless of Remove Previous Version is true, it stops stating the service already exists and to uninstall it from Add/Remove Programs.So I wrote a console app which preceeds the primary output as follows:
Sub Main()
Try
Dim filename As String = "C:Program FilesRSCProjectServiceSetupRSCProjectService.exe"
'Dim filename As String = "C:RSCProjectServiceRSCProjectServiceinDebugRSCProjectService.exe"
If System.IO.File.Exists(filename) Then
[code]....
View 3 Replies
Apr 18, 2011
I must create a setup program and the programm is done with Vb net 2010 + sql server 2008.
Do you know a programm to create a setup, possibly free and that included prerequisites?
View 1 Replies
Jun 6, 2011
Does any one know how to make a setup in visual basic 10 express without publishing!
View 2 Replies
Jun 30, 2010
I am creating a windows application setup project using Visual studio 2008 setup project. This setup will have following steps[code]...
View 1 Replies
Mar 16, 2010
Visual basic setup stops half way on windows 7 - also get fatal error on installing .net framework 4
View 1 Replies
Jul 16, 2010
I have use vb2008 express edition. I created a project have database(access). How can i creat setup this project.
View 3 Replies
Apr 17, 2009
im using vb2008 exspress edition and just finished my project.I need to create a setup wizzard for my program.
How do i do this? BTW in exspress edition, windows dont let you have Setup And Deployment
Anyone know of any programs that do it for you? ( free )
View 2 Replies
Feb 4, 2012
I create with a third party program a setup to my app.Do I need to install this files too?
[Code]...
View 2 Replies
Jun 5, 2011
I have created setup file of my program & it shows error when I install it there in another pc which doesnt have visual studio. Even I have tried to install it there in another pc which has visual studio & it worked well. I am confused. I am use Vb.net 2008 and ur .net frame work will be 3.5 .It shows following error message
View 6 Replies
Feb 19, 2011
You know, you see an agreement part when installing programs. I created a VB.net program and built a setup. Now, I want to add an agreement part in installation process that wants user agree the Terms of Use to continue the installation. How can I do that?
View 2 Replies