473,379 Members | 1,377 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,379 software developers and data experts.

Problem in Setup and Deployment Projects

31
Hi,
I am using Visual Studio 2005. I am trying to create an msi package for my application using Setup and Deployment project.
I am able to create msi package and it is installing properly.

The problem is:
I installed the application by selecting "Everyone" option.
When I want to launch this application in user(not administrator), it is trying to install the application once again in the user mode.
If the the user has administrator privileges it installs the application and when I launch the application for the second time, It opens up my application User Interface.
If the user doesn't have administrator privileges it doesn't install and it does not launch my application.
I made the InstallAllUsers property to True which is previously set to False.Even then it is given the same problem.
I also tried by setting ALLUSERS property to 1 and other time to 2 but without any success.
Why it is doing like that???How to overcome this problem???Where am I going wrong???
Jul 18 '07 #1
5 2020
TRScheel
638 Expert 512MB
User's typically dont have install privileges.
Jul 18 '07 #2
Nelluru
31
User's typically dont have install privileges.
Hi,
If we give the user install privileges???
I think u haven't understood my problem well.
why in the user the application is installing once again???
Jul 19 '07 #3
TRScheel
638 Expert 512MB
Hi,
If we give the user install privileges???
I think u haven't understood my problem well.
why in the user the application is installing once again???

My only guess is that it is not installing the full program when the user runs it, it is merely installing the portions relevant to that user.
Jul 19 '07 #4
Nelluru
31
My only guess is that it is not installing the full program when the user runs it, it is merely installing the portions relevant to that user.
I found what the problem is.
It is not creating the registries for the user as it is creating for the administrator.
I have added the registry entries in
HKCU\Software\[Manufacturer]\.......
in my Setup projects to install during installation.

Even I tried adding the registry contents in the user/machine hive in my setup project.
It is adding the registry contents in the
HKU\Software\[Manufacturer]\.....

Its not adding in HKey_Current_User of the user.

Can u tell me Where I have to add these registry entries so that it adds up in the HKCU\Software\[Manufacturer]\....... of the user registry
Jul 20 '07 #5
Hi i am using Setup and Deployment project
User Interface Dialog Box i have textbox i want to customize that textbox .... all i need is to set the foucs on the text box instead of NEXT Button...

One Method i know is to Create a web form and customize the textbox and Use it but i dont want to do that ... i want to customize the Text box in User Interface Dialog Box only... is there any way to do this ...(is it possible ??)

msdn i can c that there are no other attributes to customize the textbox in User Interface Dialog Box only visible ,value , Property .... no other options
....
Dec 18 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Darwin Fisk | last post by:
I have an app that is deployed that uses .config file settings. I have an update of that app that I am installing using a setup and deployment project. The basic setup process works fine. Now I...
1
by: Bryan | last post by:
Hello, Can anyone point me to a good link on MSDN that has all the information on how to create Setup and Deployment projects in VS.Net? I've got the basics down and have created custom...
4
by: Nick | last post by:
Hi, I have a windows application, wherein the solution consists of 5 projects. When I try to create a setup and deployment project for this solution, I'm somehow unable to add anything in...
1
by: ThunderMusic | last post by:
Hi, I want to know if there is a place to learn about Setup Projects, because I'm trying to make one but can't do the things I want to do, like add a registry key or allow the user to...
2
by: Aurimas Norkevicius | last post by:
I have two web projects and a class library in the same solution. Both web projects uses class library dll. How to create a web setup project to install class library into client computers gac and...
13
by: johnb41 | last post by:
I'm testing out the Visual Basic 2005 Express Edition, and I like it thus far... but i'm puzzled. I want to add a "Setup Project" to my solution. When i go to Add Project, I don't see the...
7
by: Bob | last post by:
I want my aps to the insalled as was the old way under c:\Program files\Myapp or give the user the choice as before of installing the app in another folder location. That again no longer seems...
0
by: RitaG | last post by:
Hi. I have a Windows Application for which I tried to create a deployment project. I selected Add New Project from the Fiile menu. I then selected Setup and Deployment Projects and clicked on...
6
by: andrewbb | last post by:
I want to deploy a service with a windows app and the setup program must conform to the Vista certification requirements. Can that be done with the standard .net setup project? Assuming cost is...
3
by: sanghavi | last post by:
how to create a set up project in vb.net..how to run an application on a different machine
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
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.