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
This is to add an MSI for a "development package" for iisnode. It will contain all flavors of iisnode with corresponding IIS schema and PDB files for debugging, for both debug and release builds.
This is an x86 installer that installs to %programfiles%\iisnode-dev on x86 machines and %programfiles(x86)%\iisnode-dev on x64 machines.
All it does it deploy files. IIS configuration remains unaffected. The MSI does not enforce have any dependencies.
Building the MSI is not part of the overall iisnode.sln. The MSI must be built directly after all flavors of iisnode have been built before, i.e. (Debug, Release) * (x86, x64)
This is to add an MSI for a "development package" for iisnode. It will contain all flavors of iisnode with corresponding IIS schema and PDB files for debugging, for both debug and release builds.
This is an x86 installer that installs to %programfiles%\iisnode-dev on x86 machines and %programfiles(x86)%\iisnode-dev on x64 machines.
All it does it deploy files. IIS configuration remains unaffected. The MSI does not enforce have any dependencies.
This is the exact list of files:
The text was updated successfully, but these errors were encountered: