[2008] Set The Install Location?
Mar 10, 2009
I hadnt noticed, a user picked up on this.....I am just using the publish wizard...I have it set to auto update (downloads from my site) etc First of all, the install location is INSANE!??
C:Documents and Settings<username>Local SettingsApps2.0BK1V1VC7.YPOV653YD1L.YMV2g_t..tion_e4fcdfbfebe2c476_0001.0002_057fae213a0f6966
how do I set the install location? why isnt it in program files?second.. it keeps EVERY update? so if the app downloads a new version and installs it...
View 4 Replies
ADVERTISEMENT
Sep 15, 2009
i am doing a VB.NET 2.0 Windows Application.I want to create an ini file in the location where we are installing the application. the code that i wrote is [code]
View 4 Replies
Sep 16, 2009
i am doing a VB.NET 2.0 Windows Application.I want to create an ini file in the location where we are installing the application. the code that i wrote is
Private Sub Installer1_AfterInstall(ByVal sender As Object, ByVal e As System.Configuration.Install.InstallEventArgs) Handles MyBase.AfterInstall
Dim iniPath As String
Dim Asm As System.Reflection.Assembly =
[code]....
but its not working.
View 1 Replies
Mar 26, 2011
I want to create a button that opens a supplied word document in their standard word handler like office or openoffice. But how do you find the Location of the exe (Or its folder) and using it to open the Word Document.[code]...
View 3 Replies
Mar 10, 2011
i was wondering where visual studio install package actually installs a service. I have a vbscript that is suppose to start my service with the code below but it can't seem to find the service or can't start it.
Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colService = objWMIService.ExecQuery("Select * from win32_Service where
[Code].....
My other question is, is there a way to throw two VBscripts into a vb service install package and have the scripts installed onto a local folder and then set two GPO's (User Logon and User Logoff) to run the two scripts?
View 3 Replies
Jan 11, 2010
Is it possible to point the install of ClickOnce to a directory of my choice on the local computer instead of caching it in Documents and Settingsuser? some place like c:Program FilesFoo Apps for example? I like the ClickOnce stuff a lot and especially the update on run functionality, but would like it independent from the user...
Dev/Usr Environment info: I am using VB Express '08 and SQL Express '05 for my applications in a corporate networking environment and the users will be installing from a network share drive. I have tested this and it works fine, just the location seems to be undesirable.
View 4 Replies
Aug 14, 2009
I am using VB Express 2008. Im jus't wondering is there any way I can publish my app where the user can choose the location to install it?
View 1 Replies
Mar 1, 2012
In the past I have written VB6 and VB NET 2005 programs that are installed and on the user's computer. This had to be done because the salesmen in our company have has a set of local data on their laptops so that they could do work and not be connected to our network. I would then sync the files when they connected to the network. (This same program is used by the rest of the company as well, but everyone else uses network data.)We are now at the point where we are not using any local data. Our salesmen access our network data using an iPad, VPN, and a Citrix server, which works fine
View 2 Replies
Jul 26, 2009
My freeware program launches 50 freeware programs and provides a guide for PC maintenance and health. As mentioned in another post, my program was reviewed on Sofpedia. One thing the Reviewer criticized was the fact that my program requires the user to install these 50 programs in the default locations (usually C:Program Filesx). The reviewer thinks it would be best if the user can install to any location he/she desires and my program be able to point to the proper location when launching the application.
View 10 Replies
Apr 7, 2010
I would like to make sure that my application is installed in the correct location on the hard drive or allow the user to determine the install location.
View 2 Replies
Jun 6, 2010
I created a small project in VB using a SQLExpress db. So far everything has been fine. I need to take the little I've done to the customer for a look and feel approval.
When attempting to publish the project, I get the following errors:
"The install location for prerequisites has not been set to 'component vendor's web site' and the file...." You know the drill.
The two files are SQLEXPR32_x86_ENU.EXE and SQLEXPR_x64_ENU.EXE
I have downloaded the files and put them in the following directory:
CODE:
When that didn't work, I copied them to
CODE:
Same error
What's different about SqlExpress than other prerequisites?
View 2 Replies
Jul 17, 2009
I am trying add the prerequisites with my setup i have set the prerequisites download location to the same whwere my application is and now i am getting this type of several errors.
Error 1 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35SP1dotNetFX20aspnet.msp' in item '.NET Framework 3.5 SP1' can not be located on disk. See Help for more information. D:SETUP PACSSystemPACS 1.1.1PACS 1.1.1PACS 1.1.1.vdproj PACS 1.1.1
I had did some search on web but they all say to make change in Product.xml file but they did not say any thing about what to change. The prerequisites i am trying to add are.
windows installer 3.1
.net frame work 3.5
SQL server express
setup build fails every time when i try to do this.
View 1 Replies
Nov 9, 2009
I was using this old method of creating a bunch of rectangles when I need to get the location of a certain point within a grid so I could draw images on the grid. The thing is, I don't want to use rectangles, I want to be able to just round the location as if I were using rectangles. I need it to be able to round the point (66,70) to (50,50) so if you can imagine a grid and the mouse position being within that square in the grid, I need to get the location of the upper left corner of that square.
View 5 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
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
Jul 9, 2009
I have a simple program that collects information from a database then sends the information to a .dll, which performs some calculations. I have figured out how to build and publish my application, but I'm not sure how to include the .dll. I'd like to put the .dll is a common folder (i.e. system32) when I install the program on a PC.
View 4 Replies
Oct 29, 2009
This is not for a class. I would like to know if anyone has information to use the bootstrapper from MS or how to include MS DotnetFix.exe in an application to install onto a computer that does not have it. Also is this possible for mobile devices if the application would need to be packaged for them also?
View 4 Replies
Nov 18, 2010
I install (vb 2008 professional edition -90days trial)but I ONLY NEED part of Visual Basic,
when setup installed:
microsoft .net framework 3.5
microsoft .net framework 3.5LP
[code].....
View 1 Replies
Aug 3, 2009
Always pays to ask -- just in case. I have VB.net 2008 express installed. Would like to also install the .net C# express as well. Just install it? No weird "aftercrap" to be concerned with?
View 5 Replies
Feb 13, 2010
I recently tried to reinstall visual studio 2008 Prof. But every time I start theinstallation it fails after installing the .Net framework 3.5. The framework doesn'tsucsessfuly install and it gives me the 1603 error. I think I have the .Net framework 2.0 running right now but the setup for that gave me an error to but it is in add and remove programs.
View 9 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
Jan 10, 2010
I get an error that says Setup Stopped working when installing Microsoft Visual Web Developer 2008 Express Edition with SP1 . Everything else installed fine. I am using the Offline ISO.
EDIT: This happens with the new 2010 Beta 2 also.. same exact error message.
Here are the details:
Description:Microsoft Visual Web Developer 2008 Express Edition with SP1 - ENU has encountered a problem during setup. Setup did not complete correctly.
[Code]...
Google search does not help. What is really funny about this is that from my search I see there are multiple solutions for this problem that have worked for different people, none of which apply to my situation.Why do I get the feeling that God does not want me to learn VB programming? (Grin)
View 1 Replies
Feb 18, 2009
Is it possible to create a standard installer with VS 2008 VB? What i'm looking for is an install similar to Windows Installer - one where the user can choose installation location, options, etc. instead of the ClickOnce deployment method of burying the app in the User folder in an unknown location?
View 1 Replies
Mar 22, 2010
Trying to install VB 2008 Express Edition, on a laptop, that I just installed Windows 7 Ultimate x86 on, I got the attached screen shot.
View 6 Replies
Mar 10, 2009
I then rebooted as asked, and there was MORE time.
However at the end it said that it had failed to install a couple of components. I am afraid I can't remember the names.
Anyhow. Do I have to re-download, or can I somehow re-install. I tried to reinstall, but was asked where the install resources were. I have no idea, and the installer controlled the entire thing.
Also, if I have installed, where is the programme that gives me the programming interface. I could not find any exe files under Microsoft Visual Studio 9Microsoft Visual Basic 2008 Express Edition with SP1 - ENU.
View 2 Replies
Feb 21, 2009
when i install visual studio .net 2008 it gave me this error it is in the attachment.
View 1 Replies