all groups > dotnet setup > march 2006 > threads for march 29 - 31, 2006
Filter by week: 1 2 3 4 5
Problem(small but annoying) when using custom c++ dll.
Posted by Oleg at 3/31/2006 12:08:02 PM
Hi,
Trying to implemnet a password with custom c-style dll.
as mentioned in :
http://support.microsoft.com/default.aspx?scid=kb;en-us;253683
and
http://www.devasp.net/net/search/redirect.asp?sid=34282
Everything is working except when verification fails by dll dialog box
appears at the... more >>
want to get app.path
Posted by Vivek Thakur at 3/31/2006 7:42:02 AM
hi,
i have a setup project and have a custom install class where i have this
method wich tries to find a file named X.txt which is in the same folder as
the current msi (wich i double clicked).
now i want to copy this X.txt to a location in C:\. For that i created the
custom install acti... more >>
Duplicate (Default) value when creating new Registry key
Posted by Dave Rayment at 3/31/2006 1:51:02 AM
Hi,
I want my newly-installed DLLs to be available on the target machine's Add
References lists, so I'm attempting to add the target directory to the
following Registry key in my installer:
HKCU/Software/Microsoft/.NETFramework/AssemblyFolders/[ProductName]
I need to add a (Default) val... more >>
Custom Action and silent rollback
Posted by Oleg at 3/30/2006 7:42:05 AM
If in Custom Action I throw an exception in order to force installer to
rollback
dialog box appears telling about error occurred.
Can I make installer not to show me that error and rollback silently?
(I'm using VS 2003 to create setup project)
... more >>
Install default for everyone instead of just me
Posted by Nigel Jensen at 3/29/2006 5:14:01 PM
Hi,
I am trying to default my installation to be installed for everyone instead
of just me. What I found was that I should set the AllUsers property to ALL.
Unfortunately I don't have this AllUsers property. The only property I have
for the Installation Folder dialog ist the BannerBitmap. I... more >>
.Net deployment - is this possible?
Posted by Debi at 3/29/2006 4:26:01 PM
I want to distribute a single msi to the user, which when launched will check
for the prerequisites, and download these from my website(without user
downloading) - will not show EULA to the user - and install these and then
commence on the application installation to a user specified directory... more >>
2.0 .net framework redistributable setup
Posted by batvanio NO[at]SPAM gmail.com at 3/29/2006 10:04:48 AM
Hi,
Is there any way to make the 2.0 redistributable setup not to install
the whole thing if the target machine already has it? From the 1.1 and
previous versions, if I run the setup and the machine already has it,
it would go much, much faster, almost in few seconds, which makes me
think tha... more >>
|