diff --git a/qt/me/build.py b/qt/me/build.py index 7f062946..7362d2b3 100644 --- a/qt/me/build.py +++ b/qt/me/build.py @@ -36,8 +36,8 @@ os.remove('verinfo_tmp') print_and_do("del dist\\*90.dll") # They're in vcredist, no need to include them print_and_do("xcopy /Y /S /I ..\\..\\help_me\\dupeguru_me_help dist\\help") -aicom = '"\\Program Files\\Caphyon\\Advanced Installer\\AdvancedInstaller.com"' +# AdvancedInstaller.com has to be in your PATH shutil.copy('installer.aip', 'installer_tmp.aip') # this is so we don'a have to re-commit installer.aip at every version change -print_and_do('%s /edit installer_tmp.aip /SetVersion %s' % (aicom, version)) -print_and_do('%s /build installer_tmp.aip -force' % aicom) +print_and_do('AdvancedInstaller.com /edit installer_tmp.aip /SetVersion %s' % version) +print_and_do('AdvancedInstaller.com /build installer_tmp.aip -force') os.remove('installer_tmp.aip') \ No newline at end of file diff --git a/qt/pe/build.py b/qt/pe/build.py index 7e7cb71d..751d4eac 100644 --- a/qt/pe/build.py +++ b/qt/pe/build.py @@ -38,8 +38,8 @@ os.remove('verinfo_tmp') print_and_do("del dist\\*90.dll") # They're in vcredist, no need to include them print_and_do("xcopy /Y /S /I ..\\..\\help_pe\\dupeguru_pe_help dist\\help") -aicom = '"\\Program Files\\Caphyon\\Advanced Installer\\AdvancedInstaller.com"' +# AdvancedInstaller.com has to be in your PATH shutil.copy('installer.aip', 'installer_tmp.aip') # this is so we don'a have to re-commit installer.aip at every version change -print_and_do('%s /edit installer_tmp.aip /SetVersion %s' % (aicom, version)) -print_and_do('%s /build installer_tmp.aip -force' % aicom) +print_and_do('AdvancedInstaller.com /edit installer_tmp.aip /SetVersion %s' % version) +print_and_do('AdvancedInstaller.com /build installer_tmp.aip -force') os.remove('installer_tmp.aip') \ No newline at end of file diff --git a/qt/pe/installer.aip b/qt/pe/installer.aip index a3676b3e..04b2882e 100644 --- a/qt/pe/installer.aip +++ b/qt/pe/installer.aip @@ -1,30 +1,27 @@ - + - - + - - - + - + - + - + - - + + @@ -33,129 +30,150 @@ + + + + - - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - + + + + + + + + + + + + + + + - - - + + + + + - + - + @@ -171,14 +189,22 @@ - + + + + + + + + - - + + + @@ -186,7 +212,7 @@ - + @@ -202,30 +228,36 @@ - + + + + + + + + + + + + - - - - - - - - - - + + + + + @@ -233,19 +265,22 @@ + + + - - + + - + - + diff --git a/qt/se/build.py b/qt/se/build.py index 75ef3c11..e8673ae5 100644 --- a/qt/se/build.py +++ b/qt/se/build.py @@ -38,8 +38,8 @@ os.remove('verinfo_tmp') print_and_do("del dist\\*90.dll") # They're in vcredist, no need to include them print_and_do("xcopy /Y /S /I ..\\..\\help_se\\dupeguru_help dist\\help") -aicom = '"\\Program Files\\Caphyon\\Advanced Installer\\AdvancedInstaller.com"' +# AdvancedInstaller.com has to be in your PATH shutil.copy('installer.aip', 'installer_tmp.aip') # this is so we don'a have to re-commit installer.aip at every version change -print_and_do('%s /edit installer_tmp.aip /SetVersion %s' % (aicom, version)) -print_and_do('%s /build installer_tmp.aip -force' % aicom) +print_and_do('AdvancedInstaller.com /edit installer_tmp.aip /SetVersion %s' % version) +print_and_do('AdvancedInstaller.com /build installer_tmp.aip -force') os.remove('installer_tmp.aip') \ No newline at end of file