File tree 6 files changed +1
-95
lines changed
6 files changed +1
-95
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -384,7 +384,6 @@ copy /y $(ProjectDir)\..\config\* $(ProjectDir)\..\..\build\$(Configuration)\$(P
384
384
<None Include =" ..\config\iisnode_schema_x64.xml" >
385
385
<SubType >Designer</SubType >
386
386
</None >
387
- <None Include =" ..\config\iisnode_schema_x64_wow.xml" />
388
387
<None Include =" ..\samples\configuration\hello.js" />
389
388
<None Include =" ..\samples\configuration\iisnode.yml" />
390
389
<None Include =" ..\samples\configuration\readme.htm" >
Original file line number Diff line number Diff line change 675
675
<None Include =" ..\..\test\functional\www\124_node_config_override\iisnode.yml" >
676
676
<Filter >Tests\functional\www\124_node_config_override</Filter >
677
677
</None >
678
- <None Include =" ..\config\iisnode_schema_x64_wow.xml" >
679
- <Filter >Config</Filter >
680
- </None >
681
678
<None Include =" ..\scripts\interceptor.js" >
682
679
<Filter >Scripts</Filter >
683
680
</None >
Original file line number Diff line number Diff line change 54
54
55
55
<?if $(var.isWin64) = " yes" ?>
56
56
<CustomAction Id =" AddIisnodeModuleRegistration"
57
- ExeCommand =" [System64Folder]inetsrv\appcmd.exe install module /name:iisnode /image:" [iisnoderootdir]iisnode.dll" /preCondition:bitness64 /commit:apphost"
58
- Directory =" TARGETDIR"
59
- Execute =" deferred"
60
- Return =" check"
61
- Impersonate =" no" />
62
- <CustomAction Id =" AddIisnodeModuleRegistrationWow"
63
- ExeCommand =" [System64Folder]inetsrv\appcmd.exe install module /name:iisnode /image:" [iisnoderootdirwow]iisnode.dll" /preCondition:bitness32 /commit:apphost"
57
+ ExeCommand =" [System64Folder]inetsrv\appcmd.exe install module /name:iisnode /image:" %programfiles%\iisnode\iisnode.dll" /commit:apphost"
64
58
Directory =" TARGETDIR"
65
59
Execute =" deferred"
66
60
Return =" check"
Original file line number Diff line number Diff line change 62
62
63
63
<Feature Id =" iisnode4iis" Title =" Hosting node.js applications in IIS 7.x" Level =" 1" Description =" IIS 7.x native module for hosting node.js applications in IIS" >
64
64
<ComponentGroupRef Id =" allfiles" />
65
- <Condition Level =" 0" >WOW</Condition >
66
- </Feature >
67
-
68
- <?if $(var.isWin64) = " yes" ?>
69
- <Feature Id =" iisnode4iiswow" Title =" Hosting node.js applications in IIS 7.x in WOW mode" Level =" 1" Description =" IIS 7.x native module for hosting node.js applications in IIS in WOW mode" >
70
65
<ComponentGroupRef Id =" allfileswow" />
71
- <Condition Level =" 0" >NOT WOW</Condition >
72
66
</Feature >
73
- <?endif ?>
74
67
75
68
<?if $(var.ProjectName) = iisnode-msi-full ?>
76
69
<WixVariable Id =" WixUILicenseRtf" Value =" $(var.ProjectDir)\License.rtf" />
104
97
105
98
<!-- install/rollback/uninstall iisnode module -->
106
99
107
- <?if $(var.isWin64) = " yes" ?>
108
- <Custom Action =" AddIisnodeModuleRegistration" After =" RemoveIisnodeModuleRegistration" >(REMOVE< >"ALL") AND (NOT WOW)</Custom >
109
- <Custom Action =" AddIisnodeModuleRegistrationWow" After =" RemoveIisnodeModuleRegistration" >(REMOVE< >"ALL") AND WOW</Custom >
110
- <?else ?>
111
100
<Custom Action =" AddIisnodeModuleRegistration" After =" RemoveIisnodeModuleRegistration" >REMOVE< >"ALL"</Custom >
112
- <?endif ?>
113
101
<Custom Action =" RollbackAddIisnodeModuleRegistration" After =" RemoveIisnodeModuleRegistration" >REMOVE< >"ALL"</Custom >
114
102
<Custom Action =" UndoAddIisnodeModuleRegistration" After =" RemoveIisnodeModuleRegistration" >REMOVE="ALL"</Custom >
115
103
Original file line number Diff line number Diff line change 23
23
</Directory >
24
24
</DirectoryRef >
25
25
</Fragment >
26
- <Fragment >
27
- <DirectoryRef Id =" inetsrvdirwow" >
28
- <Directory Id =" dirC3B05243102F810BD3959CD3BA949E89" Name =" config" >
29
- <Directory Id =" dirC3B05243102F810BD3959CD3BA949E90" Name =" schema" >
30
- <Component Win64 =" yes" Id =" cmpBFBC3A88B5FB1B48E1CB3DBC62C46CAD" Guid =" *" >
31
- <File Id =" fil98FE22082D3964939C1CB4060FC2A0C7" KeyPath =" yes" Source =" $(var.wowsourcedir)\iisnode_schema_x64_wow.xml" Name =" iisnode_schema.xml" />
32
- </Component >
33
- </Directory >
34
- </Directory >
35
- </DirectoryRef >
36
- </Fragment >
37
26
<Fragment >
38
27
<DirectoryRef Id =" iisnoderootdirwow" >
39
28
<Component Win64 =" yes" Id =" cmpF6505586D2A7DD2F0C68235A8CA281C6" Guid =" *" >
71
60
<ComponentGroup Id =" allfileswow" >
72
61
<ComponentRef Id =" cmp1C33C88432AB7530411D254B8656120B" />
73
62
<ComponentRef Id =" cmp1C33C88432AC7530411D254B8656120B" />
74
- <ComponentRef Id =" cmpBFBC3A88B5FB1B48E1CB3DBC62C46CAD" />
75
63
<?if $(var.Configuration) = Debug ?>
76
64
<ComponentRef Id =" cmpE429AFB5AD377FF35803A538B9BE37A8" />
77
65
<?endif ?>
You can’t perform that action at this time.
0 commit comments