Search found 3860 matches

Go to advanced search

by mihai.petcu
Tue Dec 13, 2016 3:50 pm
Forum: Common Problems
Topic: Run script to insert data to SQL Sever CE
Replies: 4
Views: 18558
 
Jump to post

Re: Run script to insert data to SQL Sever CE

Hello Kietvta,

To configure a script using installer properties(e.g. public properties attached to UI controls), you can follow this article:
How to use a custom property in a SQL script?

Also, you can find related step by step tutorials here:
Using SQL Databases tutorials

All the best,
Mihai
by mihai.petcu
Tue Dec 13, 2016 3:32 pm
Forum: Common Problems
Topic: Remove file and all backups on setup
Replies: 1
Views: 10956
 
Jump to post

Re: Remove file and all backups on setup

Hello,

To remove files on install you can look into Removal Operations.

All the best,
Mihai
by mihai.petcu
Tue Dec 13, 2016 9:55 am
Forum: Building Installers
Topic: Copy Different File Based on Registry String
Replies: 1
Views: 10805
 
Jump to post

Re: Copy Different File Based on Registry String

Hello, You don't have to worry about renaming, here's what you need to do: 1. Create a search(e.g. SITE_NAME) from the Search page New Search - Add Location - Registry 2. Set its type to Retrieve the raw value 3. From the Files and Folders page add all files in the folder you want them installed 4. ...
by mihai.petcu
Fri Dec 09, 2016 3:09 pm
Forum: Common Problems
Topic: Cant create MST in AI 13.2 - 13.4
Replies: 5
Views: 17518
 
Jump to post

Re: Cant create MST in AI 13.2 - 13.4

This issue is fixed in the next release which should be out until the end of the year.

All the best,
Mihai
by mihai.petcu
Wed Dec 07, 2016 5:14 pm
Forum: Building Installers
Topic: Installation sequence of prerequisites and main installer in silent installation
Replies: 3
Views: 13159
 
Jump to post

Re: Installation sequence of prerequisites and main installer in silent installation

Hello, The correct approach to this functionality is to add the prerequisites from the Prerequisites page . For each prerequisite: - uncheck "Continue with main installation even if the prerequisite is not installed" option in the Properties tab - set the correct silent command line in the...
by mihai.petcu
Thu Nov 24, 2016 1:42 pm
Forum: Common Problems
Topic: Single EXE:“Repair” option causes red elevation prompt without Yes button
Replies: 15
Views: 36194
 
Jump to post

Re: Single EXE:“Repair” option causes red elevation prompt without Yes button

Thank you for the insights, our team are investigating the issue as we speak and we'll post here after we get something conclusive.

All the best,
Mihai
by mihai.petcu
Wed Nov 23, 2016 6:59 pm
Forum: Building Installers
Topic: Silent Prerequisites
Replies: 1
Views: 11216
 
Jump to post

Re: Silent Prerequisites

Hello, Basically you will have to provide the Basic UI command line option for the XAMPP installer. If you type the switches in the Prerequisite Setup Files Tab - Full UI field, the prerequisite will be installed with simple progress bar and error handling while the main installation will be execute...
by mihai.petcu
Wed Nov 23, 2016 5:32 pm
Forum: Common Problems
Topic: EXE Project Silent
Replies: 1
Views: 10826
 
Jump to post

Re: EXE Project Silent

Hi Matthias,

The EXE setup supports all MSIEXEC command line options. Please see EXE setup file article for the syntax.

All the best,
Mihai
by mihai.petcu
Wed Nov 23, 2016 5:05 pm
Forum: Building Installers
Topic: Run SQL script from file
Replies: 2
Views: 11196
 
Jump to post

Re: Run SQL script from file

Hi and welcome to our forums, This can be done by conditioning the custom actions that trigger the queries. For example you can use the OLDPRODUCTS property which is a list with the Product Codes of the older versions of your installation package. This property is set only in a package which upgrade...
by mihai.petcu
Wed Nov 23, 2016 2:48 pm
Forum: Common Problems
Topic: Cant create MST in AI 13.2 - 13.4
Replies: 5
Views: 17518
 
Jump to post

Re: Cant create MST in AI 13.2 - 13.4

Hi Matthias,

This looks like a bug. We managed to replicate it and we'll post the resolution here after dev team gets a chance to investigate.

Thanks much for the report,
Mihai
by mihai.petcu
Wed Nov 23, 2016 1:26 pm
Forum: Common Problems
Topic: Calling a function from DLL
Replies: 9
Views: 17300
 
Jump to post

Re: Calling a function from DLL

Hello Prerak,

We answered your e-mail, please see.

All the best,
Mihai
by mihai.petcu
Mon Nov 21, 2016 6:01 pm
Forum: Common Problems
Topic: Single EXE:“Repair” option causes red elevation prompt without Yes button
Replies: 15
Views: 36194
 
Jump to post

Re: Single EXE:“Repair” option causes red elevation prompt without Yes button

Hello, We managed to replicate this as well and to be more exact it seems the behavior is triggered by a repair operation when the " Do not delete extracted MSI and CAB files " option is enabled, only on Windows 10 . Is the IS2015 LE edition installer configured identically? If so, can you...
by mihai.petcu
Mon Nov 21, 2016 2:04 pm
Forum: Building Installers
Topic: Uninstall old product with custom property
Replies: 3
Views: 14365
 
Jump to post

Re: Uninstall old product with custom property

Hello Assaf, I see what you mean. Unfortunately there's no way to uninstall the previous version while setting a property using the Upgrades page. Is there any way we can run our code before the Install Execution Stage (in silent install, before the msiexec that is). Generally it is not a best pract...
by mihai.petcu
Thu Nov 17, 2016 12:39 pm
Forum: Common Problems
Topic: Issue with Digitalsigning
Replies: 1
Views: 10709
 
Jump to post

Re: Issue with Digitalsigning

Hello Pradeep, Can you please try changing the signing tool to SignTool.exe from Microsoft instead? File -> Options -> External Tools -> Use an external tool If that fails as well you should make sure your certificate provider a member of Windows Root Certificate Program . Also, to avoid such proble...
by mihai.petcu
Thu Nov 17, 2016 12:14 pm
Forum: Building Installers
Topic: stop install if..
Replies: 1
Views: 10664
 
Jump to post

Re: stop install if..

Hello, Is there any article or can anyone offer advice on a strategy ? Yes, you can use "Continue with main installation even if the prerequisite is not installed" option from the Prerequisite Properties Tab . As described in the article, you must also have appropriate launch conditions fo...

Go to advanced search