Enhancing Attachments with IAttachedFile - Advanced Action Guide

Enhancing Attachments with IAttachedFile - Advanced Action Guide

Michael Lv8

Enhancing Attachments with IAttachedFile - Advanced Action Guide

Table of Contents

Disclaimer: This post includes affiliate links

If you click on a link and make a purchase, I may receive a commission at no extra cost to you.

IAttachedFileCustomAction

https://techidaily.com

Declaration

IAttachedFileCustomAction : ICustomAction

Overview

This interface facilitates editing custom action for launching attached executable file.

Properties

String AttachedSourceFile - Gets or sets the source path to the custom action executable file.

String CommandLine - Get or sets the command line arguments for launching executable file.

https://techidaily.com

Examples

$advinst = new-object -com AdvancedInstaller
$project = $advinst.CreateProjectS(“architect”)
$custAct = $project.CustomActionsComponent.NewLaunchAttachedFile(“D:\my_tool.exe”)
$custAct.CommandLine = “command line arguments”

Copy

https://techidaily.com

See also

ICustomActionsComponent

ICustomAction

Did you find this page useful?

Please give it a rating:

Thanks!

Report a problem on this page

Information is incorrect or missing

Information is unclear or confusing

Something else

Can you tell us what’s wrong?

Send message

Also read:

  • Title: Enhancing Attachments with IAttachedFile - Advanced Action Guide
  • Author: Michael
  • Created at : 2024-10-27 20:59:39
  • Updated at : 2024-10-28 18:06:08
  • Link: https://fox-where.techidaily.com/enhancing-attachments-with-iattachedfile-advanced-action-guide/
  • License: This work is licensed under CC BY-NC-SA 4.0.