Hi Buzz,
You can add the "iisext.vbs" as a temporary file from the Files and Folders page.
Instead of this:
Code: Select all
cscript.exe %windir%\system32\iisext.vbs /enapp "active server pages"
you can try the following in the Command Line field of a "Launch File or Open URL" custom action:
Code: Select all
cscript.exe "[#iisext.vbs]" /enapp "active server pages"
You can select the "iisext.vbs" file path reference by pressing the Edit button. For more information about this custom action's usage please follow
this link.
You can schedule it for example after the Install standard action and also set its execution option to "Deferred, with no impersonation" and execution condition to:
For a complete list of custom actions and their description, please follow
this user guide article and its subarticles. If you find any difficulties in the user guide reference please don't hesitate to contact us.
All the best,
Mihai