Skip to content

Commit 46fdb78

Browse files
committed
rebuild iss files
1 parent e3e83ee commit 46fdb78

8 files changed

+43
-1
lines changed

RevitPythonShell/RevitPythonShell.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
</Task>
316316
</UsingTask>
317317

318-
<Target Name="CopyAddinsToAppData" AfterTargets="CreateAddinManifest">
318+
<Target Name="CopyAddinsToAppData" AfterTargets="CreateAddinManifest" Condition="$(Configuration.Contains('Debug'))">
319319
<!-- Copy newly compiled add-in files to AppData folder (before starting the debugger) -->
320320
<Message Importance="high" Text="Copying addin file into Revit Addin folder" />
321321
<ItemGroup>

Setup_RevitPythonShell_2014.iss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Source: "RevitPythonShell\bin\Release\2014\PythonConsoleControl.dll"; DestDir: "
33
Source: "RevitPythonShell\bin\Release\2014\RevitPythonShell.dll"; DestDir: "{app}"; Flags: replacesameversion
44
Source: "RevitPythonShell\bin\Release\2014\RpsRuntime.dll"; DestDir: "{app}"; Flags: replacesameversion
55
Source: "RevitPythonShell\bin\Release\2014\RevitPythonShell.addin"; DestDir: "{userappdata}\Autodesk\Revit\Addins\2014"; Flags: replacesameversion
6+
Source: "RevitPythonShell\bin\Release\2014\ICSharpCode.AvalonEdit.dll"; DestDir: "{app}"
7+
Source: "RevitPythonShell\bin\Release\2014\IronPython.dll"; DestDir: "{app}"
8+
Source: "RevitPythonShell\bin\Release\2014\IronPython.Modules.dll"; DestDir: "{app}"
9+
Source: "RevitPythonShell\bin\Release\2014\Microsoft.Scripting.Metadata.dll"; DestDir: "{app}"
10+
Source: "RevitPythonShell\bin\Release\2014\Microsoft.Dynamic.dll"; DestDir: "{app}"
11+
Source: "RevitPythonShell\bin\Release\2014\Microsoft.Scripting.dll"; DestDir: "{app}"
612
Source: "RevitPythonShell\bin\Release\2014\DefaultConfig\RevitPythonShell.xml"; DestDir: "{userappdata}\RevitPythonShell\2014"; Flags: onlyifdoesntexist
713
Source: "RevitPythonShell\bin\Release\2014\DefaultConfig\init.py"; DestDir: {userappdata}\RevitPythonShell\2014; Flags: confirmoverwrite;
814
Source: "RevitPythonShell\bin\Release\2014\DefaultConfig\startup.py"; DestDir: {userappdata}\RevitPythonShell\2014; Flags: confirmoverwrite;

Setup_RevitPythonShell_2015.iss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Source: "RevitPythonShell\bin\Release\2015\PythonConsoleControl.dll"; DestDir: "
33
Source: "RevitPythonShell\bin\Release\2015\RevitPythonShell.dll"; DestDir: "{app}"; Flags: replacesameversion
44
Source: "RevitPythonShell\bin\Release\2015\RpsRuntime.dll"; DestDir: "{app}"; Flags: replacesameversion
55
Source: "RevitPythonShell\bin\Release\2015\RevitPythonShell.addin"; DestDir: "{userappdata}\Autodesk\Revit\Addins\2015"; Flags: replacesameversion
6+
Source: "RevitPythonShell\bin\Release\2015\ICSharpCode.AvalonEdit.dll"; DestDir: "{app}"
7+
Source: "RevitPythonShell\bin\Release\2015\IronPython.dll"; DestDir: "{app}"
8+
Source: "RevitPythonShell\bin\Release\2015\IronPython.Modules.dll"; DestDir: "{app}"
9+
Source: "RevitPythonShell\bin\Release\2015\Microsoft.Scripting.Metadata.dll"; DestDir: "{app}"
10+
Source: "RevitPythonShell\bin\Release\2015\Microsoft.Dynamic.dll"; DestDir: "{app}"
11+
Source: "RevitPythonShell\bin\Release\2015\Microsoft.Scripting.dll"; DestDir: "{app}"
612
Source: "RevitPythonShell\bin\Release\2015\DefaultConfig\RevitPythonShell.xml"; DestDir: "{userappdata}\RevitPythonShell\2015"; Flags: onlyifdoesntexist
713
Source: "RevitPythonShell\bin\Release\2015\DefaultConfig\init.py"; DestDir: {userappdata}\RevitPythonShell\2015; Flags: confirmoverwrite;
814
Source: "RevitPythonShell\bin\Release\2015\DefaultConfig\startup.py"; DestDir: {userappdata}\RevitPythonShell\2015; Flags: confirmoverwrite;

