Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install4J client install as regular user #1166

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker/build/installers/VCell.install4j
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
</launchers>
<installerGui autoUpdateDescriptorUrl="${compiler:updateSiteBaseUrl}/updates.xml" useAutoUpdateBaseUrl="true" autoUpdateBaseUrl="${compiler:updateSiteBaseUrl}/">
<applications>
<application id="installer" beanClass="com.install4j.runtime.beans.applications.InstallerApplication" actionElevationType="elevated" launchInNewProcess="false">
<application id="installer" beanClass="com.install4j.runtime.beans.applications.InstallerApplication" launchInNewProcess="false">
<serializedBean>
<property name="splashMessage" type="string">Installing Virtual Cell ${compiler:vcellVersion}</property>
</serializedBean>
Expand Down Expand Up @@ -1379,7 +1379,7 @@ if (context.isUnattended()) {
</styles>
</installerGui>
<mediaSets>
<macos name="Mac OS X Single Bundle ${compiler:vcellVersion} ${compiler:Site}" id="105" mediaFileName="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}_64bit" installDir="VCell_${compiler:Site}" architecture="universal" launcherId="102">
<macosArchive name="macOS Single Bundle Archive ${compiler:vcellVersion} ${compiler:Site}" id="105" launcherId="102" executeSetupApp="true" setupAppId="127">
<excludedBeans>
<bean refId="1672" />
<bean refId="1673" />
Expand All @@ -1397,7 +1397,7 @@ if (context.isUnattended()) {
<variable name="resourceDir" value="resources" />
</variables>
<jreBundle usePack200="false" />
</macos>
</macosArchive>
<windows name="Windows ${compiler:vcellVersion} ${compiler:Site} 64 Bit" id="349" mediaFileName="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}_64bit" installDir="VCell_${compiler:Site}" downloadURL="${compiler:updateSiteBaseUrl}" architecture="64">
<excludedLaunchers>
<launcher id="102" />
Expand Down
Loading