Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add msi for a dev package #171

Closed
tjanczuk opened this issue Jun 1, 2012 · 1 comment
Closed

add msi for a dev package #171

tjanczuk opened this issue Jun 1, 2012 · 1 comment

Comments

@tjanczuk
Copy link
Owner

tjanczuk commented Jun 1, 2012

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
@tjanczuk
Copy link
Owner Author

tjanczuk commented Jun 1, 2012

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant