Search found 7 matches

Go to advanced search

by truejegor
Wed Nov 03, 2021 12:41 pm
Forum: Building Installers
Topic: Add UpgradeCode in registry
Replies: 1
Views: 5543
 
Jump to post

Add UpgradeCode in registry

Hello.
Please tell me how can I add a registry entry with a UpgradeCode? Without using the registry page in Advanced Installer?
by truejegor
Tue Nov 02, 2021 2:27 pm
Forum: Building Installers
Topic: Removе by UpgradeCode
Replies: 1
Views: 5800
 
Jump to post

Removе by UpgradeCode

Hello! Please help me with my problem. I am doing the assembly in .msi. I need to call the uninstallation of my program by the update code. I found a similar solution in this thread: https://www.advancedinstaller.com/forums/viewtopic.php?t=12297 . It almost helped me, but there was a problem. When I...
by truejegor
Tue Sep 21, 2021 8:37 am
Forum: Building Installers
Topic: Сompletion of installation by button from VBS
Replies: 3
Views: 9478
 
Jump to post

Re: Сompletion of installation by button from VBS

Hi, Catalin My VBS code: Function MyVBScriptCA() Dim sKey, bFound, Button Set WshShell = WScript.CreateObject("WScript.Shell") sKey = WshShell.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ONLYOFFICE Desktop Editors_is1\UninstallString") with Cre...
by truejegor
Mon Sep 20, 2021 12:17 pm
Forum: Building Installers
Topic: Сompletion of installation by button from VBS
Replies: 3
Views: 9478
 
Jump to post

Сompletion of installation by button from VBS

Hi. I wrote a script on the Vbs, which displays a dialog with two buttons "Ok" and "Cancel". I want to make it so that when I click on the "Cancel" button, the installation is completed and the final dialog is shown in Advanced Installer. How can i do this?
by truejegor
Fri Sep 17, 2021 9:13 am
Forum: Building Installers
Topic: Delete .exe install
Replies: 4
Views: 9692
 
Jump to post

Re: Delete .exe install

thank you in advance
by truejegor
Fri Sep 17, 2021 9:12 am
Forum: Building Installers
Topic: Delete .exe install
Replies: 4
Views: 9692
 
Jump to post

Re: Delete .exe install

Ty for answer, Catalin. I did exactly what you said, but I still have the same problem. I want to call the finish dialog through the VBS if the condition is triggered that the previous version of the program is already installed. help me please I have the same problem as this person. But I never fou...
by truejegor
Thu Sep 16, 2021 9:54 am
Forum: Building Installers
Topic: Delete .exe install
Replies: 4
Views: 9692
 
Jump to post

Delete .exe install

Hi. I ran into a problem like this: I am doing a msi installation in an adventurous installer. I wrote a script that checks if the exe version of my application is installed and if it is installed, then it starts uninstalling it. I made this script work at the beginning of the installation of the ms...

Go to advanced search