473,581 Members | 2,338 Online
Bytes | Software Development & Data Engineering Community
+ 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 2033
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**********@p lanet.nl> wrote in message
news:%2******** ********@TK2MSF TNGP12.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**********@p lanet.nl> wrote in message
news:%2******** ********@TK2MSF TNGP12.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 = vsdraCOMRelativ ePath

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****@i24port ugal.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**********@p lanet.nl> wrote in message
news:%2******* *********@TK2MS FTNGP12.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 = vsdraCOMRelativ ePath

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****@i24port ugal.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**********@p lanet.nl> wrote in message
news:%2******* *********@TK2MS FTNGP12.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
3186
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 .dll's, & have the Setup project build using the obfuscated files. I manually copy the obfuscated files back into each project's obj/release folder....
3
1975
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
1157
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 there an easier way to do this? In VB6 I was able to run 1 setup program and that covered everything. Thanks! Chuck.
3
2376
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 compact framework, opennetcf, and sqlce separentely. I am thinking if there is a way to run a setup file and install all the necessary components...
2
9178
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 tried to build the installer using the Setup and Deployment Projects, I always get the following warning messages saying that the dependencies...
6
308
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
4036
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 assemblies to be deployed to application server. Some of these assemblies will be shared by future applications. There is also a SQL Server DB that I...
4
6695
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 only use within the .NET platform??
0
1899
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: - I have an existing Window-Service application written in C#, and was build following the general deploying Window-Service guideline (the...
0
7862
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8301
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
8169
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6551
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5361
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3803
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3820
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2300
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1400
muto222
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.