Skip to content

Commit

Permalink
Merge branch 'powerGate_rework' of https://github.com/coolOrangeLabs/…
Browse files Browse the repository at this point in the history
…powerGateTemplate into powerGate_rework
  • Loading branch information
ThomasRossmeisl committed Nov 24, 2022
2 parents 24e24ef + 0a34098 commit 195f71b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Files/powerGate/Modules/MaterialFunctions.psm1
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
$materialEntitySet = "Materials"
$materialEntityType = "Material"
$materialEntityType = "Material"

function GetEntityNumber($entity) {
if ($entity._EntityTypeID -eq "FILE") {
Expand Down
7 changes: 7 additions & 0 deletions Installer/ClientSetup/Directories.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
<Component Id="CMP_PE_README" Guid="*">
<File Id="FILE_PE_README" KeyPath="yes" Source="..\Resources\README.txt" />
</Component>
<Directory Id="POWEREVENTS_SCRIPTS_DIR" Name="Events">
<Directory Id="POWEREVENTS_DISABLEDSCRIPTS_DIR" Name="Disabled"/>
<Component Id="CMP_PE_DISABLE_SAMPLE_TAB_SCRIPTS" Guid="7C5FABF5-A487-4521-9E95-61EBA3E51EB5">
<CreateFolder/>
<CopyFile Id="MoveSampleERPTabsToDisabledFolderBecauseCustomOnceBecomeInstalled" SourceDirectory="POWEREVENTS_SCRIPTS_DIR" SourceName="Sample.*ERP*Tab.ps1*" DestinationDirectory="POWEREVENTS_DISABLEDSCRIPTS_DIR" Delete="yes"/>
</Component>
</Directory>
</Directory>
<Directory Id='POWERGATE_INSTALL' Name='powerGate' >
<Component Id="CMP_PG_README" Guid="*">
Expand Down
5 changes: 3 additions & 2 deletions Installer/ClientSetup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@
Cabinet="media1.cab"
EmbedCab="yes" />

<Feature Id="DataStandardCustomization" Title="Vault DataStandard UI Customization">
<Feature Id="DataStandardCustomization" Title="Vault DataStandard Customization">
<ComponentGroupRef Id="SETUP_UI" />
<ComponentGroupRef Id="HeatGenerated_DataStandardFiles" />
<ComponentRef Id="CMP_VDS_README" />
</Feature>

<Feature Id="PowerEventsFiles" Title="powerEvents Workflow Enhancements">
<Feature Id="PowerEventsFiles" Title="powerEvents Workflow and UI Enhancements">
<ComponentGroupRef Id="HeatGenerated_PowerEventsFiles" />
<ComponentRef Id="CMP_PE_README" />
<ComponentRef Id="CMP_PE_DISABLE_SAMPLE_TAB_SCRIPTS" />
</Feature>

<Feature Id="PowerGateFiles" Title="powerGate Shared Files">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Install the latest version from the repository [Releases](https://github.com/coo
This setup contains a powerGate Server plugin. It needs to be installed on the machine that hosts coolOrange powerGate Server.

### Vault DataStandard customizations & powerEvents
This setup contains Autodesk Vault DataStandard customizations and coolOrange powerEvents workflow enhancements. It needs to be installed on all Vault client machines. Autodesk Vault DataStandard and coolOrange powerEvents are required on these machines, too.
This setup contains Autodesk Vault DataStandard customizations and coolOrange powerEvents workflow & UI enhancements. It needs to be installed on all Vault client machines. Autodesk Vault DataStandard and coolOrange powerEvents are required on these machines, too.

### powerJobs
This setup contains powerJobs jobs. It needs to be installed on the machine that hosts a Autodesk Vault JobProcessor and coolOrange powerJobs.
Expand Down

0 comments on commit 195f71b

Please sign in to comment.