473,473 Members | 1,709 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

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 2013
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:...
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...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.