all groups > dotnet setup > march 2006 > threads for march 22 - 28, 2006
Filter by week: 1 2 3 4 5
msi with a password
Posted by Oleg at 3/28/2006 12:36:03 PM
Is there a way to run .msi file produced by Setup Project that
will prompt for a password to install?
I know that I can add a Custom Action, but Custom Action kicks in after
files are copied already. I wood like to have a check before the files are
copied so that installer will exit before the... more >>
Installer puts all files on root C-drive instead of %ProgramFiles%\manufacturer\product
Posted by Niklas Engfelt at 3/27/2006 1:17:15 AM
When I try to install my product with an .MSI generated from Visual
Studio 2003, I can install it successfully as an administrator, but
when an ordinary user tries to install the application, all files end
up in the root of the C-drive, which is not good at all. The strange
thing is that the use... more >>
Creating an install CD for my ASP.NET application
Posted by Alff at 3/26/2006 11:19:02 PM
Hi,
I am a newbie requiring urgent help with the following issues...I am working
on a ASP.NET application with VB as the code behind language...The database
is SQL Server...
1)How can I programmitically get the path where IIS is installed so that I
can save it in the Web.config file?
OR... more >>
Running my app after install..
Posted by Cleyton at 3/24/2006 11:45:37 AM
Hello!
Someone knows how can I do that? I want to run my application after install
it.
And another: Someone knows how can i put a winform's mine in front of
installation form ??
If someone knows at least one thing about that, help me...please!
Thanks!... more >>
Setting File Permissions from Web Setup Package
Posted by Mike Hanson at 3/24/2006 1:43:02 AM
Is there any simple way to set specific file permissions from within a Web
Setup Package or do I have to write a custom installer to do so.
The sort of thing I need to do is grant NETWORK SERVICE Modify permissions
on an Images folder to allow updates from the web app.
This seems like an o... more >>
3rd party installers...
Posted by Ansatt at 3/23/2006 12:00:00 AM
I'm comming to the conclusion that the VS2005 install project is a
little bit too simple for my needs. Does anyone has any experience with
3rd party installers to share with me?
--
Regards
Ole Asbjorn Fadum
Scanmar AS... more >>
Registry launch condition
Posted by Niclas at 3/22/2006 10:20:49 PM
Hi,
Is t possible to evaluate a registry value as a launch condition, or is it
only possible to check for a registry key existence ?
Niclas
... more >>
|