Search found 8238 matches

Go to advanced search

by Daniel
Fri Jun 08, 2012 9:52 am
Forum: Common Problems
Topic: Custom action dll version information
Replies: 4
Views: 5327
 
Jump to post

Re: Custom action dll version information

Hello Mahesh,

This happens because you saved your dll as a common file. In order to achieve what you want you should save your resource file with the dll extension.(i.e <myfile>.dll).

If you have any questions let me know.

All the best,
Daniel
by Daniel
Fri Jun 08, 2012 9:18 am
Forum: Common Problems
Topic: Prerequisite custom executable running order
Replies: 8
Views: 8877
 
Jump to post

Re: Prerequisite custom executable running order

Hello Arthur, In order to achieve what you want you should add the antivirus program as post-install prerequisite. Another approach would be to add the antivirus as feature-based prerequisite with an install command line which will set the antivirus to not reboot after install. Also, you should perf...
by Daniel
Thu Jun 07, 2012 2:07 pm
Forum: Common Problems
Topic: path prepended with #%;
Replies: 1
Views: 2445
 
Jump to post

Re: path prepended with #%;

Hello and welcome to Advanced Installer forums, Please keep in mind that the import features in Advanced Installer (the Repackager, the Import MSI feature etc.) are intended to be used to get a starting point for your installation package, not to completely reproduce other installation packages. The...
by Daniel
Thu Jun 07, 2012 11:09 am
Forum: Common Problems
Topic: .AIP file fails to open in fresh install of v9.2
Replies: 4
Views: 5461
 
Jump to post

Re: .AIP file fails to open in fresh install of v9.2

Hello, This is happening because your project uses some dialogs which have been exported to the Dialog Repository . In order to fix this you should search for <name of dialog>.aip file on your old machine and then copy the folder containing the related file onto this location on your new Windows 7 m...
by Daniel
Thu Jun 07, 2012 10:09 am
Forum: Common Problems
Topic: Prerequisite custom executable running order
Replies: 8
Views: 8877
 
Jump to post

Re: Prerequisite custom executable running order

Hello Arthur, Please keep in mind that searches from prerequisites install conditions are performed early, before the prerequisites start. So, if your prerequisites are added both as pre-install prerequisites or as feature-based prerequisites, then your searches from prerequisites install conditions...
by Daniel
Wed Jun 06, 2012 2:59 pm
Forum: Building Installers
Topic: Multiple User Install and Per-User settings/folders
Replies: 1
Views: 3778
 
Jump to post

Re: Multiple User Install and Per-User settings/folders

Hello and welcome to Advanced Installer forums, In order to achieve your behavior you should have a per-machine installation type. So, from "Dialogs" page remove the "InstallTypeDlg" dialog and from "Install Parameters" page set the installation type to "Per-machin...
by Daniel
Wed Jun 06, 2012 1:40 pm
Forum: Common Problems
Topic: Custom action dll version information
Replies: 4
Views: 5327
 
Jump to post

Re: Custom action dll version information

Hello Mahesh, In order to achieve what you want you should proceed as follows: - Open your MSI file with Orca. - Go to "Binary" table. - Select the row containing your custom action name and double click on "[Binary Data]". - In the new dialog choose "Write binary to filenam...
by Daniel
Wed Jun 06, 2012 12:02 pm
Forum: Common Problems
Topic: Validation of path given in Path Edit control of FolderDlg
Replies: 1
Views: 3481
 
Jump to post

Re: Validation of path given in Path Edit control of FolderD

Hello, In order to obtain your scenario you could use a custom action which will validate or not the related path. Also, here is an easier approach that you can try to implement in order to achieve what you want: - From "FolderDlg" dialog remove the "Browse..." button and the cor...
by Daniel
Wed Jun 06, 2012 8:53 am
Forum: Common Problems
Topic: Language Selection Dialog
Replies: 5
Views: 6249
 
Jump to post

Re: Language Selection Dialog

Hello, Please keep in mind that language selection dialog is an EXE bootstrapper dialog. So, you should set the bootstrapper UI level at least to "Basic UI and progress" in order to be displayed the language selection dialog. Therefore, from "Prerequisites" page set the bootstrap...
by Daniel
Tue Jun 05, 2012 4:15 pm
Forum: Common Problems
Topic: Validation of edit box for to accept IP Address
Replies: 8
Views: 10522
 
Jump to post

Re: Validation of edit box for to accept IP Address

Hello and welcome to Advanced Installer forums, Can I achieve this by any way using Advanced Installer with Enabled enhanced UI? No. I'm afraid this is not possible if you are using "Enhanced User Interface". Could you share inputs to apply validations to input (edit) controls? The solutio...
by Daniel
Tue Jun 05, 2012 3:05 pm
Forum: Building Installers
Topic: Having the option to install an .exe?
Replies: 5
Views: 6844
 
Jump to post

Re: Having the option to install an .exe?

Hello and welcome to Advanced Installer forums, In order to achieve what you want you should add your EXE file in "Files and Folders" view. Then, from "Organization" page you should move your EXE component in a separate new feature. Now the user will be able to select if the EXE ...
by Daniel
Tue Jun 05, 2012 1:53 pm
Forum: Common Problems
Topic: GAC Assembly Install
Replies: 3
Views: 8026
 
Jump to post

Re: GAC Assembly Install

Hello, This means when the application gets installed there will be two copies, one in the destination folder AND the GAC (as desired)? I'm not sure I understand. Can you please be more specific about what you mean (perhaps exemplify)? Do you mean that after installation your assembly is installed b...
by Daniel
Tue Jun 05, 2012 8:36 am
Forum: Common Problems
Topic: Removal of Welcome Dialog Behind Launch Condition Error Msg
Replies: 2
Views: 3998
 
Jump to post

Re: Removal of Welcome Dialog Behind Launch Condition Error

Hello, I'm afraid that you cannot achieve your scenario. Please keep in mind that this is Windows Installer standard behavior for launch conditions support. If you don't want "WelcomeDlg" to be displayed you can enable "Limit to basic user interface (simple progress and error handling...
by Daniel
Tue Jun 05, 2012 7:37 am
Forum: Common Problems
Topic: Language Selection Dialog
Replies: 5
Views: 6249
 
Jump to post

Re: Language Selection Dialog

Hello, I am not sure why this is happening. Can you reproduce the behavior on multiple clean machines? If so, can you please send us the .AIP (project file) to support at advancedinstaller dot com so we can investigate? Also, please keep in mind that you should launch the EXE installer in order to b...
by Daniel
Fri Jun 01, 2012 12:29 pm
Forum: Common Problems
Topic: Language Selection Dialog
Replies: 5
Views: 6249
 
Jump to post

Re: Language Selection Dialog

Hello, In order to achieve what you want you should proceed as follows: - Go to Media page and select "Single EXE setup (resources inside)" option from "Configuration" tab. - Go to Translations page and select the desired languages for the package. - In the same page select the &...

Go to advanced search