473,382 Members | 1,445 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Create a setup to install an assembly

hi all
i need to create an setup package that registers an assembly
can some one tell me how to start ??

thks
JSB
Jul 21 '05 #1
6 2008
Hi Joćo

Did you look at the deployment project, the instruction is not real clear,
however when you used to it, it works nice. Some booby traps.

- your product information you get by selecting the setupproject, not to
rightclick but click your property window.

- in the View window is an editor tab which is only visible when you are
in a setupproject.

I hope this helps?

Cor
Jul 21 '05 #2
Hi Joćo

Did you look at the deployment project, the instruction is not real clear,
however when you used to it, it works nice. Some booby traps.

- your product information you get by selecting the setupproject, not to
rightclick but click your property window.

- in the View window is an editor tab which is only visible when you are
in a setupproject.

I hope this helps?

Cor
Jul 21 '05 #3
thks
but it can“t install in the GAC ...

i have tryed in other computer, the DLL is in the correct path, but is not
instaled in GAC.

thks
"Cor Ligthert" <no**********@planet.nl> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi Joćo

Did you look at the deployment project, the instruction is not real clear,
however when you used to it, it works nice. Some booby traps.

- your product information you get by selecting the setupproject, not to rightclick but click your property window.

- in the View window is an editor tab which is only visible when you are in a setupproject.

I hope this helps?

Cor

Jul 21 '05 #4
thks
but it can“t install in the GAC ...

i have tryed in other computer, the DLL is in the correct path, but is not
instaled in GAC.

thks
"Cor Ligthert" <no**********@planet.nl> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi Joćo

Did you look at the deployment project, the instruction is not real clear,
however when you used to it, it works nice. Some booby traps.

- your product information you get by selecting the setupproject, not to rightclick but click your property window.

- in the View window is an editor tab which is only visible when you are in a setupproject.

I hope this helps?

Cor

Jul 21 '05 #5
Joćo, let me try and help you out here, I will provide you with the steps
to get a dll into the GAC and hopefully this will answer your question if
not just reply to this message with a little more information on your
problem.
1. Add a Setup Project to you solution
2. Add the Global Assembly Cache folder to the setup project by right
clicking on File System on Target Machine -> Add Special Folder -> Global
Assembly Cache folder
3. Add the file you wish to placed in the GAC to the setup project (as a
file or project output)
4. Move the file into the GAC folder
5. Set the file property register = vsdraCOMRelativePath

That should work for you, let me know if it doesn't.

--------------------
Todd Derksen Visual Basic Deployment Test Team
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: "Joćo Santa Bįrbara" <jo****@i24portugal.com>
thks
but it can“t install in the GAC ...

i have tryed in other computer, the DLL is in the correct path, but is not
instaled in GAC.

thks
"Cor Ligthert" <no**********@planet.nl> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi Joćo

Did you look at the deployment project, the instruction is not real clear, however when you used to it, it works nice. Some booby traps.

- your product information you get by selecting the setupproject, not

to
rightclick but click your property window.

- in the View window is an editor tab which is only visible when you

are
in a setupproject.

I hope this helps?

Cor



Jul 21 '05 #6
Joćo, let me try and help you out here, I will provide you with the steps
to get a dll into the GAC and hopefully this will answer your question if
not just reply to this message with a little more information on your
problem.
1. Add a Setup Project to you solution
2. Add the Global Assembly Cache folder to the setup project by right
clicking on File System on Target Machine -> Add Special Folder -> Global
Assembly Cache folder
3. Add the file you wish to placed in the GAC to the setup project (as a
file or project output)
4. Move the file into the GAC folder
5. Set the file property register = vsdraCOMRelativePath

That should work for you, let me know if it doesn't.

--------------------
Todd Derksen Visual Basic Deployment Test Team
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: "Joćo Santa Bįrbara" <jo****@i24portugal.com>
thks
but it can“t install in the GAC ...

i have tryed in other computer, the DLL is in the correct path, but is not
instaled in GAC.

thks
"Cor Ligthert" <no**********@planet.nl> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi Joćo

Did you look at the deployment project, the instruction is not real clear, however when you used to it, it works nice. Some booby traps.

- your product information you get by selecting the setupproject, not

to
rightclick but click your property window.

- in the View window is an editor tab which is only visible when you

are
in a setupproject.

I hope this helps?

Cor



Jul 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: StevenBarnes | last post by:
I have a solution with 6 or so projects, some dts dll's, a couple images, etc. I have a working setup project that creates a nice installation msi. Cool. Now I want to obfuscate my .exe and my...
3
by: Cantekin Guneser | last post by:
i wonder how i can create install of my projects, does install include everything that .net projects requires. ex:.net framework 1.1 or i need to install them by myself?
3
by: CR | last post by:
To prepare a PC for my .NET apps I have to run mdac_typ.exe, dotnetfx.exe, and .NET setup programs for every application. Since I have around 8 apps this adds up to 10 installs for every pc. Is...
3
by: AAA | last post by:
Hi, how could I deploy all my CF, SQLCE and my applicaiton .CAB file to pocket pc... I am now only able to run the msi setup file and install my application to my pocket pc, but I need to intall...
2
by: Alex Su | last post by:
Hello all, I'm new to VB.net and have just built a small application that makes use of some VB6 ocx such as mscomm32.ocx for data communication with a machine. The application runs OK but when I...
6
by: Joćo Santa Bįrbara | last post by:
hi all i need to create an setup package that registers an assembly can some one tell me how to start ?? thks JSB
7
by: Terry Holland | last post by:
I have just created my first asp.net application and I am ready to deploy. The solution consists of the following: A single asp.net assembly to be deployed to web server A number of vb.net...
4
by: Jon | last post by:
Hi, I have created a DLL in VB.NET. I try to use it in my Installer program which is written in pascal (inno setup), however unsuccessfully.. Does that means any DLL created in .NET can...
0
by: henkya | last post by:
Language Used: C# Project Typed: Setup Project (for .NET Window Service) Hi Bump into this issue and seriously have a hunch that this is a bug in the .NET setup project. These are the scenario:...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.