| Thread | Last Post | Replies |
|
| How to remove the setup file recovery from a .net 2003 setup proje | 27 Jun 2006 06:18 GMT | 3 |
Hello, I am working with .net 2003 and setting up a 'setup project' for my solution. I can build a setup package fine. My problem is that I do not want the installer to re-evaluate the installation each time the installed
|
| How to launch an application after install is completed ? | 21 Jun 2006 15:06 GMT | 3 |
Hi Experts: I'm using the VC7.0 for an MSI Setup Project. I have a CustomAction (an exe) set for the "Commit" phase. And I want the exe to start after the installation without user intervention. Is there a
|
| .NET Framework 1.1 install | 20 Jun 2006 17:39 GMT | 1 |
On my XP Pro SP2 development box , I need to install the .NET Framework 1.1 plus any SPs. I can't seem to find these downloads on Microsoft. Any ideas ? Should I be using the redistributables ?
|
| Error 2769 from VS2003 Web deployment projects | 20 Jun 2006 14:36 GMT | 1 |
When I go to install a web setup/deployment project either through the vs2003 IDE or using the msi file on my machine or any machine, I get the following error immediately before clicking any buttons: The installer was interrupted before [project] could be installed. You
|
| how to deploy an application with a command-line tool? | 17 Jun 2006 03:38 GMT | 2 |
I managed to deploy an application by mageUI.exe. However, I would like to have a command-line script to publish it automatically. But if I used mage.exe command-line tool to create the manifest, I got the error as following:
|
| Multiple directory web setup project | 16 Jun 2006 18:29 GMT | 1 |
Greetings. I've been spinning on this for a while. Hopefully someone has some ideas. I have a working web setup project that installs a web app plus 4 VDs of web services. Problem happens when I want to install to something other than
|
| Checkbox on Finished UI dialog for launching app | 15 Jun 2006 22:45 GMT | 3 |
I need to put a checkbox on the 'Finished' UI dialog asking the user whether he/she wants to launch the application on the completion of installation. The 'Finished' dialog does not appear to provide any property using which I could achieve this. Please let me know if this is ...
|
| deployment question | 15 Jun 2006 20:12 GMT | 1 |
When we developed in VB6 we placed the exe on our customers server and simply created links on each workstation to the exe. This has always worked fine. We are now nearing completion of our first .Net product and we wonder what
|
| I'm sure I'm asking a naive question..:( | 15 Jun 2006 19:58 GMT | 1 |
I have created some aspx pages with visual studio 2005 (proffessional edition) . Everything is working well inside the vs2005 but when I'm trying to browse any of them outside the vs, this error message appear : "XML Parsing Error: not well-formed Location:
|
| VS 2003 - Auto launch app on installation complete | 14 Jun 2006 17:02 GMT | 5 |
This is definately a noob question but I can't find this anywhere: I simply want to get the primary output executable to automatically launch once installation is complete. Either prompting the user with an option to do so (checkbox?) or automatically doing it with no prompt.
|
| Is this group Managed? | 13 Jun 2006 17:41 GMT | 3 |
|
| Conditonally include merge module | 12 Jun 2006 11:57 GMT | 2 |
How to specify a condition to whether include or exclude a merge module in the setup program? I have different .msm files for help integration for VS2002, 2003 and 2005. And want to run these .msm files conditonally , depending on which
|
| How to get the CD drive letter for a setup project | 11 Jun 2006 19:40 GMT | 6 |
Hi, I'm trying to find out a way to get the CD drive from wich my setup is being run. Let's say if the user runs the setup from the local computer (c:\docs and setts\user name\desktop\) I would like to retreive "C:\" or "D:\" from the
|
| Create a patch | 10 Jun 2006 12:38 GMT | 2 |
is it possible to create a patch file? Does anybody know good resources (tutorials) for creating setup projects in VS 2005? Thanks for your help Thomas
|
| app.config (for a dll) not getting added to setup project | 07 Jun 2006 20:06 GMT | 5 |
I have several dlls that have app.config files tied to them. When adding their primary output to a Setup project everything works fine, but only the app.config for the .exe gets added to the Setup project automatically. Is there any way to get the app.configs for the dlls
|