VS 2008 - Deployment Locations ?

Feb 14, 2010

The file locations for a setup package using Standard Edition? I have added an .xls file to my project, marked it as Content and as Copy Always in the properties for that file. The XLS file I added to the project is from my user Apps folder in the Roaming sub folder. Other simple .TXT files are in my UserMy DocumentsData folder and each file is also maked as Content and Copy Always. When I create the setup package all goes well. I have a setup.exe and an .msi file. When I test it by installing it on my PC of course the program knows where the files are because it's my PC. In the program folder created as C:Program FilesMyProgram I find the .exe plus the XLS and TXT files, but these XLS and TXT files are not used from the program folder. How might I know if an installation made by another user on another PC elsewhere is going to load files in their user apps or user documents? I need to be sure that the additional data files deploy to the correct location (whatever I want that to be) on a remote PC.

View 3 Replies


ADVERTISEMENT

VS 2008 Object Locations?

Apr 23, 2012

I would like to make a simple functions for my program but I can't figure out what to do. I want the picturebox PBplayerbullet to be moved in the midle top of the picture box PBplayerim I know that if I use PBplayerbullet.location = PBplayerim.location will it to the top left part of the picture, but how it can be moved to the midle ?

View 5 Replies

VS 2008 Rectangle Of Control Locations (in A Panel)?

Jun 24, 2010

I have a panel (A) which has movable panels (B) inside of it. How can I get a rectangle that contains all of the child panels (B)?

I tried to loop through the controls in the panel and get their x y height and width, find the highest, most to the right, most to the left, and lowest and put those numbers into a rectangle, but no luck.

View 3 Replies

VS 2008 : Set Locations Of Textboxes/labels According To Graphics In Container?

Mar 11, 2010

VB2008 I have a panel in which I draw some graphics. Parts of the codes which I have successfully wrote & drawn are shown below:

Dim scaleX1 As Single = CSng(Me.pic_pcg.Width / 1.355)
Dim scaleY1 As Single = Me.pic_pcg.Height / HGT
'
e.Graphics.ScaleTransform(scaleX1, scaleY1)

[code]....

I want to add some labels and textboxes in the panel so as to add remarks & captions to certain parts of the graphics.How do I set or modify the "scales ?" of the locations of these labels & textboxes so that they will be placed correctly, corresponding to the above scaletransform/translatetransform/rotatetransform.

View 3 Replies

Deployment :: Deployment Of SQLEXPR32.EXE Using Template.ini File

Feb 24, 2009

I am deploying sql express as a prerequisite. I have created a custom prerquisite using bootstrap manifest generator. The problem I have is replacing the template.ini file which exists in the sqlexpr32.exe cab file. Winrar and winzip allow me to open the sqlexpr32.exe but will not allow me to edit, add or replace the template.ini.I also cannot find the path where the sqlexpr32.exe extracts to as I want to use that path for the settings file eg "template.ini".[code]

View 1 Replies

Deployment :: Setup And Deployment Project With Ms Sql Server?

Nov 3, 2009

i'm developing an application vb.net with mssql server as database. on my pc it works. but i don't know how to make it works on my customer's pc.anybody have some tutorial regarding the creation of a setup and deployment project with ms sql server.my first doubt is: how can i determinate the right connection string?

View 1 Replies

Deployment :: Deployment And MS Power Pack?

Jun 25, 2009

I have a windows app that uses the shape control which is part of the MS power pack and requires Microsoft.VisualBasic.PowerPacks.Vs.dll. I am using Publish to build my app and I have tried to change the dll to Include in the properties page but nothing seems to work.

I need a way to have the file included and I am unable to find a external copy and I understand that I cannot just copy the dll from my PC into the installation folder

View 1 Replies

Deployment Files In Vb 2008?

Jul 31, 2010

I recently upgraded from vb.net 2003 to vb 2008. I see that when I "Build" the application all of the program files are generated, must like with vb.net 2003. When I use the ClickOnce publish approach, a set of files are generated including the setup.exe. When I double click on the setup file, the program installs deep down in My Documents. If I navigate to that location there is a complete set of my application files along with some Manifest files and a Manifest folder.

I wish to package my program for installation using INNO Setup Compiler, because it is very flexible and allows me to add information and choices through the installation process. My question is - if I package the "Publish" set of files, should I be including the files that are generated and located in the "Manifest" folder? and if so, do these files need to be located in their own folder as was installed on my computer? Or can I simply add them to all of the program files?

View 9 Replies

Setup And Deployment In .NET 2008?

