|
13 | 13 | <Product Id="*"
|
14 | 14 | Name="$(var.ProductName)"
|
15 | 15 | Language="1033"
|
16 |
| - Version="1.3.2.0" |
| 16 | + Version="1.4.0.0" |
17 | 17 | Manufacturer="OfficeDev PnP"
|
18 | 18 | UpgradeCode="630fe2af-dc42-467d-94c8-6eefd065cbfa">
|
19 | 19 |
|
|
52 | 52 |
|
53 | 53 | <Fragment>
|
54 | 54 | <Directory Id="TARGETDIR" Name="SourceDir">
|
55 |
| - <Directory Id="ProgramFilesFolder"> |
56 |
| - <Directory Id="APPFOLDER" Name="OfficeDevPnP"> |
57 |
| - <Directory Id="PowerShell" Name="PowerShell"> |
58 |
| - <Directory Id="Modules" Name="Modules"> |
59 |
| - <Directory Id="APPLICATIONFOLDER" Name="OfficeDevPnP.PowerShell.Commands" /> |
60 |
| - </Directory> |
61 |
| - </Directory> |
| 55 | + <Directory Id="APPLICATIONFOLDER" Name="OfficeDevPnP.PowerShell.Commands" > |
| 56 | + <Directory Id="Modules2" Name="Modules"> |
| 57 | + <Directory Id="MODULEFOLDER" Name="OfficeDevPnP.PowerShell.Commands"></Directory> |
62 | 58 | </Directory>
|
63 | 59 | </Directory>
|
64 | 60 | </Directory>
|
|
74 | 70 | </Fragment>
|
75 | 71 |
|
76 | 72 | <Fragment>
|
77 |
| - <ComponentGroup Id="ProductComponents" Directory="APPLICATIONFOLDER"> |
| 73 | + <ComponentGroup Id="ProductComponents" Directory="MODULEFOLDER"> |
78 | 74 | <Component Id="PowerShellCommands" Guid="{1F5CA574-E185-49D2-9A91-CD46A8548D3E}">
|
79 | 75 | <File Id="Commands" Source="$(var.OfficeDevPnP.PowerShell.Commands.TargetPath)" />
|
80 | 76 | <File Id="CommandsHelp" Source="$(var.OfficeDevPnP.PowerShell.Commands.TargetPath)-help.xml"/>
|
|
102 | 98 | <ComponentGroup Id="ENVIRONMENTVARS" Directory="TARGETDIR">
|
103 | 99 | <Component Id="EnvironmentVarPerMachine" Guid="{4D971CA5-CFE1-4121-B265-7C56B75D12A1}">
|
104 | 100 | <Condition>ALLUSERS=1 OR (ALLUSERS=2 AND Privileged)</Condition>
|
105 |
| - <Environment Id="PSMODULEPATHPERMACHINE" Name="PSMODULEPATH" Value="[APPFOLDER]" Permanent="no" Part="last" Action="set" System="yes" /> |
| 101 | + <Environment Id="PSMODULEPATHPERMACHINE" Name="PSMODULEPATH" Value="[APPLICATIONFOLDER]" Permanent="no" Part="last" Action="set" System="yes" /> |
106 | 102 | </Component>
|
107 | 103 | <Component Id="EnvironmentVarPerUser" Guid="{CAE7B727-018A-4F37-9D62-C70363B9A9D1}">
|
108 | 104 | <Condition>ALLUSERS="" OR (ALLUSERS=2 AND (NOT Privileged))</Condition>
|
|
0 commit comments