Search found 8238 matches

Go to advanced search

by Daniel
Mon May 21, 2012 4:39 pm
Forum: Building Installers
Topic: how to register???
Replies: 7
Views: 7305
 
Jump to post

Re: how to register???

Hello, In order to achieve this you should integrate a licensing library to your project. Please take a look on our "Add trial support to your VB application" tutorial. You should use a user specific customized license which generates your license key using the computer id of the target ma...
by Daniel
Mon May 21, 2012 2:12 pm
Forum: Common Problems
Topic: Normal On Drive - Problem on CD
Replies: 5
Views: 5619
 
Jump to post

Re: Normal On Drive - Problem on CD

Hello, Have you create a CD or a DVD installation package? Please keep in mind that when you use "Multiple Volumes" option you should specify the volumes size accordingly with your removable media space. If you are using a DVD as the distribution media set the "First Volume" and ...
by Daniel
Mon May 21, 2012 12:28 pm
Forum: Common Problems
Topic: Temporary Import File Problems
Replies: 4
Views: 6578
 
Jump to post

Re: Temporary Import File Problems

Hello Bryan, I'm afraid we cannot control folders destination path from "Files and Folders" view. Windows Installer resolves, at runtime, folders path from "Files and Folders" page. You could try to set the folder destination path of your files using a custom action. Please take ...
by Daniel
Mon May 21, 2012 9:58 am
Forum: Common Problems
Topic: Pre-Install ALWAYS
Replies: 6
Views: 9252
 
Jump to post

Re: Pre-Install ALWAYS

Hello, I need that the prerequired/Pre-Install dialog be a View Only Mode. This is possible? No, unfortunately this is not possible. We'll add this on our TODO list. Can I reboot the system before "POST-INSTALL" ? No, this cannot be done. Can I execute a file after install and reboot the s...
by Daniel
Mon May 21, 2012 9:07 am
Forum: Common Problems
Topic: Properties and blank strings
Replies: 1
Views: 5316
 
Jump to post

Re: Properties and blank strings

Hello John, If you want to set a property with a null value you should proceed as follows: - Go to "Custom Actions" page and create a "Set installer property" custom action with sequence under "Wizard Dialogs Stage" -> "Begin" standard action. - Set "Prop...
by Daniel
Fri May 18, 2012 4:43 pm
Forum: Common Problems
Topic: Feature prerequisite file not copied if file already exists
Replies: 6
Views: 8269
 
Jump to post

Re: Feature prerequisite file not copied if file already exi

Hello,

Unfortunately, I cannot reproduce this behavior. I've tested your scenario on Windows XP machine. Can you reproduce this behavior on multiple clean machines?

All the best,
Daniel
by Daniel
Fri May 18, 2012 3:15 pm
Forum: Common Problems
Topic: Bug report: aiproj file gets a new PropertyGroup
Replies: 9
Views: 11591
 
Jump to post

Re: Bug report: aiproj file gets a new PropertyGroup

Hello Ivan, We are not able to share our code on the Internet, sorry about that. There is no need to share your code. We only need the project files (aiproj, aip, etc.), we don't need your source files. You can send us your project files by email. But, aren't you able to reproduce on your side? We t...
by Daniel
Fri May 18, 2012 12:22 pm
Forum: Common Problems
Topic: Can I copy files from 2 different folders based on property?
Replies: 3
Views: 6723
 
Jump to post

Re: Can I copy files from 2 different folders based on prope

Hi, Indeed, accordingly with your scenario you should use the second approach from my previous post. Also, please keep in mind that if your property is set from UI, then you must use a public property in order to condition a component installation. If you find any confusing step in our tutorial let ...
by Daniel
Fri May 18, 2012 10:54 am
Forum: Common Problems
Topic: Temporary Import File Problems
Replies: 4
Views: 6578
 
Jump to post

Re: Temporary Import File Problems

Hello and welcome to Advanced Installer forums,

I'm not sure why this happens. Can you please send us the .AIP (project file) and a verbose log of the installation to support at advancedinstaller dot com so we can investigate?

All the best,
Daniel
by Daniel
Fri May 18, 2012 10:08 am
Forum: Common Problems
Topic: Pre-Install ALWAYS
Replies: 6
Views: 9252
 
Jump to post

Re: Pre-Install ALWAYS

Hello, In order to achieve your behavior you should try this: - Go to "Prerequisites" page and select your pre-install prerequisite. - From "Properties" tab uncheck "Continue with main installation even if the prerequisite is not installed" option. - From "Install ...
by Daniel
Fri May 18, 2012 8:51 am
Forum: Common Problems
Topic: Need to run PreRequisite in the middle of Installation
Replies: 1
Views: 4189
 
Jump to post

Re: Need to run PreRequisite in the middle of Installation

Hello, 1. I found out you can only run the prerequisites installer at the very beginning or do a feature-based and run it at the very end with the Install button, Is this true? Yes, this is true. Depending on the moment you want to execute them, Prerequisites installers can be added in multiple ways...
by Daniel
Fri May 18, 2012 7:25 am
Forum: Common Problems
Topic: length restriction with property names
Replies: 3
Views: 5393
 
Jump to post

Re: length restriction with property names

Hello John, The control event name length is limited accordingly with the "New Control Event" dialog width size. This seems to be an Advanced Installer issue. Thank you for bringing it to our attention, a fix will be available as soon as possible. Until then, as a workaround you should res...
by Daniel
Thu May 17, 2012 2:15 pm
Forum: Common Problems
Topic: 64-bit Registry
Replies: 1
Views: 4108
 
Jump to post

Re: 64-bit Registry

Hi and welcome to Advanced Installer forums, There has to be some other way of setting the 64-bit component for each value other than changing each individual value component setting??? If you want to mark as "64-bit component" more components at once you should try this: - select the feat...
by Daniel
Thu May 17, 2012 11:58 am
Forum: Common Problems
Topic: attach batch file
Replies: 1
Views: 4188
 
Jump to post

Re: attach batch file

Hello,

If you want to run a BAT file before installation, then you should add the BAT file as a temporary file.

If you have any questions let me know.

All the best,
Daniel
by Daniel
Thu May 17, 2012 10:58 am
Forum: Common Problems
Topic: error after making installer
Replies: 3
Views: 5506
 
Jump to post

Re: error after making installer

Hello,

Can you please enable the "UTF-8 codepage" option from "Media" -> "Configuration" -> "Database Code Page" group and tell us if the problem still persist?

All the best,
Daniel

Go to advanced search