Groups | Blog | Home
all groups > visual studio .net enterprise tools > march 2004 >

visual studio .net enterprise tools : Visual Studio Installer


McRolin
3/12/2004 2:27:35 PM
Hello All,
Is there a way to have Visual Studio Installer call a user built dll or
function during installation? Can Installer build an ".msi" that will not
function if copied to another CD or floppy?

Thanks, McRolin

mikehayt_ NO[at]SPAM online.microsoft.com
3/12/2004 5:12:37 PM
Hi there.

Im not an expert in VS Installer....

You can use a custom action to call into an exe passing command line
parameters or run a script.
I dont think Installer has any tricks to stop the copying of msi's - I
think you'd have to code that check yourself and set it up as a custom
action. Of course for such a check, you'd want to be able to retreive
something that is unqiue for the CD/floppy that cant be easily duplicated.
(What that may be I dont know).

Mike
--------------------
| Hello All,
| Is there a way to have Visual Studio Installer call a user built dll
or
| function during installation? Can Installer build an ".msi" that will not
| function if copied to another CD or floppy?
|
| Thanks, McRolin
|
|
|

--

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
AddThis Social Bookmark Button