Setup_RevitPythonShell_2016.iss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Source: "RevitPythonShell\bin\Release\2016\PythonConsoleControl.dll"; DestDir: "
33
Source: "RevitPythonShell\bin\Release\2016\RevitPythonShell.dll"; DestDir: "{app}"; Flags: replacesameversion
44
Source: "RevitPythonShell\bin\Release\2016\RpsRuntime.dll"; DestDir: "{app}"; Flags: replacesameversion
55
Source: "RevitPythonShell\bin\Release\2016\RevitPythonShell.addin"; DestDir: "{userappdata}\Autodesk\Revit\Addins\2016"; Flags: replacesameversion
6+
Source: "RevitPythonShell\bin\Release\2016\ICSharpCode.AvalonEdit.dll"; DestDir: "{app}"
7+
Source: "RevitPythonShell\bin\Release\2016\IronPython.dll"; DestDir: "{app}"
8+
Source: "RevitPythonShell\bin\Release\2016\IronPython.Modules.dll"; DestDir: "{app}"
9+
Source: "RevitPythonShell\bin\Release\2016\Microsoft.Scripting.Metadata.dll"; DestDir: "{app}"
10+
Source: "RevitPythonShell\bin\Release\2016\Microsoft.Dynamic.dll"; DestDir: "{app}"
11+
Source: "RevitPythonShell\bin\Release\2016\Microsoft.Scripting.dll"; DestDir: "{app}"
612
Source: "RevitPythonShell\bin\Release\2016\DefaultConfig\RevitPythonShell.xml"; DestDir: "{userappdata}\RevitPythonShell\2016"; Flags: onlyifdoesntexist
713
Source: "RevitPythonShell\bin\Release\2016\DefaultConfig\init.py"; DestDir: {userappdata}\RevitPythonShell\2016; Flags: confirmoverwrite;
814
Source: "RevitPythonShell\bin\Release\2016\DefaultConfig\startup.py"; DestDir: {userappdata}\RevitPythonShell\2016; Flags: confirmoverwrite;

Setup_RevitPythonShell_2017.iss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Source: "RevitPythonShell\bin\Release\2017\PythonConsoleControl.dll"; DestDir: "
33
Source: "RevitPythonShell\bin\Release\2017\RevitPythonShell.dll"; DestDir: "{app}"; Flags: replacesameversion
44
Source: "RevitPythonShell\bin\Release\2017\RpsRuntime.dll"; DestDir: "{app}"; Flags: replacesameversion
55
Source: "RevitPythonShell\bin\Release\2017\RevitPythonShell.addin"; DestDir: "{userappdata}\Autodesk\Revit\Addins\2017"; Flags: replacesameversion
6+
Source: "RevitPythonShell\bin\Release\2017\ICSharpCode.AvalonEdit.dll"; DestDir: "{app}"
7+
Source: "RevitPythonShell\bin\Release\2017\IronPython.dll"; DestDir: "{app}"
8+
Source: "RevitPythonShell\bin\Release\2017\IronPython.Modules.dll"; DestDir: "{app}"
9+
Source: "RevitPythonShell\bin\Release\2017\Microsoft.Scripting.Metadata.dll"; DestDir: "{app}"
10+
Source: "RevitPythonShell\bin\Release\2017\Microsoft.Dynamic.dll"; DestDir: "{app}"
11+
Source: "RevitPythonShell\bin\Release\2017\Microsoft.Scripting.dll"; DestDir: "{app}"
612
Source: "RevitPythonShell\bin\Release\2017\DefaultConfig\RevitPythonShell.xml"; DestDir: "{userappdata}\RevitPythonShell\2017"; Flags: onlyifdoesntexist
713
Source: "RevitPythonShell\bin\Release\2017\DefaultConfig\init.py"; DestDir: {userappdata}\RevitPythonShell\2017; Flags: confirmoverwrite;
814
Source: "RevitPythonShell\bin\Release\2017\DefaultConfig\startup.py"; DestDir: {userappdata}\RevitPythonShell\2017; Flags: confirmoverwrite;

Setup_RevitPythonShell_2018.iss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Source: "RevitPythonShell\bin\Release\2018\PythonConsoleControl.dll"; DestDir: "
33
Source: "RevitPythonShell\bin\Release\2018\RevitPythonShell.dll"; DestDir: "{app}"; Flags: replacesameversion
44
Source: "RevitPythonShell\bin\Release\2018\RpsRuntime.dll"; DestDir: "{app}"; Flags: replacesameversion
55
Source: "RevitPythonShell\bin\Release\2018\RevitPythonShell.addin"; DestDir: "{userappdata}\Autodesk\Revit\Addins\2018"; Flags: replacesameversion
6+
Source: "RevitPythonShell\bin\Release\2018\ICSharpCode.AvalonEdit.dll"; DestDir: "{app}"
7+
Source: "RevitPythonShell\bin\Release\2018\IronPython.dll"; DestDir: "{app}"
8+
Source: "RevitPythonShell\bin\Release\2018\IronPython.Modules.dll"; DestDir: "{app}"
9+
Source: "RevitPythonShell\bin\Release\2018\Microsoft.Scripting.Metadata.dll"; DestDir: "{app}"
10+
Source: "RevitPythonShell\bin\Release\2018\Microsoft.Dynamic.dll"; DestDir: "{app}"
11+
Source: "RevitPythonShell\bin\Release\2018\Microsoft.Scripting.dll"; DestDir: "{app}"
612
Source: "RevitPythonShell\bin\Release\2018\DefaultConfig\RevitPythonShell.xml"; DestDir: "{userappdata}\RevitPythonShell\2018"; Flags: onlyifdoesntexist
713
Source: "RevitPythonShell\bin\Release\2018\DefaultConfig\init.py"; DestDir: {userappdata}\RevitPythonShell\2018; Flags: confirmoverwrite;
814
Source: "RevitPythonShell\bin\Release\2018\DefaultConfig\startup.py"; DestDir: {userappdata}\RevitPythonShell\2018; Flags: confirmoverwrite;