Jan 3, 2011

I have created an windows application in VB.NET 2008 ad want to create the setup but due to newer in VB.NET i could get expected result from the setup such as....

1.I want to deploy only those items which are highly needed.

2.I want to check the system requirement ie.version of framework,sql database,crystal report etc..

3.I want to set the automatic connection string to the databsase such wherever theaplication will be install it have to be run successfully.

View 1 Replies

VS 2008 Setup And Deployment

Jan 14, 2008

I have VS 2008 VB project that I have created a Setup and Deployment project for.When the install starts, it give a message that .NET 3.5 is required and asks if the user wants to download.On the programs Advanced Compiler Settings, I have the Target Framework set to .NET 2.0, but the deployment still prompts to download .NET 3.5.

View 11 Replies

Deployment :: Setup & Deployment - Copy/import 2 Folders And There Sub-files/folders Into S&d Project?

May 7, 2012

Have built a project and associated it with a Setup&Deployment Project. The S&D project needs to contain 2 main folders (under User's Desktop) with various formats of files (xmls, txts, dlls) inside them and several subfolders. How can i copy/import these 2 folders and there sub-files/folders into my s&d project?

When adding them in the usual way, they are copied and defined a source path onto the current pc. You can understand what errors this might create when an another targeted pc does not contain those files to the exact location. Is there any way to copy them locally or somehow import them?

View 5 Replies

2008 Express Application Deployment

Nov 15, 2010

I have an application in Visual Basic 2008 express that I want to deploy. It has MS Access DB tables and some queries. How can I put this together in the deployment?

View 1 Replies

Application Deployment Via VB 2008 Express?

Mar 12, 2009

I've developed a small application using VB 2008 express and I am trying to deploy it for the first time.I have done this using the options with VB 2008 express and installed onto another PC. I find it has installed using what is termed a user instance which I understand comes with some limitations.I want the option for the application and data base to be multi user in the future. I want to be able to connect to it from Business intelligence for reporting purposes (there is no report viewer control in VB2008 express) and ideally I would like to be able to back it up using SSMS.Does anyone know what the options for deployement are and how to deploy using a "traditional" instance rather than a "user" instance?

View 1 Replies

Deployment :: Package From 2008 For Windows Xp?

Jun 3, 2009

I used vb.net 2008 express to build a database application i created database using access 2007 i created the application using vb.net 2008 express the application creates a report on word at run time my developing environement is

- windows xp
- .net framwork 3.5
- office 2007
- vb.net 2008 express

i want to create a package that could be used to install the application on the following environment

- windows xp
- .net framwork 2.0
- office xp - office 2007

I used the publish command of the build menu but the resulted package donot install , it produces and error informs me to install some assembles to th GAC!

View 1 Replies

Deployment :: VB Express 2008 / SQL CE Publish?

Dec 1, 2009

I've seen some similar threads on here but no resolution. I have an app written with VB Express 2008 which uses SQL Compact Edition 3.5, the DB that comes shipped with VB Express 2008.

When I publish, I can run the app on my machine (development machine).

When I try and install on another machine, it is giving this error:

object: sql sever compact ADO.NET Data Provider Method: Void ProcessResults(Int32)

[Code]...

View 4 Replies

Deployment :: Vb Express 2008 Send Exe?

Mar 25, 2009

im using vb express 2008 and have just created an application. i am also using windows xp sp2. when i build the application and it creates the .exe file i can only run the .exe successfully on my own system. when i try and send it to other xp systems, or vista it doesnt work!im guessing it needs specific files to run the .exe on other platforms. someone mentioned that there might be an option in vb express to package up the program so it can be installed and used on other pcs ?

View 3 Replies

Use The Package Deployment Wizard With VS 2008

Jun 19, 2010

In VB6 when I finished an application I would use the package deployment wizard and it would include all the dll and ocx files in an exe. Is there a version of VS 2008 that does the same thing?

View 10 Replies

VS 2008 ClickOnce Deployment And IIS6?

Dec 24, 2009

I am having great difficulty installing my app from a Click Once Deployment from my website using IIS6 I have done some searching online and I have carried out everything I can find but still nothing. I have tried with the .deploy option on and off and I get the error:The Page Cannot Be Found - HTTP Error 404 when I hit the 'Install' button and its trying to launch /setup.exe I have added the following into Mime Types:

.exe
.manifest
.deploy
.Application

and I have Restarted IIS Service after the changes as documents somewhere.

View 6 Replies

VS 2008 Deployment/Setup Projects?

Nov 9, 2009

Maybe I'm just searching around for the wrong information, but are there any good tutorials on Deployment or setup projects? I can make the little auto wizard that VS2008 makes for you, but my app needs more custom options. For instance my app will set up SQLserver 2008 and create the tables in it, but I can't find any useful info about how to make a custom setup/msi app.

View 1 Replies

Deployment :: Publishing The Program .net 2008 Express?

Mar 5, 2009

when publishing a program is it possible to get it to include or copy over a mdb file and can the setup be made into 1 setup file instead of the "Application Files Folder" and "Program name.application"

View 2 Replies

Deployment :: Which Windows Versions Are Supported From .NET 2008

Mar 9, 2010

I have made a Windows Application using the VB.NET 2008. Which are the Windows versions at, my Application can work?For example Windows 98, 2000, NT, XP....

View 1 Replies

Make A Setup And Deployment Project In .net 2008?

Nov 25, 2009

Is it possible to make a setup and deployment project in VB.net 2008, every site i have looked at on google says to just select it from the project list. It isnt in the project list for me to select.Are these types of projects not available in the express version?How can I make an installer, other than using one of the setup and deployment projects? (I know there is a publish button, but that doesn't make a proper installer and installs to the appdata folder which is not what i want it to do)

View 3 Replies

Package And Deployment Wizard In Studio 2008?

Jul 30, 2010

Where to find the package and deployment tool in visual studio 2008

View 3 Replies

VS 2008 : Distribute A Help File With An App Using ClickOnce Deployment?

Mar 11, 2010

I've used VB2008EE to create a Windows Forms app which includes a Help form. The helpform contains a Treeview for navigation and a WebBrowser control which displays the relevant part of an HTML page containg the help information.The app is intended to be used offline - so I need to include the HTML page file as part of the published app, and I need to be able to specify where this HTML file will be installed on the target computer so that the URI in my Helpform which loads the Help page will locate this file.
(I expect the HTML file should live in the directory pointed to by the:

My.Computer.FileSystem.SpecialDirectories.CurrentUserApplicationData property)

how to specify the Project settings and Publish Wizard etc. (& whatever else is necessary) in order to achieve the above.

View 3 Replies

VS 2008 : Including Sql Data In A Deployment Package?

Dec 16, 2010

I am wanting to include data in my vb2008 deployment package.I have tried many different ways, but with no success.Even with the "click Once" method, also using the setup method.

View 5 Replies

VS 2008 Package And Deployment Wizard In VB2008

Jan 14, 2010

In Vb6.0 i used to use package and deployment wizard for creating installation packages for my projects. Now I'm not getting to do the same in VB2008.

View 2 Replies

VS 2008 Setup And Deployment Setting For All Users

Aug 23, 2010

During the installation stage of VS programs, via setup and deployement, the end user is given an option to install to local settings or for all users. Where is this information saved?

View 8 Replies

Deployment Package Error In Visual Studio 2008?

Dec 31, 2009

I installed the latest version of Toad yesterday. When I restarted Visual Studio 2008, the project that is my installation package for my application would not longer load. The message I get in the output window is "The Visual Basic Deploy Deployment Package ({CCD045E8-6236-4B3D-B820-97F7DD14C77C}) did not load because of previous errors." When I try to reload that project, I get the following error: " The operation could not be completed. No such interface supported" I tried to repair the VS installation, but that originally failed. The Deployment folder under Common7Tools was currupted so I ran check disk. A few bad files and clusters were found and corrected and the second run of check disk ran clean. I uninstalled Visual Studio and then reinstalled it, but am still getting the same error. I tried reinstalling .Net 3.5 before the reinstall of VS as well. I tried creating a new installation project, but that failed as well.

View 1 Replies

VS 2008 Synchronice Database In ClickOnce Deployment Application?

Aug 24, 2011

My application/project has an Access Database as its Project DataSource. I have a DataSet Designer (.xsd), with many TableAdapters, some of which I've created via the Designer. I have 2-10 users/foreman on any given workday, with their own Netbook and my ClickOnce Application.Users will add/edit/delete records in each of their own versions of the App/DataBase, XML files, representing changes, are created and upload to an ftp server.The corner I've painted myself into:When my Project Manager downloads these XML files using his own version of the application, analyzes each reported item, confirms and updates his version what is the best way to propagate those updates back to each user without having to update the project db and publish again?

View 4 Replies

Get All Picture Box Locations?

May 12, 2012

I want to get all picture box locations. I am remotly creating them so i couldent just get each one individualy.

View 2 Replies







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