To get the current msi setup path,
- Goto the setup project
- Right click and select view->custom actions
- Under Install Node, click the “primary output from….”
- Press F4 to show its property
- Add the /Source=[SourceDir] to the CustomActionData property
- Can then be access through the installer class
Context.Parameters(“Source”)
