Search found 176 matches

Go to advanced search

by kjullion
Mon Aug 29, 2022 9:07 pm
Forum: Common Problems
Topic: Release Date property of the Configs projects
Replies: 3
Views: 2111
 
Jump to post

Re: Release Date property of the Configs projects

Thanks for the reply Catalin. Two related questions: Is there anything to prevent us from using the "Release Date" field for our own purposes in the .aiu file even if we aren't using License Validity Checks? We think we have a possible workaround solution which might make that field useful...
by kjullion
Thu Aug 25, 2022 9:38 pm
Forum: Common Problems
Topic: Release Date property of the Configs projects
Replies: 3
Views: 2111
 
Jump to post

Release Date property of the Configs projects

Hi, We understand that the updater config project has a Release Date field that is available. What we would like to do is publish an auto-update on about the 29th of the month, but with a release date set to the 1st of the following month. So, on Aug 29th publish the auto update to our website, but ...
by kjullion
Wed Dec 22, 2021 3:19 pm
Forum: Common Problems
Topic: blocking tampered auto-updates from installing?
Replies: 6
Views: 4509
 
Jump to post

Re: blocking tampered auto-updates from installing?

Check that, we are Ok now that we have the SHA256 enabled. I tampered with the SHA256 hash signature in the AIU file and that caused our auto-updates to fail, which is good...that is what we were hoping for.
by kjullion
Tue Dec 21, 2021 3:21 pm
Forum: Common Problems
Topic: blocking tampered auto-updates from installing?
Replies: 6
Views: 4509
 
Jump to post

Re: blocking tampered auto-updates from installing?

Actually we do still have a question: it is about the MD5 and SHA2565 hash values. We would like it so that our auto-update installation doesn't succeed if the hash value in the AIU file does not match the hash of the file to be installed. But our testing of this so far has shown that (when we were ...
by kjullion
Mon Dec 20, 2021 6:09 pm
Forum: Common Problems
Topic: blocking tampered auto-updates from installing?
Replies: 6
Views: 4509
 
Jump to post

Re: blocking tampered auto-updates from installing?

Ok, thanks for the two links. We've now enabled the "Install only digitally signed update packages signed with the same certificate as the Updater" setting and that seems to be working as expected. Only digitally signed auto-update Setup files are allowed to succeed in the process. But, we...
by kjullion
Fri Dec 17, 2021 4:26 pm
Forum: Common Problems
Topic: blocking tampered auto-updates from installing?
Replies: 6
Views: 4509
 
Jump to post

blocking tampered auto-updates from installing?

Hi, I thought that by using the "Compute MD5 signature from file" in the Updates Config projects and digitally signing our Setup exe that we would be able to prevent someone from maliciously tampering with the auto-update process. But, I think in my tests I have proved two things which sur...
by kjullion
Thu Feb 11, 2021 6:09 pm
Forum: Common Problems
Topic: Builds node; can an "are you sure?" prompt be added
Replies: 1
Views: 1745
 
Jump to post

Builds node; can an "are you sure?" prompt be added

Lots of times during testing I have initiated a Build and inadvertently overwritten an prior build with teh same name. Would it be possible to add an option to the Builds node which when checked would not start the build until the user acknowledges that they want to overwrite an existing file with t...
by kjullion
Tue Feb 02, 2021 9:06 pm
Forum: Common Problems
Topic: Can auto-update bring down an xlsx file
Replies: 1
Views: 1749
 
Jump to post

Can auto-update bring down an xlsx file

Hi, We were wondering if the auto-update process can be tweaked to download from the published site a file other than our Setup exe? For instance, if we wanted to download from the published area an xlsx file which our program could then consume. No installation would be required in this scenario si...
by kjullion
Fri Jan 15, 2021 6:10 pm
Forum: Common Problems
Topic: Get available version build number from updater.exe
Replies: 3
Views: 3032
 
Jump to post

Re: Get available version build number from updater.exe

Hi Catalin,
No problem, I have found a suitable work-around.

I just interrogate the .aiu file after it has been downloaded, and in it I can search for the line which starts with "Version = " and from that information I can get what I need.

Thanks!
Kevin
by kjullion
Fri Jan 08, 2021 5:30 pm
Forum: Common Problems
Topic: Get available version build number from updater.exe
Replies: 3
Views: 3032
 
Jump to post

Get available version build number from updater.exe

Hi,
Is it possible to call the Updater.exe in such as way as to determine what is the Version # of the build(s) which are available once the auto-update build(s) has been published?

Thanks,
Kevin
by kjullion
Mon May 06, 2019 9:07 pm
Forum: Common Problems
Topic: Error 4153. Visual C++ 2008 SP1 Redistributable mandatory prerequisite was not correctly installed
Replies: 3
Views: 3363
 
Jump to post

Re: Error 4153. Visual C++ 2008 SP1 Redistributable mandatory prerequisite was not correctly installed

This was fixed, when the user that got the error was upgraded to have Administrative access to their local machine.
by kjullion
Mon Apr 29, 2019 2:42 pm
Forum: Common Problems
Topic: Error 4153. Visual C++ 2008 SP1 Redistributable mandatory prerequisite was not correctly installed
Replies: 3
Views: 3363
 
Jump to post

Error 4153. Visual C++ 2008 SP1 Redistributable mandatory prerequisite was not correctly installed

Hi, We have one user that is reporting that our installation is failing on a new Win7 HP laptop. No other users are reporting this error. The error is causing our overall installation to halt, because it's a prerequisite which is failing. Here is the MSI log file entry: =============================...
by kjullion
Mon Jan 28, 2019 8:54 pm
Forum: Building Installers
Topic: Disabling Modify / Repair from the MaintenaneTypeDlg
Replies: 1
Views: 2284
 
Jump to post

Disabling Modify / Repair from the MaintenaneTypeDlg

Hi, Our setup is fairly straightforward in that it doesn't install multiple features. On the Product Details > Add or Remove Programs (Control Panel) we have set to "on" both the "Disable Modify" and "Disable Repair" this works perfectly if the user goes to Control Pane...
by kjullion
Fri Oct 05, 2018 10:05 pm
Forum: Building Installers
Topic: updater.exe and missing AIU file
Replies: 2
Views: 4092
 
Jump to post

updater.exe and missing AIU file

If the updater.exe doesn't find any appropriately named .AIU file on the webserver, it seems to throw this error: -536870888 (&HFFFFFFFFE0000018) (see attachment). Is this correct/expected behavior? Is this trappleable so that if the file is missing the user doesn't see my error message box dial...
by kjullion
Wed Jul 11, 2018 5:51 pm
Forum: Building Installers
Topic: Setup EXE running within a specific domain?
Replies: 8
Views: 9012
 
Jump to post

Re: Setup EXE running within a specific domain?

Hi Daniel, I've tried moving my "SET_USER_DOMAIN" custom action to the top part of the "Install Execution Stage" but still during the Silent installation scenario my custom property is not getting set, or so it seems. Is there a blog or help page that dissects more the Install wi...

Go to advanced search