| Thread | Last Post | Replies |
|
| Create developer Workstation | 01 Oct 2004 00:26 GMT | 1 |
We need to create a developer workstation for the .net framework vs2003. Does anyone have a list of software items that need to be installed, and in what sequence?
|
| Problems installing SP1 | 30 Sep 2004 21:59 GMT | 3 |
I'm having a lot of trouble installing 1.1 SP1, I've seen postings with similar problems but none of the solutions posted have worked for me, I'd appreciate any suggestions. I'm on Win2kSP4 with everything up-to-date from Windows Update (except for the .NET1.0SP3 and .NET1.1SP1 ...
|
| Property for ALL Users Documents Folder ? | 30 Sep 2004 20:50 GMT | 1 |
I want to create certain data folders in "C:\Documents and Settings\All Users\Documents\" But i am unable to find the property for the clsid "CSIDL_COMMON_DOCUMENTS" which i can set in VS .NET Setup Deployment project for creating a custom folder. Is there system property to ...
|
| How to avoid certain files from being overwritten during Upgrade | 30 Sep 2004 17:59 GMT | 4 |
I need certain files not to be overwriten during installation in upgrade version of already installed setup. How to acheive the above tasks t in VS .Net Setup Project? Any other suggestion in this regard are most welcome.
|
| Check for silent install in Installer Class VS2003 | 30 Sep 2004 12:01 GMT | 1 |
I'm using a custom action and added a .Net installer class in a VS2003 setup package (vdproj). How can I check in the Install and UnInstall overwrite methods that the setup package is installed as a silent install (/qn switch) ?
|
| install for everybody automaticaly | 29 Sep 2004 17:01 GMT | 3 |
in a configuration projet, Is it possible to force the option "install for everybody" I dont want that people could choose between "everybody" and "only me".... thanks!
|
| Question on populate the MsiFileHash table for all unversioned fil | 29 Sep 2004 07:16 GMT | 1 |
In order to prevent my patch from requiring access to the original installation source, I need populate the MsiFileHash table for all unversioned files. When I used Msifiler.exe to populate the MsiFileHash table, it only works for the administrative install image but not for the
|
| Conditional UI | 29 Sep 2004 07:15 GMT | 1 |
Is it possible from the VS.NET depolyement project user interface editor to make a dialog page or certain fields on a dialog page hidden based on the value of a checkbox/radiobutton on a prior dialog page? How about disable the "Next" button if a text input is empty?
|
| Orca Resources | 28 Sep 2004 03:41 GMT | 1 |
Any pointers for Orca reference documents, tutorials . How reliable are the changes made by orca tool? Thanks in Advance, Regards,
|
| Registry entries and MSI repair | 27 Sep 2004 21:55 GMT | 1 |
my app adds registry entry to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run while installing by deafault. After install is finished the user can swich autorun off (from the application level - the registry entry is deleted then) When
|
| .Net Framework 1.0 SP 3 & .Net Framework 1.1 SP1 Updates | 27 Sep 2004 21:28 GMT | 1 |
I recently installed SP2 after which I was informed through the wu site to install both the .net updates, but they fail to install no matter what I do. After I visited the update newsgroup I realised every other post was about this issue but no definite solution to the problem ...
|
| VS.NET 2003 startup projects page | 24 Sep 2004 19:01 GMT | 1 |
I really like the startup page in VS.NET 2003 that has the existing projects that i have opened.. but it only displays the last 4. I have many projects that i work on... How can i get it to display all of them?
|
| How to set ALL User installation type as per machine based. | 24 Sep 2004 17:09 GMT | 1 |
OS : Windows 2000 Tools : Visual Studio .Net I have developed a setup application using Visual Studio 2003 .Net deployment kit. I have a created a custom folder(User's Personal Data
|
| Setup User Interface | 24 Sep 2004 17:04 GMT | 1 |
When adding a dialog into setup project we can select from the provided template such as Textboxes(A), Textboxes(B) etc. I wan to add a dialog to let user to select a path (letting user to browse the path), if I use Textboxes dialog the user have to write the path. Can we add a ...
|
| How to modifiy xx.exe.config during installation ? | 24 Sep 2004 16:45 GMT | 1 |
I do have an application that I want to distribute with a .NET Installer, during this installation the user can choose the path where to install the application. At that time I would like to grab this information and add it to the xx.exe.config
|