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

How to: create a silent install project for "All Users" in Visual Studio 2003.NET

Instructions for creating a silent install project in Visual Studio.NET 2003 for "All Users".

1) Create a default setup project for your application using Visual Studio (File/New/Setup and Deployment Projects)
2) Add all your components and fully test your setup project using default setup dialogue especially selecting "All users" option in Application Location dialogue.
3) In Visual Studio 2003, highlight your setup project and right mouse click. Select View/User Interface
4) In the User Interface Tree, remove all the interface screens under the Start, Progress and End branches.
5) Save you solution and rebuild your deployment project.
6) All user interface is now removed from your setup project
7) Download the ORCA database editor from Microsoft's Website (this is part of the Microsoft Platform SDK Components for Windows Installer Developers (see http://windowssdk.msdn.microsoft.com.../ms708365.aspx).
8) Open the application .MSI file using ORCA
9) Open the "Property" table and add a row as follows: Property=ALLUSERS Value=2
10) Save the MSI File
11) If the Setup is now run by an Administrative Windows User, it will be installed for All Users in Silent Mode
Oct 9 '06 #1
1 13053
I have a Access Datafile installed along with the msi

when the mdb file is over written (with a new mdb with same structure but different data) its works fine in the installed user.

but when i log in as a different user and run the exe msi pops up and the database in
the original setup replaces the one i over write?

how to stop changing the key value (which i think is changed when i copy the new mdb file )

(i am using vb6 XP sp2)
Nov 20 '06 #2

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

Similar topics

1
by: Richard | last post by:
I'm using a .net Setup Project to install my .net Windows Application. I want the application installed for "all users". The Installation Folder dialog in the User Interface Editor includes a nice...
4
by: Jack | last post by:
I finally discovered where all of the blue boxes in my IDE are coming from after, once again, accidently hitting "Mark All" in a Find in the Visual Studio.NET IDE. However, there is no "Unmark...
0
by: Oleg Ogurok | last post by:
Hi all, It seems a Web Deployment Project always installs as "Just Me". I have a merge module project that has to install as "All Users" as part of my web application. This is because in "File...
2
by: jwalton | last post by:
I have a web site (for a client) where I am now using a considerable number of XML files. Previously the files were updated off-line, and FTPd to make live. I now need to allow "user editors" to...
2
by: Murphy | last post by:
Our website contains subdirectories for each subsidiary company, each company has it's own look and feel to the pages in their subdirectory although they are all part of the main website. The...
2
by: Bob Altman | last post by:
Hi all, I have a bunch of VB and VC++ solution files. I would like to write a batch file that tells each solution file to "Rebuild All". To complicate things, I don't want to assume that...
0
by: Brent Stevenson | last post by:
I use <deny users="*"/> in my web.config file to disable my ASP.Net webs. This works fine on one of my web servers but not on another. Both are 2003 IIS6 web servers. What configuration option...
18
by: =?Utf-8?B?VG9t?= | last post by:
is it possible to add a bunch of users to group and only allow group to access the web page or do I need to add each user to the web.config file? Or is there another way to do this? I just took...
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:
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: 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
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?
0
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,...
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,...

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.