Search found 53 matches

Go to advanced search

by Mel
Wed Sep 18, 2024 6:33 am
Forum: Common Problems
Topic: How can i stop installation if .net 4.8 not installed ?
Replies: 1
Views: 4547
 
Jump to post

How can i stop installation if .net 4.8 not installed ?

I want to stop installation if .net 4.8 is not installed .

What are the steps required to do this and show my own custom message ?
by Mel
Mon Sep 09, 2024 11:17 pm
Forum: Common Problems
Topic: Getting error when signing files in Advanced Installer ?
Replies: 2
Views: 5003
 
Jump to post

Re: Getting error when signing files in Advanced Installer ?

I am setting the following under Digital Signature

Path: C:\Program Files\DigiCert\DigiCert Keylocker Tools\smctl.exe
Command Line: smctl sign --keypair-alias=key_<KEY_ID> -d=SHA256 --verbose --config-file "C:\Program Files\DigiCert\Click-to-sign\pkcs11.cfg" --input
by Mel
Mon Sep 09, 2024 11:13 pm
Forum: Common Problems
Topic: Getting error when signing files in Advanced Installer ?
Replies: 2
Views: 5003
 
Jump to post

Getting error when signing files in Advanced Installer ?

I am trying to sign some files using Advanced installer , but i am getting the error

Win32 Error [2148204800]: "No signature was present in the subject. "

How can i resolve this ?
by Mel
Tue Sep 03, 2024 10:26 pm
Forum: Common Problems
Topic: How can i stop an install if prerequisites not met ?
Replies: 4
Views: 6652
 
Jump to post

Re: How can i stop an install if prerequisites not met ?

How do i get to the screen under Custom Behaviour and enter the values. I have added NET481_SEARCH. I have tried to right click , but what do i select , is it "Add Search Location", "New Extended Search" ????
by Mel
Tue Sep 03, 2024 3:01 am
Forum: Common Problems
Topic: How can i stop an install if prerequisites not met ?
Replies: 4
Views: 6652
 
Jump to post

Re: How can i stop an install if prerequisites not met ?

Also i want the message to say need .net v4.8.1 , as of now there is no option to select that in Launch Conditions, it only goes up to 4.8. I have updated Advanced Installer and still no option
by Mel
Tue Sep 03, 2024 1:25 am
Forum: Common Problems
Topic: How can i stop an install if prerequisites not met ?
Replies: 4
Views: 6652
 
Jump to post

How can i stop an install if prerequisites not met ?

I have an install and i have defined prerequisites of .net 4.8.1, Now i would like to stop the install if the prerequisites are not met and maybe display a dialog telling the user to install the framework.

How can i go about and do that ?

thanks
by Mel
Thu May 02, 2024 12:20 am
Forum: Common Problems
Topic: Cant sign files with Advanced Installer ?
Replies: 5
Views: 5536
 
Jump to post

Re: Cant sign files with Advanced Installer ?

I really need to get this going . So are you suggesting update the signtool ?

How can i fix this ? It started when i upgraded Advanced Installer
by Mel
Tue Apr 30, 2024 12:47 am
Forum: Common Problems
Topic: Cant sign files with Advanced Installer ?
Replies: 5
Views: 5536
 
Jump to post

Re: Cant sign files with Advanced Installer ?

I have tried that and still gives the same error .
by Mel
Mon Apr 22, 2024 9:29 pm
Forum: Common Problems
Topic: Cant sign files with Advanced Installer ?
Replies: 5
Views: 5536
 
Jump to post

Cant sign files with Advanced Installer ?

I used to be able to sign my files with earlier versions. Now that I have upgraded Advanced Installer the signing is not working , I get an error:

Win32 Error [2148204800]: "No signature was present in the subject. "

I run this through Jenkins and Advanced Installer for signing is configured ...
by Mel
Mon Apr 22, 2024 6:57 am
Forum: Building Installers
Topic: Having troubling signing with Advanced Installer v21.6.1
Replies: 1
Views: 5804
 
Jump to post

Having troubling signing with Advanced Installer v21.6.1

I used to be able to sign my files with earlier versions. Now that I have upgraded Advanced Installer the signing is not working , I get an error:

Win32 Error [2148204800]: "No signature was present in the subject. "

How can i sign my files without getting an error ?
by Mel
Mon Nov 27, 2023 9:52 pm
Forum: Building Installers
Topic: How can i install over an existing install ?
Replies: 8
Views: 24152
 
Jump to post

Re: How can i install over an existing install ?

So to get this right , do i need to change the product id Guid everytime i do a new build , if so do i do it dynamically ? Do i need to assign a new guid on every build ?
by Mel
Sun Nov 26, 2023 10:38 pm
Forum: Building Installers
Topic: How can i install over an existing install ?
Replies: 8
Views: 24152
 
Jump to post

Re: How can i install over an existing install ?

Another thing is that if someone installs in lets say c:\program files \appfolder and there are some files that I used to delete when they uninstall. Now i am not deleting those files , then the files will remain ?

And if they install in a new folder lets say c:\program files\ testapp how will it ...
by Mel
Sat Nov 25, 2023 5:28 am
Forum: Building Installers
Topic: How can i install over an existing install ?
Replies: 8
Views: 24152
 
Jump to post

Re: How can i install over an existing install ?

At the moment my Version is 25.1.0.100 , so your saying change it to 26.1.0.100 ? and that will automatically uninstall the previous version and install the new one ?
Yes, this is how the Windows Installer upgrade works.

This is OK.


If i want to go back to uninstall first i put the version back ...
by Mel
Thu Nov 23, 2023 9:15 pm
Forum: Building Installers
Topic: How can i install over an existing install ?
Replies: 8
Views: 24152
 
Jump to post

Re: How can i install over an existing install ?

At the moment my Version is 25.1.0.100 , so your saying change it to 26.1.0.100 ? and that will automatically uninstall the previous version and install the new one ?

If i want to go back to uninstall first i put the version back to 25.1.0.100 , is that correct ?

Can i give them a prompt that says ...
by Mel
Thu Nov 23, 2023 5:04 am
Forum: Building Installers
Topic: How can i install over an existing install ?
Replies: 8
Views: 24152
 
Jump to post

How can i install over an existing install ?

At the moment I have an install, under Product Details -> Product Ids , there is currently an id , so when you try to install a new version , it will ask you to first uninstall.

I dont want to do that , I want to install straight over the existing one . Maybe even prompt them that the previous will ...

Go to advanced search