Setup_RevitPythonShell_2019.iss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Source: "RevitPythonShell\bin\Release\2019\PythonConsoleControl.dll"; DestDir: "
33
Source: "RevitPythonShell\bin\Release\2019\RevitPythonShell.dll"; DestDir: "{app}"; Flags: replacesameversion
44
Source: "RevitPythonShell\bin\Release\2019\RpsRuntime.dll"; DestDir: "{app}"; Flags: replacesameversion
55
Source: "RevitPythonShell\bin\Release\2019\RevitPythonShell.addin"; DestDir: "{userappdata}\Autodesk\Revit\Addins\2019"; Flags: replacesameversion
6+
Source: "RevitPythonShell\bin\Release\2019\ICSharpCode.AvalonEdit.dll"; DestDir: "{app}"
7+
Source: "RevitPythonShell\bin\Release\2019\IronPython.dll"; DestDir: "{app}"
8+
Source: "RevitPythonShell\bin\Release\2019\IronPython.Modules.dll"; DestDir: "{app}"
9+
Source: "RevitPythonShell\bin\Release\2019\Microsoft.Scripting.Metadata.dll"; DestDir: "{app}"
10+
Source: "RevitPythonShell\bin\Release\2019\Microsoft.Dynamic.dll"; DestDir: "{app}"
11+
Source: "RevitPythonShell\bin\Release\2019\Microsoft.Scripting.dll"; DestDir: "{app}"
612
Source: "RevitPythonShell\bin\Release\2019\DefaultConfig\RevitPythonShell.xml"; DestDir: "{userappdata}\RevitPythonShell\2019"; Flags: onlyifdoesntexist
713
Source: "RevitPythonShell\bin\Release\2019\DefaultConfig\init.py"; DestDir: {userappdata}\RevitPythonShell\2019; Flags: confirmoverwrite;
814
Source: "RevitPythonShell\bin\Release\2019\DefaultConfig\startup.py"; DestDir: {userappdata}\RevitPythonShell\2019; Flags: confirmoverwrite;

Setup_RevitPythonShell_2020.iss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Source: "RevitPythonShell\bin\Release\2020\PythonConsoleControl.dll"; DestDir: "
33
Source: "RevitPythonShell\bin\Release\2020\RevitPythonShell.dll"; DestDir: "{app}"; Flags: replacesameversion
44
Source: "RevitPythonShell\bin\Release\2020\RpsRuntime.dll"; DestDir: "{app}"; Flags: replacesameversion
55
Source: "RevitPythonShell\bin\Release\2020\RevitPythonShell.addin"; DestDir: "{userappdata}\Autodesk\Revit\Addins\2020"; Flags: replacesameversion
6+
Source: "RevitPythonShell\bin\Release\2020\ICSharpCode.AvalonEdit.dll"; DestDir: "{app}"
7+
Source: "RevitPythonShell\bin\Release\2020\IronPython.dll"; DestDir: "{app}"
8+
Source: "RevitPythonShell\bin\Release\2020\IronPython.Modules.dll"; DestDir: "{app}"
9+
Source: "RevitPythonShell\bin\Release\2020\Microsoft.Scripting.Metadata.dll"; DestDir: "{app}"
10+
Source: "RevitPythonShell\bin\Release\2020\Microsoft.Dynamic.dll"; DestDir: "{app}"
11+
Source: "RevitPythonShell\bin\Release\2020\Microsoft.Scripting.dll"; DestDir: "{app}"
612
Source: "RevitPythonShell\bin\Release\2020\DefaultConfig\RevitPythonShell.xml"; DestDir: "{userappdata}\RevitPythonShell\2020"; Flags: onlyifdoesntexist
713
Source: "RevitPythonShell\bin\Release\2020\DefaultConfig\init.py"; DestDir: {userappdata}\RevitPythonShell\2020; Flags: confirmoverwrite;
814
Source: "RevitPythonShell\bin\Release\2020\DefaultConfig\startup.py"; DestDir: {userappdata}\RevitPythonShell\2020; Flags: confirmoverwrite;

0 commit comments

Comments
 (0)