Search found 45 matches

Go to advanced search

by Mel
Fri Jul 22, 2022 2:50 am
Forum: Common Problems
Topic: How can i automatically uninstall without Maintenance Page ?
Replies: 1
Views: 1017
 
Jump to post

How can i automatically uninstall without Maintenance Page ?

I have created an .exe file and successfully installed the app. I dont want the Maintenance Page which has the options Repair, Modify and Remove as the only option the user can do is to remove. If i remove the Maintenance page and try that it doesnt remove , it just tries to reinstall So how can i a...
by Mel
Wed Jul 07, 2021 11:09 pm
Forum: Building Installers
Topic: How can i put a prerequisite before the user installs ?
Replies: 1
Views: 6683
 
Jump to post

How can i put a prerequisite before the user installs ?

Hi I have a requirement that the user needs to have a minimum of .net 4.7 before they install. How can i put that prerequisite so that the installer does not continue unless the version of .net is 4.7 or higher ? I dont want them to get an error : "An unhandled Microsoft.net framework exception...
by Mel
Fri May 14, 2021 5:07 am
Forum: Building Installers
Topic: How can i install the build after compilation ?
Replies: 1
Views: 4775
 
Jump to post

How can i install the build after compilation ?

Hi , I have a Advanced installer build script that outputs an exe file. Is there a way I can run the exe an accept the default values (ie without having to click on Next -> Next etc) ? I have tried the following from command line c:\myproject\sampleproject.exe /S but it gives the error , "Inval...
by Mel
Thu Apr 08, 2021 12:24 am
Forum: Building Installers
Topic: How can I install a Advanced Installer EXE after generation ?
Replies: 5
Views: 3162
 
Jump to post

Re: How can I install a Advanced Installer EXE after generation ?

Hi,

Does this actually spin up a VM , Im already on a VM ?
I have the EXE , all i want to do is install on the current machine by running the EXE?
Can i use a recorded macro instead ?
by Mel
Wed Apr 07, 2021 3:02 am
Forum: Building Installers
Topic: How can I install a Advanced Installer EXE after generation ?
Replies: 5
Views: 3162
 
Jump to post

Re: How can I install a Advanced Installer EXE after generation ?

Hi,
I have tried , where is this feature, Automate Install UI in Advanced Installer ?
by Mel
Tue Apr 06, 2021 3:24 am
Forum: Building Installers
Topic: How can I install a Advanced Installer EXE after generation ?
Replies: 5
Views: 3162
 
Jump to post

How can I install a Advanced Installer EXE after generation ?

Hi,

I am generating a .EXE and thats fine. But how can I run the .EXE and install by accepting the defaults and simulate clicking on Next-> Next and so on ?
by Mel
Sun Mar 07, 2021 11:58 pm
Forum: Building Installers
Topic: How an i set a property via Quick Selection Tree ?
Replies: 1
Views: 2386
 
Jump to post

How an i set a property via Quick Selection Tree ?

Hi,
I have a property in my project MY_PROP_1. This is set in my own customized dialog .
But in the Maintenance Dialog it is a different selection of checkboxes.
How can i set the property ,MY_PROP_1 if a checkbox is slected and set to false if deselected ?

Thanks
by Mel
Sun Mar 07, 2021 8:42 am
Forum: Building Installers
Topic: Cant uninstall an app installed by Advanced Installer ?
Replies: 7
Views: 4956
 
Jump to post

Re: Cant uninstall an app installed by Advanced Installer ?

The aip has signature and details which are encrypted which I prefer to keep secure. Would it be possible to help me by providing a simple aip file that install a .exe file conditionally that is if a check box is selected when first installing and during modify if the checkbox is not selected then t...
by Mel
Fri Mar 05, 2021 8:05 pm
Forum: Building Installers
Topic: Cant uninstall an app installed by Advanced Installer ?
Replies: 7
Views: 4956
 
Jump to post

Re: Cant uninstall an app installed by Advanced Installer ?

Can anyone help or suggest something ?
Because of this issue with conditional file deletion in Advanced Installer the app can't really be released so i really need some assistance with this.
Thanks
by Mel
Thu Mar 04, 2021 8:11 pm
Forum: Building Installers
Topic: Cant uninstall an app installed by Advanced Installer ?
Replies: 7
Views: 4956
 
Jump to post

Re: Cant uninstall an app installed by Advanced Installer ?

Hi, But that same installer has been tested on a Windows 10 machine which has had previous versions of the installer.So on Windows 10 machine I've been installing and uninstalling numerous times. Also registry entries are removed because if i try to re-install it allows me. One other thing the "...
by Mel
Thu Mar 04, 2021 8:59 am
Forum: Building Installers
Topic: Cant uninstall an app installed by Advanced Installer ?
Replies: 7
Views: 4956
 
Jump to post

Re: Cant uninstall an app installed by Advanced Installer ?

Hi , I have now found that when i uninstall , it doesnt actually delete the directories. All the files in these directories are installed by Advanced installer. I have a log file. What i could see that may cause an issue is I am getting quite a few of these entries in the log file Disallowing uninst...
by Mel
Wed Feb 17, 2021 5:03 am
Forum: Building Installers
Topic: Cant uninstall an app installed by Advanced Installer ?
Replies: 7
Views: 4956
 
Jump to post

Cant uninstall an app installed by Advanced Installer ?

I have installed an app built by Advanced installer . For some reason when i try to uninstall from control panel it doesnt uninstall.
Is there any error logs i can check or can i force uninstall ?

thanks
by Mel
Wed Oct 14, 2020 7:44 pm
Forum: Building Installers
Topic: How can i prevent an install if already installed ?
Replies: 3
Views: 2479
 
Jump to post

Re: How can i prevent an install if already installed ?

Thats the issue , I do use the same Product Code and i wnat the message to be displayed, but its not.
Is it because i set the Product Version from a file ?

thanks
by Mel
Wed Oct 14, 2020 12:36 pm
Forum: Building Installers
Topic: How can i prevent an install if already installed ?
Replies: 3
Views: 2479
 
Jump to post

How can i prevent an install if already installed ?

Hi, I have generated an install with a particaular Product Code (guid). I also have set the Product Version being set from a .exe file. What i am trying to do is every the user tries to install a new exe they will be prevented if it is already installed. How can i make this happen in Advacned Instal...
by Mel
Thu Aug 20, 2020 2:00 am
Forum: Building Installers
Topic: I cant install my .exe on Windows Server R2 standard ?
Replies: 3
Views: 2091
 
Jump to post

Re: I cant install my .exe on Windows Server R2 standard ?

Fantastic thankyou .. i have made it to run as Admin. Every day is a learning day.

Thanks

Go to advanced search