Skip to content

Commit 6156c71

Browse files
committed
Standalone Web Installer App packaged
User will need the Matlab Runtime preinstalled (available online)
1 parent e9eaa77 commit 6156c71

File tree

20 files changed

+1007
-0
lines changed

20 files changed

+1007
-0
lines changed

SmartPolarPlots.prj

Lines changed: 173 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,173 @@
1+
<deployment-project plugin="plugin.ezdeploy" plugin-version="1.0">
2+
<configuration file="D:\Documents\GitHub\MatlabSmartPolarPlots\SmartPolarPlots.prj" location="D:\Documents\GitHub\MatlabSmartPolarPlots" name="SmartPolarPlots" target="target.ezdeploy.standalone" target-name="Application Compiler">
3+
<param.appname>SmartPolarPlots</param.appname>
4+
<param.icon>${PROJECT_ROOT}\SmartPolarPlots_resources\icon.ico</param.icon>
5+
<param.icons>
6+
<file>${PROJECT_ROOT}\SmartPolarPlots_resources\icon_48.png</file>
7+
<file>${PROJECT_ROOT}\SmartPolarPlots_resources\icon_32.png</file>
8+
<file>${PROJECT_ROOT}\SmartPolarPlots_resources\icon_24.png</file>
9+
<file>${PROJECT_ROOT}\SmartPolarPlots_resources\icon_16.png</file>
10+
</param.icons>
11+
<param.version>3.0</param.version>
12+
<param.authnamewatermark>Michael Bisbano</param.authnamewatermark>
13+
<param.email>[email protected]</param.email>
14+
<param.company>UMASSD</param.company>
15+
<param.summary>Flexible utility allowing creation of properly formatted polar plots for publication or analysis.</param.summary>
16+
<param.description />
17+
<param.screenshot>D:\OneDrive\OneDrive - University of Massachusetts Dartmouth\Winter21_22_Work_For_DrBrown\MatlabWork\icon.png</param.screenshot>
18+
<param.guid />
19+
<param.installpath.string>\UMASSD\SmartPolarPlots\</param.installpath.string>
20+
<param.installpath.combo>option.installpath.programfiles</param.installpath.combo>
21+
<param.logo />
22+
<param.install.notes />
23+
<param.target.install.notes />
24+
<param.intermediate>${PROJECT_ROOT}\SmartPolarPlots\for_testing</param.intermediate>
25+
<param.files.only>${PROJECT_ROOT}\SmartPolarPlots\for_redistribution_files_only</param.files.only>
26+
<param.output>${PROJECT_ROOT}\SmartPolarPlots\for_redistribution</param.output>
27+
<param.logdir>${PROJECT_ROOT}\SmartPolarPlots</param.logdir>
28+
<param.enable.clean.build>false</param.enable.clean.build>
29+
<param.user.defined.mcr.options />
30+
<param.target.type>subtarget.standalone</param.target.type>
31+
<param.support.packages />
32+
<param.web.mcr>true</param.web.mcr>
33+
<param.package.mcr>false</param.package.mcr>
34+
<param.no.mcr>false</param.no.mcr>
35+
<param.web.mcr.name>MyAppInstaller_web</param.web.mcr.name>
36+
<param.package.mcr.name>MyAppInstaller_mcr</param.package.mcr.name>
37+
<param.no.mcr.name>MyAppInstaller_app</param.no.mcr.name>
38+
<param.windows.command.prompt>true</param.windows.command.prompt>
39+
<param.create.log>false</param.create.log>
40+
<param.log.file />
41+
<param.native.matlab>false</param.native.matlab>
42+
<param.checkbox>false</param.checkbox>
43+
<param.example />
44+
<param.help.text>Syntax
45+
-?
46+
47+
Input Arguments
48+
-? print help on how to use the application
49+
input arguments</param.help.text>
50+
<unset>
51+
<param.description />
52+
<param.guid />
53+
<param.installpath.string />
54+
<param.installpath.combo />
55+
<param.logo />
56+
<param.install.notes />
57+
<param.target.install.notes />
58+
<param.intermediate />
59+
<param.files.only />
60+
<param.output />
61+
<param.logdir />
62+
<param.enable.clean.build />
63+
<param.user.defined.mcr.options />
64+
<param.target.type />
65+
<param.support.packages />
66+
<param.web.mcr />
67+
<param.package.mcr />
68+
<param.no.mcr />
69+
<param.web.mcr.name />
70+
<param.package.mcr.name />
71+
<param.no.mcr.name />
72+
<param.windows.command.prompt />
73+
<param.create.log />
74+
<param.log.file />
75+
<param.native.matlab />
76+
<param.checkbox />
77+
<param.example />
78+
</unset>
79+
<fileset.main>
80+
<file>${PROJECT_ROOT}\DirectionalFactorPolarPlotsV3.mlapp</file>
81+
</fileset.main>
82+
<fileset.resources>
83+
<file>${PROJECT_ROOT}\CSV_Import_Template.csv</file>
84+
<file>${PROJECT_ROOT}\importTemplate.xlsx</file>
85+
<file>${PROJECT_ROOT}\testMat.mat</file>
86+
</fileset.resources>
87+
<fileset.package>
88+
<file>${PROJECT_ROOT}\CSV_Import_Template.csv</file>
89+
<file>${PROJECT_ROOT}\importTemplate.xlsx</file>
90+
<file>${PROJECT_ROOT}\testMat.mat</file>
91+
</fileset.package>
92+
<fileset.depfun>
93+
<file>C:\Users\mbisbano\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\copyUIAxes\copyUIAxes.m</file>
94+
<file>C:\Users\mbisbano\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\export_fig\copyfig.m</file>
95+
<file>C:\Users\mbisbano\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\export_fig\crop_borders.m</file>
96+
<file>C:\Users\mbisbano\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\export_fig\eps2pdf.m</file>
97+
<file>C:\Users\mbisbano\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\export_fig\export_fig.m</file>
98+
<file>C:\Users\mbisbano\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\export_fig\fix_lines.m</file>
99+
<file>C:\Users\mbisbano\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\export_fig\ghostscript.m</file>
100+
<file>C:\Users\mbisbano\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\export_fig\hyperlink.m</file>
101+
<file>C:\Users\mbisbano\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\export_fig\isolate_axes.m</file>
102+
<file>C:\Users\mbisbano\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\export_fig\pdf2eps.m</file>
103+
<file>C:\Users\mbisbano\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\export_fig\pdftops.m</file>
104+
<file>C:\Users\mbisbano\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\export_fig\print2array.m</file>
105+
<file>C:\Users\mbisbano\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\export_fig\print2eps.m</file>
106+
<file>C:\Users\mbisbano\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\export_fig\read_write_entire_textfile.m</file>
107+
<file>C:\Users\mbisbano\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\export_fig\user_string.m</file>
108+
<file>C:\Users\mbisbano\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\export_fig\using_hg2.m</file>
109+
</fileset.depfun>
110+
<build-deliverables>
111+
<file location="${PROJECT_ROOT}\SmartPolarPlots\for_testing" name="SmartPolarPlots.exe" optional="false">D:\Documents\GitHub\MatlabSmartPolarPlots\SmartPolarPlots\for_testing\SmartPolarPlots.exe</file>
112+
<file location="${PROJECT_ROOT}\SmartPolarPlots\for_testing" name="splash.png" optional="false">D:\Documents\GitHub\MatlabSmartPolarPlots\SmartPolarPlots\for_testing\splash.png</file>
113+
<file location="${PROJECT_ROOT}\SmartPolarPlots\for_testing" name="readme.txt" optional="true">D:\Documents\GitHub\MatlabSmartPolarPlots\SmartPolarPlots\for_testing\readme.txt</file>
114+
</build-deliverables>
115+
<workflow />
116+
<matlab>
117+
<root>C:\Program Files\MATLAB\R2021a</root>
118+
<toolboxes>
119+
<toolbox name="matlabcoder" />
120+
<toolbox name="embeddedcoder" />
121+
<toolbox name="gpucoder" />
122+
<toolbox name="fixedpoint" />
123+
<toolbox name="matlabhdlcoder" />
124+
<toolbox name="neuralnetwork" />
125+
</toolboxes>
126+
<toolbox>
127+
<matlabcoder>
128+
<enabled>true</enabled>
129+
</matlabcoder>
130+
</toolbox>
131+
<toolbox>
132+
<embeddedcoder>
133+
<enabled>true</enabled>
134+
</embeddedcoder>
135+
</toolbox>
136+
<toolbox>
137+
<gpucoder>
138+
<enabled>true</enabled>
139+
</gpucoder>
140+
</toolbox>
141+
<toolbox>
142+
<fixedpoint>
143+
<enabled>true</enabled>
144+
</fixedpoint>
145+
</toolbox>
146+
<toolbox>
147+
<matlabhdlcoder>
148+
<enabled>true</enabled>
149+
</matlabhdlcoder>
150+
</toolbox>
151+
<toolbox>
152+
<neuralnetwork>
153+
<enabled>true</enabled>
154+
</neuralnetwork>
155+
</toolbox>
156+
</matlab>
157+
<platform>
158+
<unix>false</unix>
159+
<mac>false</mac>
160+
<windows>true</windows>
161+
<win2k>false</win2k>
162+
<winxp>false</winxp>
163+
<vista>false</vista>
164+
<linux>false</linux>
165+
<solaris>false</solaris>
166+
<osver>10.0</osver>
167+
<os32>false</os32>
168+
<os64>true</os64>
169+
<arch>win64</arch>
170+
<matlab>true</matlab>
171+
</platform>
172+
</configuration>
173+
</deployment-project>

