Install A VB App?
Jul 14, 2011
I have made a small app for my work in vb.net I am about to install this onto a network drive. What I want to know can you install an app to a network drive. I have never done this before and for some reason I don't think you can install to a network drive
View 5 Replies
ADVERTISEMENT
Jan 26, 2010
Is it possible to create a setup installer that will auto install fonts when user install the applications?
View 6 Replies
Jun 6, 2009
I have a project that i have created in Visual Studio express and SQL server express. i want to create an install file so that i can send to others to install. Currently it is requiring the user to install SQL server Express and 3.5 .net framework.what steps can i take to stop the user having to install these 2 so that it is a simple install for them.
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
Mar 30, 2010
With the on-line one click install feature will the application install on a MAC?
View 2 Replies
Aug 27, 2010
While trying to install my application, when system tries to install .Net Framework, it gives an error.Is there any source where I could download uninstalled .Net Framework 3.0 and provide my clients with application?
View 1 Replies
Apr 15, 2010
Is it possible to install VS 2010 first,then install VS2008?i am asking this because in many cases(specially while installing the O.S) i see that after installing the higher version the lower version of O.S cant be installed....and if want to install linux then it might be installed after installing all the windows O.S starting from xp,then vista,then win7 and finally fedora 12..
View 8 Replies
Mar 29, 2010
my vb experience is fairly limited - I've only used it when supporting legacy applications or for small tasks so apologies if what I'm asking seems simple. I wrote a small vb install script which creates a new folder on a users desktop, copies over relevant files from the install folder to the users new folder and creates a shortcut on the users desktop.
This works great for giving stuff to QA to test. However, there's one dll included in the install folder which is also in the users GAC. The code looks in the GAC first for this dll and only looks in the install folder if none exists in the GAC.
What I want to do is include a line in my install script to copy this dll to the users GAC as well as copying it to the installation folder.Is there anyway to do this in VB? I did find the following on one of the MS sites for installing into the GAC gacutil /i a.dll
Is it possible to run this through VB or is there a cleaner way of doing this?
View 1 Replies
Jun 12, 2011
i am having a Visual Studio 2008 but it not install with crystal report when i open add new item-> its didnot contain Crystal Report how can i add crystal report and make crystal reports in visual studio 2008 how i install crystal report with visual studio 2008 only crystal reports 2008 install and its open with visual studio 2008 when we click Project->Add New Item-> and crystal reports shows in thiis file
View 1 Replies
Feb 3, 2011
i need to install mac os on my pc.some time i try to install it but icant install it. i think i have problem in my customize settings. answer that i must check witch checkboxes. my system information is: cpu: intel 3.2 vga card:nvidia 7100 gs geforce ram:1gb (kingstone) mainboard:gigabyte p945
View 16 Replies
Jun 12, 2010
I have a vb app working now but many users have complained to me that it requires .net library installed. Is there a way to bundle it with my program without having a seperate exe?
View 5 Replies
Oct 9, 2009
I used visual studio to publish my application. I am able to install my app on a windows 2003 server, but when I try to install my app on my pc which have vista a error appear "Application cannot be started. Contact the application vendor". and it gives details of the error.Here is the details below and in the attachment:
PLATFORM VERSION INFO
Windows : 6.0.6002.131072 (Win32NT)
Common Language Runtime : 2.0.50727.4016[code]...............
View 2 Replies
Feb 25, 2010
I'm using the font "Century Gothic" as the standard for my program. I want to add the font to my install, question is not how. It comes with Microsoft Office from what I've noticed, it also came with Windows NT.
View 6 Replies
Jun 21, 2010
I am very new to VB.NET. That said, I have developed a windows form that utilizes an SQL Server back end. I am developing using Visual Studio 2008 and the 3.5 Framework. The SQL server is 2005.I do not have any warnings or errors, and the project compiles without error. When I run the install package on another computer, everything appears to install correctly, and the shortcut is placed on the desktop. However, when opened, the cursor goes into wait mode for a few seconds then returns to normal and the form does not open.I am using windows authentication for the SQL server, and the user of the other computer is the owner of the database I am developing for, so that person has access. I am using the following when making a connection to the SQL server: Dim cnnSQL As New System.Data.SqlClient.SqlConnection(My.Settings.ConnectionString)
View 5 Replies
Apr 5, 2010
A few months ago I installed Visual Basic 2008 directly from Microsoft. It worked great, but immediately when I shut down my computer I got the Blue Screen of Death...and have been getting it ever since.Last week I uninstalled VB2008 and also rolled back system restore to before the VB install. No difference, I'm still getting the BSOD.
Could be just chance that the BSOD message started happening at the same time as the VB install. But, before I really dig into this (I haven't even dissected the BSOD message yet, as detailed on the various BSOD help messages I have read this morning)tell me if this is a common problem with a VB install or not?
View 6 Replies
Jan 3, 2012
I have a nearly finished program. I have been able to install and run on my development PC, but I can't install it on another PC on same network.
Where to ask for help on this one please. Some very basic help is needed I think.
Using Visual Studio 2008, Vis Basic
View 11 Replies
Feb 11, 2010
Problem in installing my application
View 9 Replies
Jan 11, 2010
I publish my software that develope by using visual studio 2008 using vb.net using click one deployement.when i install the publish software in other machine i get this error
"Unable to install or run application. The application
Requires that assembly
Microsoft.Visualbasic.Powerpack.Vs Version 9.0.0.0 be
[code]....
View 1 Replies
Mar 11, 2010
I have developed a VB6 applicationon a computer running Windows XP Professional SP3.I have used the VB6 Package & Deployment Wizard to create the install CAB and setup files.When installing the app on to a Windows XP Professional SP3 computer we have no problemHowever, when I try to install on a Windows XP Professional SP2 I get an error message statingSetup cannot continue because some system files are out of date on your system and then asks if you want to reboot to automatically update the system files.
View 5 Replies
Oct 2, 2009
i have a folder called xulrunner that needs to be initialized - i originaly had the folder under c:\ and used the following code to initialize it. Xpcom.Initialize("c:\xulrunner")This worked fine, but because i want it to get included with the install, i included the folder in the project, and when built it goes to a folder on my desktop, that haves the folder allong with the exe's etc
so i swapped the above code to Xpcom.Initialize(My.Application.Info.DirectoryPath & "\xulrunner")However that does not work.
View 1 Replies
Mar 9, 2011
i am the student. and i want to install vb.net 2008 or any version in UBUNTU 10.10
View 2 Replies
May 4, 2009
I have an .INF for a virtual printer that I need to install from a .NET Application. I have done this before using batch scripts, but I am looking for a snippet of code to do this in the .NET Framework.
View 6 Replies
Feb 11, 2012
i download a zip source file from for some custom label with special effectscannstruction on how to install it on my 2008 visual studio
View 2 Replies
Jun 9, 2012
I'm a teacher and want to use the Speech Recogntion Engine German in my Applications.But I couldn't find SAPI 5.5 and Speech Recognition Engine in German.
View 7 Replies
Jun 22, 2010
I am vb.net application developer. I like to intstall vb.net software.
View 2 Replies
Jul 24, 2009
How would you after the user install your program have it run? Is they code you can add to your program so after install it runs?
View 8 Replies
Apr 13, 2012
I am about to purchase a windows virtual private server (VPS) for my data intensive web applications.is it possible to install .NET Framework 4.0 on any VPS? That would a GoDaddy server.
View 3 Replies
Feb 16, 2010
How do you install VB Libs ? the .DLL's ?
View 6 Replies
Jan 18, 2010
Can you add a folder with files (which could be changed manually) and once I install the program the folder will be copied into the installation folder?
View 6 Replies
Apr 11, 2011
I have an MSI that installs silently and I need to install it on remote machines via a VB.NET app. I would rather not use WMI so is there a builtin mechanism to do this?
View 5 Replies