nickrod518 / Create-EXEFromPS1

Takes one PowerShell script and any number of supplementary files or even a directory and creates an exe using Windows's built in iexpress program. The exe will run on any machine with PowerShell 2.0+.
94 stars 31 forks source link

IExpress Wizard "Error opening the MakeCab Directive File" #5

Closed cwmoriarty closed 5 years ago

cwmoriarty commented 5 years ago

I am prompted with the above error, regardless of if I specify x64 or not. Powershell ISE running as Administrator on Server 2012R2.

cwmoriarty commented 5 years ago

I figured this out, it appears the script needs write access to the folder as it prepares the iexpress file.

nickrod518 commented 5 years ago

Ah, nice find.

suditvr commented 1 year ago

Running as admin does not work.