Skip to content

Commit 65b847b

Browse files
tduguidtduguid
authored andcommitted
Updated repository location in project settings
1 parent 51fac36 commit 65b847b

6 files changed

Lines changed: 31 additions & 31 deletions

File tree

VB/My Project/Settings.Designer.vb

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VB/My Project/Settings.settings

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Value Profile="(Default)">Anthony Duguid</Value>
77
</Setting>
88
<Setting Name="App_PathReadMe" Type="System.String" Scope="User">
9-
<Value Profile="(Default)">https://github.com/aduguid/ServerActions/blob/master/README.md</Value>
9+
<Value Profile="(Default)">https://github.com/Office-projects/ServerActions/blob/master/README.md</Value>
1010
</Setting>
1111
<Setting Name="Ping_ServerName" Type="System.String" Scope="User">
1212
<Value Profile="(Default)">dNSHostname</Value>
@@ -24,7 +24,7 @@
2424
<Value Profile="(Default)">C:\Temp\Test.rdg</Value>
2525
</Setting>
2626
<Setting Name="App_PathNewIssue" Type="System.String" Scope="User">
27-
<Value Profile="(Default)">https://github.com/aduguid/ServerActions/issues/new</Value>
27+
<Value Profile="(Default)">https://github.com/Office-projects/ServerActions/issues/new</Value>
2828
</Setting>
2929
<Setting Name="App_ReleaseDate" Type="System.DateTime" Scope="User">
3030
<Value Profile="(Default)">07/31/2017 12:00:00</Value>
@@ -33,7 +33,7 @@
3333
<Value Profile="(Default)">OperatingSystem</Value>
3434
</Setting>
3535
<Setting Name="Rdg_LdapPath" Type="System.String" Scope="User">
36-
<Value Profile="(Default)">LDAP://OU=Servers,OU=FT,DC=federationtraining,DC=edu,DC=au</Value>
36+
<Value Profile="(Default)">LDAP://OU=Servers,...</Value>
3737
</Setting>
3838
<Setting Name="Rdg_LdapQry" Type="System.String" Scope="User">
3939
<Value Profile="(Default)">SELECT whenCreated, whenChanged, distinguishedName, OperatingSystem, OperatingSystemVersion, dNSHostname, Name, CN FROM '[Rdg.LdapPath]' WHERE objectClass = 'computer'</Value>

VB/app.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<userSettings>
3535
<ServerActions.MySettings>
3636
<setting name="App_PathReadMe" serializeAs="String">
37-
<value>https://github.com/aduguid/ServerActions/blob/master/README.md</value>
37+
<value>https://github.com/Office-projects/ServerActions/blob/master/README.md</value>
3838
</setting>
3939
<setting name="Ping_ServerName" serializeAs="String">
4040
<value>dNSHostname</value>
@@ -52,7 +52,7 @@
5252
<value>C:\Temp\Test.rdg</value>
5353
</setting>
5454
<setting name="App_PathNewIssue" serializeAs="String">
55-
<value>https://github.com/aduguid/ServerActions/issues/new</value>
55+
<value>https://github.com/Office-projects/ServerActions/issues/new</value>
5656
</setting>
5757
<setting name="App_ReleaseDate" serializeAs="String">
5858
<value>07/31/2017 12:00:00</value>
@@ -61,7 +61,7 @@
6161
<value>OperatingSystem</value>
6262
</setting>
6363
<setting name="Rdg_LdapPath" serializeAs="String">
64-
<value>LDAP://OU=Servers,OU=FT,DC=federationtraining,DC=edu,DC=au</value>
64+
<value>LDAP://OU=Servers,...</value>
6565
</setting>
6666
<setting name="Rdg_LdapQry" serializeAs="String">
6767
<value>SELECT whenCreated, whenChanged, distinguishedName, OperatingSystem, OperatingSystemVersion, dNSHostname, Name, CN FROM '[Rdg.LdapPath]' WHERE objectClass = 'computer'</value>

VBA/Install.bat

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
@ECHO OFF
2-
3-
REM
4-
REM |--------------------------------------------------------------------------------------------------------------------
5-
REM | Purpose: Generic Install
6-
REM |
7-
REM | Ver. Date Author Details
8-
REM | 1.00 27-NOV-2017 Anthony Duguid Initial version.
9-
REM |--------------------------------------------------------------------------------------------------------------------*/
10-
11-
12-
REM
13-
REM /E = Copies directories and subdirectories, including empty ones. Same as /S /E. May be used to modify /T.
14-
REM /D:m-d-y = Copies files changed on or after the specified date.
15-
REM If no date is given, copies only those files whose source time is newer than the destination time.
16-
REM /K = Copies attributes. Normal Xcopy will reset read-only attributes.
17-
REM /Q = Does not display file names while copying.
18-
REM /R = Overwrites read-only files.
19-
REM /Y = Suppresses prompting to confirm you want to overwrite an existing destination file.
20-
REM
21-
22-
REM Copy the install directory and sub-directories
1+
@ECHO OFF
2+
3+
REM
4+
REM |--------------------------------------------------------------------------------------------------------------------
5+
REM | Purpose: Generic Install
6+
REM |
7+
REM | Ver. Date Author Details
8+
REM | 1.00 27-NOV-2017 Anthony Duguid Initial version.
9+
REM |--------------------------------------------------------------------------------------------------------------------*/
10+
11+
12+
REM
13+
REM /E = Copies directories and subdirectories, including empty ones. Same as /S /E. May be used to modify /T.
14+
REM /D:m-d-y = Copies files changed on or after the specified date.
15+
REM If no date is given, copies only those files whose source time is newer than the destination time.
16+
REM /K = Copies attributes. Normal Xcopy will reset read-only attributes.
17+
REM /Q = Does not display file names while copying.
18+
REM /R = Overwrites read-only files.
19+
REM /Y = Suppresses prompting to confirm you want to overwrite an existing destination file.
20+
REM
21+
22+
REM Copy the install directory and sub-directories
2323
XCOPY ".\ServerActions.xlam" "%AppData%\Microsoft\AddIns\ServerActions.xlam" /E /K /Q /R /Y /D

VBA/ServerActions.xlam

-17.8 KB
Binary file not shown.

VBA/ServerActions.xlsm

-17.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)