Visual Studio Setup - projects and custom actions
Popularity Report
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
URL Tag Cloud
Bookmark History
Saved by 2 people (-2 private), first by anonymouse user on 2007-12-07
- Jyotijv on 2009-02-25 - Tags WindowInstaller
- Yyensen on 2008-07-24 - Tags no_tag
Public Sticky notes
So angle brackets are used for passing multiple property values into a custom action. Square brackets indicate that the actual value will be resolved at run time.
Highlighted by jyotijv
.NET assemblies can contain installer classes, and Visual Studio .NET lets you call methods in these installer classes as custom actions
Highlighted by jyotijv
Highlighted by yyensen
The installation process is actually a client/server environment in which the user interface runs on a user-mode Msiexec.exe and the server installation process runs on the Windows Installer Service Msiexec.exe.
Highlighted by yyensen
public properties are denoted with uppercase names. There are two main attributes of public properties that concern us here: They can be passed from the UI sequence to the execution sequences, and they can be specified on a command-line install.
Highlighted by yyensen
Visual Studio creates a Windows Installer component for each file being installed
Highlighted by yyensen


Public Comment