Search found 6604 matches

Go to advanced search

by Catalin
Thu Mar 12, 2020 9:25 am
Forum: Building Installers
Topic: Access 2016 Runtime silent install
Replies: 3
Views: 4864
 
Jump to post

Re: Access 2016 Runtime silent install

You are always welcome, Jenelle.

I am glad you got this working.

To be fully honest with you, I am not sure either if those files are needed, but I was thinking the same: better to be safe than sorry. :)

Best regards,
Catalin
by Catalin
Wed Mar 11, 2020 4:42 pm
Forum: Building Installers
Topic: Access 2016 Runtime silent install
Replies: 3
Views: 4864
 
Jump to post

Re: Access 2016 Runtime silent install

Hello Jenelle, You are right. I have done some research in what regards this and I could indeed notice that now you are required to have a configuration file in order to install Access Runtime 2010. As you could have seen, the "Access Runtime 2010" is a self-extracting executable, which me...
by Catalin
Wed Mar 11, 2020 2:07 pm
Forum: Common Problems
Topic: (urgent) Error SignTool
Replies: 4
Views: 5247
 
Jump to post

Re: (urgent) Error SignTool

Hello, Unfortunately, I can not say for sure why this happens. In order for me to further investigate this, could you please post a screenshot of the "Digital Signature" page? Also, could you please let me know what version of Advanced Installer your are using? Additionally, do you encount...
by Catalin
Tue Mar 10, 2020 2:55 pm
Forum: Building Installers
Topic: Silent installation by passing parameters
Replies: 16
Views: 13177
 
Jump to post

Re: Silent installation by passing parameters

Hello Srujan, One thing to be kept in mind when it comes to .EXE files is the fact that they have dual UI's, the bootstrapper (.EXE) UI and the UI of the .MSI file. Therefore, in order to fully launch a .EXE file silently, a command line sample is as follows: setup.exe /exenoui /qn In what regards t...
by Catalin
Tue Mar 10, 2020 2:49 pm
Forum: Building Installers
Topic: Select all check boxes in dialog
Replies: 3
Views: 1961
 
Jump to post

Re: Select all check boxes in dialog

Hello Dov, Unfortunately, the QuickSelectionList control is treated as a whole (its content is not really editable). A feature can be hidden by going to "Organization" page --> your feature --> under "General" section --> "Feature Tree" = Not Displayed To fully achieve ...
by Catalin
Tue Mar 10, 2020 2:18 pm
Forum: Building Installers
Topic: NewSync option is not updating files in project file
Replies: 7
Views: 3458
 
Jump to post

Re: NewSync option is not updating files in project file

Hello Srujan,

Thank you for your followup on this.

I am glad you got this working.

Best regards,
Catalin
by Catalin
Tue Mar 10, 2020 2:12 pm
Forum: Building Installers
Topic: upgrading service now shows two versions in programs and features
Replies: 69
Views: 41848
 
Jump to post

Re: upgrading service now shows two versions in programs and features

Hello Mike,

After the SetVersion command line, could you please also add the following two command line parameters:

Code: Select all

Rebuild
Save
and retest this scenario on a clean snapshot of a Virtual Machine?

Hope this helps.

Best regards,
Catalin
by Catalin
Tue Mar 10, 2020 1:45 pm
Forum: Common Problems
Topic: Error in Installing SQL Server 2012 using launch-file custom action
Replies: 4
Views: 2470
 
Jump to post

Re: Error in Installing SQL Server 2012 using launch-file custom action

Hello and welcome to Advanced Installer forums, May I ask why you are not using our predefined support for prerequisites (which I believe is much easier to configure than a LaunchFile custom action)? Now, to answer your question, depending on the time when you try to install the prerequisite, the ha...
by Catalin
Tue Mar 10, 2020 10:48 am
Forum: Common Problems
Topic: attach sql db file show me error
Replies: 27
Views: 108014
 
Jump to post

Re: attach sql db file show me error

Hello, I have done some further investigations about this and I think I found a workaround that will help you avoid creating a database at install time. Please go to "SQL Databases" page --> your predefined connection --> in "Database" field, please insert a property that resolve...
by Catalin
Tue Mar 10, 2020 8:47 am
Forum: Feature Requests
Topic: Requesting Maximize function on surface theme
Replies: 6
Views: 7972
 
Jump to post

Re: Requesting Maximize function on surface theme

Hello, I have further discussed this with our developers and unfortunately this is not on our upcoming future roadmap. Thank you for your understanding. However, as I have forgot to mention in my last thread, you can maybe try to use our "Slideshow" support. Hope this helps somehow. Best r...
by Catalin
Mon Mar 09, 2020 2:00 pm
Forum: Common Problems
Topic: Installer hangs when feature-based pack fails
Replies: 4
Views: 2452
 
Jump to post

Re: Installer hangs when feature-based pack fails

You are always welcome!

Best regards,
Catalin
by Catalin
Mon Mar 09, 2020 1:44 pm
Forum: Feature Requests
Topic: Requesting Maximize function on surface theme
Replies: 6
Views: 7972
 
Jump to post

Re: Requesting Maximize function on surface theme

Hello,

Thank you for your followup on this.

I have now increased the priority of this improvement and hopefully this will be added in a future version of Advanced Installer.

I will update this thread as soon as this improvement will be added.

Best regards,
Catalin
by Catalin
Mon Mar 09, 2020 1:43 pm
Forum: Common Problems
Topic: Help!! The application ran into a problem that it couldn't handle.
Replies: 3
Views: 2770
 
Jump to post

Re: Help!! The application ran into a problem that it couldn't handle.

Hello,

Thank you for your followup on this.

I am glad the problem is solved now.

Best regards,
Catalin
by Catalin
Mon Mar 09, 2020 1:41 pm
Forum: Common Problems
Topic: MSI package details tab.
Replies: 1
Views: 1186
 
Jump to post

Re: MSI package details tab.

Hello and welcome to Advanced Installer forums, This is happening because a normal MSI does not support such metadata. For more information about this, please have a look on the following Summary Information Stream Property Set article. However, our .EXE allows several new metadata, such as the &quo...
by Catalin
Mon Mar 09, 2020 1:27 pm
Forum: Common Problems
Topic: SOURCEDIR remains emtpy?
Replies: 6
Views: 4726
 
Jump to post

Re: SOURCEDIR remains emtpy?

Hello Pieter, Could you please try to replace the SOURCEDIR property with SourceDir and see if that helps? The latter ( SourceDir property ) is the predefined Windows Installer property, while the latter is proprietary to us. After doing so, please rebuild your project and retest this scenario on a ...

Go to advanced search