Correct the Reboot requiremnet and bump verison
This commit is contained in:
parent
ee2563a516
commit
c5e20912ec
Binary file not shown.
Binary file not shown.
8
build.sh
8
build.sh
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
VERSION="1.1.0.0"
|
VERSION="1.1.0.1"
|
||||||
KELSRUN="8.6.2"
|
KELSRUN="8.6.2"
|
||||||
LEGACYRUN="1_0_0"
|
LEGACYRUN="1_0_0"
|
||||||
RICKRUN="2_2_2"
|
RICKRUN="2_2_2"
|
||||||
@ -630,7 +630,7 @@ rm $PWD/*.{o,rc,res}
|
|||||||
# Build the MSI
|
# Build the MSI
|
||||||
# =============================================================================================
|
# =============================================================================================
|
||||||
rm $PWD/*.aip
|
rm $PWD/*.aip
|
||||||
cp $PWD/code/go-runtime.aip $PWD/go-runtime.aip
|
cp -vf $PWD/code/go-runtime.aip $PWD/go-runtime.aip
|
||||||
|
|
||||||
OLDPATH=$PATH
|
OLDPATH=$PATH
|
||||||
export PATH=$ADVINSTPATH:$PATH
|
export PATH=$ADVINSTPATH:$PATH
|
||||||
@ -640,6 +640,10 @@ echo "$(cygpath -pw "$PWD/go-runtime.aip")"
|
|||||||
|
|
||||||
AdvancedInstaller.com /edit "$(cygpath -pw "$PWD/go-runtime.aip")" /SetVersion $VERSION
|
AdvancedInstaller.com /edit "$(cygpath -pw "$PWD/go-runtime.aip")" /SetVersion $VERSION
|
||||||
|
|
||||||
|
# copy after verison change this will correct the update for the next release
|
||||||
|
# advinst will create a new msiid that will be updated from releas to release
|
||||||
|
cp -vf $PWD/go-runtime.aip $PWD/code/go-runtime.aip
|
||||||
|
|
||||||
for i in $PWD/binary/system16/*
|
for i in $PWD/binary/system16/*
|
||||||
do
|
do
|
||||||
echo "$(cygpath -pw "$i")"
|
echo "$(cygpath -pw "$i")"
|
||||||
|
@ -5,10 +5,11 @@
|
|||||||
<ROW Property="ARPCOMMENTS" Value="This installer database contains the logic and data required to install [|ProductName]." ValueLocId="*"/>
|
<ROW Property="ARPCOMMENTS" Value="This installer database contains the logic and data required to install [|ProductName]." ValueLocId="*"/>
|
||||||
<ROW Property="ARPURLINFOABOUT" Value="opsi.disconnected-by-peer.at"/>
|
<ROW Property="ARPURLINFOABOUT" Value="opsi.disconnected-by-peer.at"/>
|
||||||
<ROW Property="Manufacturer" Value="Disconnected By Peer"/>
|
<ROW Property="Manufacturer" Value="Disconnected By Peer"/>
|
||||||
<ROW Property="ProductCode" Value="1033:{1E3AEE89-81E7-46D3-B9AB-5E5E82FBE036} " Type="16"/>
|
<ROW Property="ProductCode" Value="1033:{0FC0A2C9-CF03-46DF-BF64-5366B00C85FB} " Type="16"/>
|
||||||
<ROW Property="ProductLanguage" Value="1033"/>
|
<ROW Property="ProductLanguage" Value="1033"/>
|
||||||
<ROW Property="ProductName" Value="Geos One Allgemeine Runtimes"/>
|
<ROW Property="ProductName" Value="Geos One Allgemeine Runtimes"/>
|
||||||
<ROW Property="ProductVersion" Value="1.0.0" Type="32"/>
|
<ROW Property="ProductVersion" Value="1.1.0.1" Type="32"/>
|
||||||
|
<ROW Property="REBOOT" MultiBuildValue="DefaultBuild:ReallySuppress"/>
|
||||||
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND"/>
|
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND"/>
|
||||||
<ROW Property="UpgradeCode" Value="{78387AF4-6B5C-4092-B981-4DF4505FCFC5}"/>
|
<ROW Property="UpgradeCode" Value="{78387AF4-6B5C-4092-B981-4DF4505FCFC5}"/>
|
||||||
<ROW Property="WindowsType9X" MultiBuildValue="DefaultBuild:Windows 9x/ME" ValueLocId="-"/>
|
<ROW Property="WindowsType9X" MultiBuildValue="DefaultBuild:Windows 9x/ME" ValueLocId="-"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user