MSEndpointMgr / IntuneAppFactory

Intune App Factory automates Win32 application packaging in Intune.
https://msendpointmgr.com/intune-app-factory
MIT License
32 stars 12 forks source link

Update New-Win32App.ps1 #20

Open Jan-BaptistVandeuren opened 6 months ago

Jan-BaptistVandeuren commented 6 months ago

C:\ADOAgent_work\1\s\Scripts\New-Win32App.ps1 : Cannot validate argument on parameter 'FilePath'. Cannot bind argument to parameter 'Path' because it is an empty string.

"Temporary" workaround, makes it so that the intunewinapputil.exe is always found since it is in $env. it is not a good long term solution but at least it gets everything working again. I will need someone with a better grasp to fix this in a more long term manner.

NickolajA commented 2 weeks ago

Sorry for not looking at this earlier. Is this still an issue that needs to be addressed? There were some issues with the IntuneWin32App module earlier this year when a new version of the wrapper utility was released from Microsoft. Could that have been the reason for this?