File tree 2 files changed +21
-15
lines changed
2 files changed +21
-15
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration >
3
+ <packageSources >
4
+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
5
+ </packageSources >
6
+ </configuration >
Original file line number Diff line number Diff line change 123
123
</Feature >
124
124
</Feature >
125
125
126
- <StandardDirectory Id =" ProgramMenuFolder" >
127
- <Directory Id =" ApplicationProgramsFolder" Name =" Node.js" />
128
- </StandardDirectory >
126
+ <StandardDirectory Id =" ProgramMenuFolder" >
127
+ <Directory Id =" ApplicationProgramsFolder" Name =" Node.js" />
128
+ </StandardDirectory >
129
129
130
- <Directory Id =" $(var.ProgramFilesFolderId)" >
131
- <Directory Id =" INSTALLDIR" Name =" nodejs" >
132
- </Directory >
130
+ <StandardDirectory Id =" $(var.ProgramFilesFolderId)" >
131
+ <Directory Id =" INSTALLDIR" Name =" nodejs" >
133
132
</Directory >
133
+ </StandardDirectory >
134
134
135
135
<DirectoryRef Id =" INSTALLDIR" >
136
136
<Component Id =" NodeExecutable" >
241
241
</Component >
242
242
</Directory >
243
243
</Directory >
244
+ </DirectoryRef >
244
245
245
- <Directory Id =" AppDataFolder" >
246
- <Directory Id =" AppDataDir" Name =" npm" >
247
- <Component Id =" AppData" Guid =" D3B35D0E-D0F9-4D11-A773-D4608E90E1D1" >
248
- <CreateFolder />
249
- <RemoveFolder Id =" AppDataDir" On =" uninstall" />
250
- <RegistryValue Root =" HKCU" Key =" $(var.RegistryKeyPath)\Components" Type =" string" Value =" " />
251
- </Component >
252
- </Directory >
246
+ <StandardDirectory Id =" AppDataFolder" >
247
+ <Directory Id =" AppDataDir" Name =" npm" >
248
+ <Component Id =" AppData" Guid =" D3B35D0E-D0F9-4D11-A773-D4608E90E1D1" >
249
+ <CreateFolder />
250
+ <RemoveFolder Id =" AppDataDir" On =" uninstall" />
251
+ <RegistryValue Root =" HKCU" Key =" $(var.RegistryKeyPath)\Components" Type =" string" Value =" " />
252
+ </Component >
253
253
</Directory >
254
- </DirectoryRef >
254
+ </StandardDirectory >
255
255
256
256
<DirectoryRef Id =" ApplicationProgramsFolder" >
257
257
<Component Id =" DocumentationShortcuts" >
You can’t perform that action at this time.
0 commit comments