SmartPolarPlots/PackagingLog.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<html><meta charset="UTF-8"><pre>
2+
<font color=blue>mcc -o SmartPolarPlots -W 'WinMain:SmartPolarPlots,version=3.0' -T link:exe -d D:\Documents\GitHub\MatlabSmartPolarPlots\SmartPolarPlots\for_testing -v D:\Documents\GitHub\MatlabSmartPolarPlots\DirectionalFactorPolarPlotsV3.mlapp -a D:\Documents\GitHub\MatlabSmartPolarPlots\CSV_Import_Template.csv -a D:\Documents\GitHub\MatlabSmartPolarPlots\importTemplate.xlsx -a D:\Documents\GitHub\MatlabSmartPolarPlots\testMat.mat -r D:\Documents\GitHub\MatlabSmartPolarPlots\SmartPolarPlots_resources\icon.ico </font>
3+
Compiler version: 8.2 (R2021a)
4+
5+
Analyzing file dependencies.
6+
7+
Parsing file "D:\Documents\GitHub\MatlabSmartPolarPlots\DirectionalFactorPolarPlotsV3.mlapp"
8+
(referenced from command line).
9+
Generating file "D:\Documents\GitHub\MatlabSmartPolarPlots\SmartPolarPlots\for_testing\readme.txt".
10+
<font color=blue>Packaging...</font>
11+
Creating the bundle...
12+
Creating the install agent URL file...
13+
Web based installer created at D:\Documents\GitHub\MatlabSmartPolarPlots\SmartPolarPlots\for_redistribution\MyAppInstaller_web.exe.
14+
Packaging complete.
15+
Elapsed packaging time was: 22 seconds.
16+
</pre></html>
4.07 MB
Binary file not shown.

0 commit comments

Comments
 (0)