473,388 Members | 1,391 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,388 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 2009
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: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.