-
Notifications
You must be signed in to change notification settings - Fork 582
Closed
Description
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:
iisnode-dev\debug\x64\iisnode.dll
iisnode-dev\debug\x64\iisnode.pdb
iisnode-dev\debug\x64\iisnode_schema_x64.xml
iisnode-dev\debug\x64\iisnode_schema_x64_wow.xml
iisnode-dev\debug\x64\interceptor.js
iisnode-dev\debug\x86\iisnode.dll
iisnode-dev\debug\x86\iisnode.pdb
iisnode-dev\debug\x86\iisnode_schema.xml
iisnode-dev\debug\x86\interceptor.js
iisnode-dev\release\x64\iisnode.dll
iisnode-dev\release\x64\iisnode.pdb
iisnode-dev\release\x64\iisnode_schema_x64.xml
iisnode-dev\release\x64\iisnode_schema_x64_wow.xml
iisnode-dev\release\x64\interceptor.js
iisnode-dev\release\x86\iisnode.dll
iisnode-dev\release\x86\iisnode.pdb
iisnode-dev\release\x86\iisnode_schema.xml
iisnode-dev\release\x86\interceptor.js
Metadata
Metadata
Assignees
Labels
No labels