Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
setup-project
- Page 1
Setup project
Programming
Software Development
20 Years Ago
by dooda man
i want to put my program in a
setup
project
but there is a problem which is other users dont have dot net frame work to make the
setup
begin, the question is how can i put dot net frame work in my
setup
, to generalize i want to make other people see my work but they dont have dot net frame work, how can i do it ??
Re: Setup project
Programming
Software Development
17 Years Ago
by YOGESHCHANDANI
i want to put my program in a
setup
project
but there is a problem which is other users dont have dot net frame work to make the
setup
begin, the question is how can i put dot net frame work in my
setup
, to generalize i want to make other people see my work but they dont have dot net frame work, how can i do it ??
Re: Setup project
Programming
Software Development
17 Years Ago
by Jugortha
… your solution and select properties A form called "Your
setup
project
name" Property pages will be shown click the Prerequisites…
Setup project (.vdproj) loads when opening Solution file (.vbproj)
Programming
Software Development
10 Years Ago
by airhalynn101
I tried to create a
setup
project
for my VS 2010 (Visual Basic) application (which was …but now whenever I try to open the solution
project
(.vbproj) the
Setup
project
loads/opens. I'm afraid because I only have… help: I created the
setup
file by doing this: Add New
Project
>
Setup
Wizard > On the
Setup
Project
Wizard, check 'Primary Output…
Setup project, add project output group
Programming
Software Development
15 Years Ago
by dre-logics
… use Visual Studio 8.0 Enterpice I create
setup
project
Then I do the following: Right mouse click… on application folder select Add ->
Project
Output "add
project
output group" [COLOR="Red"…see Annex) Pull Down by [COLOR="Green"]
project
[/COLOR] and [COLOR="green"]configuration[/COLOR] …
setup project fro a C# windows service
Programming
Software Development
17 Years Ago
by knowledgelover
Hi there, I created a
setup
project
, added it to the solution that consists from a windows … or even a site that discuss how to build a
setup
for a windows service? urgent help is appreciated thanks in…
setup project with different product names
Programming
Software Development
15 Years Ago
by serkan sendur
hi guys, i want to be able to have three different names for one program. to do that i can create two other
setup
projects and change the product name, but i dont feel like it is proper way of doing that. so i need to run
setup
project
with a parameter to change the productname property. do you have any idea how to do that?
Setup project problem
Programming
Web Development
16 Years Ago
by brightline
I've developed a
setup
project
for my web
project
,but when trying to browse it from IIS the following …
setup project for mobile application
Programming
Software Development
15 Years Ago
by serkan sendur
do you guys know a complete
setup
project
for windows mobile application that i can run and examine on my local computer and pocket pc? thanks.
Setup Project - shortcut options?
Programming
Software Development
15 Years Ago
by Peric
… where to put this topic... Well, I'm creating a
Setup
Project
(in Visual Studio 2008) for VB.NET application, everything works…
setup project with DLLImport
Programming
Software Development
15 Years Ago
by carey_amanda
I am doing a DLLimport in my C# program. And now i need to do a
setup
project
to make it into a windows installer application. But after i install it. there's an error saying, [ATTACH]13246[/ATTACH] i have already put my dll in my application folder. still the same result. please help.
Re: Setup project
Programming
Software Development
20 Years Ago
by guitarded
there are several ways, however, sounds like your solution needs to load .net framework by bootstrapping. anyway, check this out... [URL=http://support.microsoft.com/default.aspx?scid=kb;en-us;324733]HOW TO: Distribute the .NET Framework with a Visual Studio .NET Deployment
Project
[/URL]
Re: how to create a setup project for outlook addin 2007
Programming
Software Development
15 Years Ago
by emilio
…Hi, pls let me know how you created a
setup
project
for 2007 addin which files needs to be added …AddIn 2007 you have to add a
Setup
Project
by your self. 1) Add a
setup
project
to the solution. 2) Set the… Add the following files to the
Setup
Project
: [Add In
project
name].vsto, [Add In
project
name].dll.manifest these files appears in…
Finding Registry Entries from the Setup project
Programming
Software Development
14 Years Ago
by prahesh
…. Requirement: But I want to create a
Setup
project
which searches registry entries for the pre-installed …software (VISA) and install our
setup
project
into the same location. It is like Look for… location dynamically while installing the
setup
project
. As I am aware of the
project
setting configuration, we can achieve…
Registering .dll in the Setup project
Programming
Software Development
14 Years Ago
by prahesh
… register the .dll files in my
setup
project
. I am creating the
Setup
project
for installing it on 64 bit Windows…The Necessary configuration we need to do in the
setup
project
for the application to find its .dll? Any …sort of registration of .dll required in the
Setup
project
? Kindly guide me to proceed with proper Configuration. I…
Creating a setup project using Setup Project Wizard
Programming
Software Development
19 Years Ago
by daidaiboyboy
…right topic and followed the steps inside in creating a
setup
project
. However, I found that what they mentioned inside (5… step is the most important of all... As the
project
output groups including the primary output from my application,… seriously need to get the application up as a
setup
project
so that it can readily be installed in other …
Re: Finding Registry Entries from the Setup project
Programming
Software Development
14 Years Ago
by prahesh
You are right. We can find using the way you have suggested. What I want to find is the way to configuring the properties in Visual Studio for searching registry for the pre-installed software path and update our target installation path to the one found on registry. Need configuration steps in the
setup
project
properties.
Re: Registering .dll in the Setup project
Programming
Software Development
14 Years Ago
by prahesh
… response, Here we need to configure the .dll in the
Setup
project
, so that the Application will find it from the shared… achieve the same? I think doing some configuration in the
Setup
project
file will worth fulfills our requirement. Kindly Suggest.
Error in Web Setup Project while using Installer Class and Custom Actions
Programming
Web Development
16 Years Ago
by vuyiswamb
…have created the output(Primary) for the Class
Project
and for my Website its contents and moved … i went to the install and Add the
Project
that is in the bin Derectory and went… i have done that i have build my
setup
Project
and it came back with no Errors or …warning and i tried to install the
setup
and i filled in the server,username,password…
how to create a setup project for outlook addin 2007
Programming
Software Development
15 Years Ago
by nidhi.knit09
Hi, pls let me know how you created a
setup
project
for 2007 addin which files needs to be added to my add-in
project
. In 2003 add-in
project
by default you get a
setup
project
but in 2007 you did not get...... Please help me on this......
Re: Registering .dll in the Setup project
Programming
Software Development
14 Years Ago
by prahesh
… time. I don’t have vast knowledge on configuring the
Project
files for registering the .dll, which after installation on to… please brief the configuration steps required in the Visual Studio
Setup
Project
? That will helps us a lot. Best Regards, Praveen
database and setup project
Programming
Software Development
15 Years Ago
by m.a.u.
Hey all, I made a
project
that will save the some personal knowledges… robotics group. So, I used database in my
project
, sqlserver management st... It works as well as … a problem now, I need to develop its
setup
project
. I fished for how to do it but …the thing I could find is just to make
setup
projects without database. So, I needed your help.…
problem when create setup project with visual studio 2010
Programming
Software Development
10 Years Ago
by IT_Techno
…; other projects -> visual studio installer ->
Setup
wizard to create
setup
project
after finish it gives me this problem : ** The following files…. Please confirm that all depedencies have been added to the
project
. c:\windows\system64\macromed\flash32_15_0_0_152 ** what is that means ? and…
how to output a file other than .msi in setup project?
Programming
Software Development
15 Years Ago
by serkan sendur
.Net
setup
project
outputs .msi file by default. i have some configuration files that i want to output along with .msi files. is that possible to add something to output of a
setup
project
? Thanks
How to make Setup Project
Programming
Software Development
10 Years Ago
by AmrMohammed
…of what I want to do is like making a
setup
project
that is when installed it installs with it other … SQL Server instance. So when the client starts to
setup
my application when finished it uses the application without the… need to
setup
other application or attaching the database to the SQL …
Re: Reset settings on reinstallation of a setup project
Programming
Software Development
16 Years Ago
by jbennet
[quote] I have created a
setup
project
for a WPF application using VS 2008. [/quote] uh yeah he did, the installer functionality is called
setup
projects in visual studio, you add them to the solution
Re: how to output a file other than .msi in setup project?
Programming
Software Development
15 Years Ago
by serkan sendur
in other words how can i add a file to
setup
project
output?
Re: how to output a file other than .msi in setup project?
Programming
Software Development
15 Years Ago
by serkan sendur
ok the solution is to create a batch file to copy files to .msi output folder, then add a post built event to
setup
project
to run this batch file.
Re: using the setup project to write to registry
Programming
Software Development
14 Years Ago
by nick.crane
… guess it will be the same. When you select your
setup
project
in Solution Explorer a Registry Editor icon is displayed at… to add registry items that are added/removed by your
setup
project
. Just add the keys and values you need for your…
Re: using the setup project to write to registry
Programming
Software Development
14 Years Ago
by geoNeo_
… guess it will be the same. When you select your
setup
project
in Solution Explorer a Registry Editor icon is displayed at… to add registry items that are added/removed by your
setup
project
. Just add the keys and values you need for your…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC