Search found 10 matches

Go to advanced search

by marceloavf
Thu Aug 09, 2018 12:17 pm
Forum: Building Installers
Topic: Open website instead of file in view readme
Replies: 3
Views: 3929
 
Jump to post

Re: Open website instead of file in view readme

Hello, Unfortunately, our predefined support for "View ReadMe" button can only open files. However, what you want to achieve is possible. In order to achieve this, we will use a "Push Button" control on the exit dialog, and when that button is pushed, we will trigger an "Op...
by marceloavf
Wed Aug 08, 2018 5:51 pm
Forum: Building Installers
Topic: Open website instead of file in view readme
Replies: 3
Views: 3929
 
Jump to post

Open website instead of file in view readme

Hello everyone!

After the installation finishes, it shows a dialog with "Run app" and "View readme" option.
The View Readme option need a file to show the readme, but I was wondering if I can make it open a website, is that possible?

Image

Thanks!
by marceloavf
Wed Aug 08, 2018 5:15 pm
Forum: Building Installers
Topic: Abort installer if application is opened
Replies: 3
Views: 4332
 
Jump to post

Re: Abort installer if application is opened

Hello, In order to achieve what you want, you can use a "Display error message" instead of a VBScript custom action. There are two ways of running a VBScript custom action. One of them is to run it as an inline script (as you did) and the second one is to use a "Launch attached file&...
by marceloavf
Wed Aug 08, 2018 12:42 pm
Forum: Building Installers
Topic: Abort installer if application is opened
Replies: 3
Views: 4332
 
Jump to post

Abort installer if application is opened

Hi everyone! I'm creating an installer and when it's running to install and user let some file open it goes to MsiRMFilesInUse Dialog , but at the end it's not closing the app, so I decided to create a custom action to allow us to have more control under it. The problem is that I can't finish the in...
by marceloavf
Wed Feb 21, 2018 4:05 pm
Forum: Common Problems
Topic: [Updater] Failed to update
Replies: 4
Views: 3863
 
Jump to post

Re: [Updater] Failed to update

Hi, The updater will look under the "Wow6432Node" key if the "Use 64-bit registry locations" option from the "Update Installed Detection" tab of the "Updates Configuration" project is not selected. Best regards, Eusebiu Even if the user machine is 32 bit? If ...
by marceloavf
Wed Feb 21, 2018 1:18 pm
Forum: Common Problems
Topic: [Updater] Failed to update
Replies: 4
Views: 3863
 
Jump to post

Re: [Updater] Failed to update

Deeply checking I found that it create a registry inside:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\...
and the updater checker is looking at HKEY_LOCAL_MACHINE\SOFTWARE\ and HKEY_CURRENT_USER\Software\
by marceloavf
Wed Feb 21, 2018 12:25 pm
Forum: Common Problems
Topic: [Updater] Failed to update
Replies: 4
Views: 3863
 
Jump to post

[Updater] Failed to update

My application is updating normally with Updater feature, but it always show an error to the user and when we take a look at the version at the computer it always match the latest one.

Attached screenshot and .aip file.

Thanks.
by marceloavf
Wed Feb 14, 2018 4:26 pm
Forum: Common Problems
Topic: [Custom Action] Fail to execute powershell script
Replies: 3
Views: 5546
 
Jump to post

Re: [Custom Action] Fail to execute powershell script

Nice, I was able to make it run by using script file instead of inline script, so I digitally signed it.

But now I having this kind of error: IIS Error 4020
I'm sending the .log of the installation.
thanks!
by marceloavf
Wed Feb 14, 2018 12:31 pm
Forum: Common Problems
Topic: [Custom Action] Fail to execute powershell script
Replies: 3
Views: 5546
 
Jump to post

[Custom Action] Fail to execute powershell script

When I try to run powershell script on Install execution stage , the anti-virus report the .ps1 file as an malware and block it. Even if I try to execute When system is being modified with full privileges option. https://i.imgur.com/zOkQm6Q.png The script: Stop-Service -Force WAS Remove-Item -Recurs...
by marceloavf
Mon Jan 15, 2018 12:45 pm
Forum: Feature Requests
Topic: GitHub Integration - Auto-Updater
Replies: 18
Views: 42470
 
Jump to post

GitHub Integration - Auto-Updater

Hi, I'm starting this topic with a proposal of a deep integration with GitHub plataform, allowing to release our software using GitHub as a provider. This include: Update : Allow to auto-update from GitHub, checking their API for new releases. This can also allow to use the generate .txt file from y...

Go to advanced search