You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the BuildMsi() method of WixSharp.Compiler in my Web Application. I have hosted it in IIS and when I run the Application Pool in Local System account (Highest Privilege), the method creates a msi file and returns the path of the file. Whenever I run it un ApplicationPoolIdentity, msi file isn't created and null is returned.
Need help in overcoming this issue.
The text was updated successfully, but these errors were encountered:
I'm using the BuildMsi() method of WixSharp.Compiler in my Web Application. I have hosted it in IIS and when I run the Application Pool in Local System account (Highest Privilege), the method creates a msi file and returns the path of the file. Whenever I run it un ApplicationPoolIdentity, msi file isn't created and null is returned.
Need help in overcoming this issue.
The text was updated successfully, but these errors were encountered: