Search found 2103 matches

Go to advanced search

by gigi
Fri May 08, 2009 11:57 am
Forum: Common Problems
Topic: Vista: Problem running Custom Action: UI Custom Action
Replies: 1
Views: 5489
 
Jump to post

Re: Vista: Problem running Custom Action: UI Custom Action

Hi, You get that behavior because the package UI runs in user context (not elevated). However you can use a "Launch File as Administrator" type of custom action. On how to configure it please see: http://www.advancedinstaller.com/user-guide/custom-actions-predefined-ui.html#launch-file-adm...
by gigi
Fri May 08, 2009 8:48 am
Forum: Common Problems
Topic: Deleting files created by installed application
Replies: 4
Views: 7250
 
Jump to post

Re: Deleting files created by installed application

Hi Alec, "File Removal" operations are best choice for resource cleanup. But note that the time when a "File Removal" operation is triggered depends on the "Remove On" selected option, please see: http://www.advancedinstaller.com/user-guide/file-removal-dialog.html In y...
by gigi
Fri May 08, 2009 8:39 am
Forum: Common Problems
Topic: 6.9.1 : error when building merge module
Replies: 2
Views: 6370
 
Jump to post

Re: 6.9.1 : error when building merge module

Hi Phil, Note that the "CrystalReports11_5_RDC_License.msm" merge module has a configurable parameter ("PIDKEY"). Configure this parameter by selecting the module from "Merge Modules" page and choose "Configure" from context menu. Build project again. Let us k...
by gigi
Fri May 08, 2009 8:25 am
Forum: Common Problems
Topic: How to customize the existing dialogs?
Replies: 1
Views: 5673
 
Jump to post

Re: How to customize the existing dialogs?

Hi, I'm afraid that dialog customization feature (adding new controls) is available only for Enterprise type of projects which requires an Enterprise license. However you can upgrade your license here: http://www.advancedinstaller.com/upgrade.html You can change project type to Enterprise here (note...
by gigi
Fri May 08, 2009 8:15 am
Forum: Common Problems
Topic: Merge Module Assemblies Installation
Replies: 1
Views: 5916
 
Jump to post

Re: Merge Module Assemblies Installation

Hi,

For now you can specify the install location individual for each assembly. But I have added this as improvement on our TODO list and will be available in a future version. Thank you for your suggestion.

Regards,
Gigi
by gigi
Fri May 08, 2009 7:53 am
Forum: Common Problems
Topic: Condition Merge Module Installation
Replies: 1
Views: 5888
 
Jump to post

Re: Condition Merge Module Installation

Hi, A merge module is linked to a feature. Create a separate feature and add the merge module to that feature. Condition the feature installation by using the "Condition install level" from "Organization" page: http://www.advancedinstaller.com/user-guide/feature-properties.html h...
by gigi
Fri Feb 20, 2009 12:33 pm
Forum: Common Problems
Topic: Difficulties using Drivers
Replies: 5
Views: 7690
 
Jump to post

Re: Difficulties using Drivers

Hi Sunny, It might be a problem with the driver digital signature. If you are not using a digital signature then please use the "Install unsigned driver package and driver package that have missing files" option in "Drivers" page and let me know if the problem still persist. Kind...
by gigi
Fri Feb 20, 2009 10:32 am
Forum: Common Problems
Topic: Removing Registry Key in Windows Vista
Replies: 3
Views: 6757
 
Jump to post

Re: Removing Registry Key in Windows Vista

Hi,

Have you tried to run the script outside Advanced Installer. Does it work in this case ?

If the problem still persist please sent the AIP file (or a small test project reproducing this behavior) to support at advancedinstaller dot com so we can take a look.

Regards,
Gigi
by gigi
Wed Feb 04, 2009 9:13 am
Forum: Common Problems
Topic: text and image pages
Replies: 3
Views: 6833
 
Jump to post

Re: text and image pages

Hi Steve,

In order to use the Enterprise features you need to have an Enterprise license. You can upgrade your license here:
http://www.advancedinstaller.com/upgrade.html

After that you can convert your project type to Enterprise by using the Project -> Options menu.

Kind Regards,
Gigi
by gigi
Wed Feb 04, 2009 9:02 am
Forum: Common Problems
Topic: Cannot Run Advanced Installer Program
Replies: 1
Views: 5399
 
Jump to post

Re: Cannot Run Advanced Installer Program

Hi, I have a problem in that the MSI installer files are corrupted Could you please give more details about this ? How do I start the installer when it asks me for what program to use to open. You can run the installer using the msiexec command line, like this: msiexec /i <path_to_msi_file> Regards,...
by gigi
Wed Jan 07, 2009 9:04 am
Forum: Common Problems
Topic: Custom Actions fail with Basic User Interface
Replies: 1
Views: 5499
 
Jump to post

Re: Custom Actions fail with Basic User Interface

Hi Todd, Please make sure the custom actions that set the AKPSOFT property to the desired folder are execute in both sequences (UI and Execute), this is because on silent install (basic UI) the custom actions scheduled under "InstallUISequnce" are skipped. To share the a custom action betw...
by gigi
Tue Jan 06, 2009 9:35 am
Forum: Common Problems
Topic: Create Shortcut to console application with layout/colors/..
Replies: 3
Views: 14643
 
Jump to post

Re: Create Shortcut to console application with layout/colors/..

Hi, - create a shortcut to cmd.exe - go to the properties of the shortcut. You will see tabs like "layout", "colors" etc. (which a shortcut to a non-console application doesn't have) - modify the color properties etc. If afraid you cannot control those shortcut option tabs from A...
by gigi
Mon Jan 05, 2009 3:00 pm
Forum: Common Problems
Topic: Create Shortcut to console application with layout/colors/..
Replies: 3
Views: 14643
 
Jump to post

Re: Create Shortcut to console application with layout/colors/..

Hi Frank, I'm afraid I don't know much about PowerShell. You need to see what commands for changing the foreground/background colors are supported by Windows PowerShell and set them as arguments for the shortcut. For example to start cmd.exe with foreground/background colors to Blue/Green use follow...
by gigi
Mon Jan 05, 2009 2:27 pm
Forum: Common Problems
Topic: Self-registering DLLs
Replies: 1
Views: 5586
 
Jump to post

Re: Self-registering DLLs

Hi, So far I have tried to create an installer using the Properties->Auto Register File option but it doesn't work on a limited account. This is because HKCR is accessed and DllRegisterServer routines currently do not support the notion of a per-user HKCR key. Read more on how Windows Installer hand...
by gigi
Mon Jan 05, 2009 1:59 pm
Forum: Common Problems
Topic: ASP.NET site and permissions - install issue
Replies: 8
Views: 15224
 
Jump to post

Re: ASP.NET site and permissions - install issue

Hi, The problem is that if the property ([VD_DOMAIN]) is set to [%USERDOMAIN], it doesn't change to the real domain namem but stays [%USERDOMAIN]. Note that this may happen if you hardcode the property value in the "Install Parameters" page. To set the VD_DOMAIN property to the expanded va...

Go to advanced search