Search found 605 matches

Go to advanced search

by Ionut
Wed Aug 20, 2008 6:01 pm
Forum: Common Problems
Topic: How to open an .exe file while clicking a button
Replies: 2
Views: 4593
 
Jump to post

Re: How to open an .exe file while clicking a button

Hi, This can be done by using a DoAction Control Event (attached to the button), that will execute an UI Custom Action (which you will define in the Custom Actions page). You can use the predefined " Launch File or Open URL " Custom Action for this purpose. For more details, see this page ...
by Ionut
Wed Aug 20, 2008 5:56 pm
Forum: Common Problems
Topic: Uninstall corrupts start menu
Replies: 9
Views: 10257
 
Jump to post

Re: Uninstall corrupts start menu

Hi, The installer always REMOVES the start menu entries on an update! Note that, if you are using the option "Automatically upgrade older product versions" in the Upgrades page, an older version of the application is automatically removed when the new version package is installed. However,...
by Ionut
Sun Aug 17, 2008 9:13 pm
Forum: Common Problems
Topic: .NET Installer Class Action: FileNotFoundException
Replies: 8
Views: 14887
 
Jump to post

Re: .NET Installer Class Action: FileNotFoundException

Hi Chris, I think the problem is that the trailing "\" character from the value of APPDIR ("C:\Program Files\Crosby\QuicCheck\") causes the next quote character to be escaped. To prevent this, include a space character after "[APPDIR]" in the "Edit Installer Class ...
by Ionut
Sun Aug 17, 2008 8:14 pm
Forum: Common Problems
Topic: Mac OS X autoload / autostart
Replies: 1
Views: 5288
 
Jump to post

Re: Mac OS X autoload / autostart

Hi, Please note that AI does not create an installer for the MacOs platform, but rather a ZIP archive with a special folder structure called an application bundle . This is supported only for a Java application. Additionally, it seems that the Autorun feature has been dropped under Mac OS X, as it i...
by Ionut
Sat Aug 16, 2008 5:28 pm
Forum: Common Problems
Topic: Always launch the application
Replies: 4
Views: 5718
 
Jump to post

Re: Always launch the application

Hi Phill, If you are using an Enterprise project, you can set the "Enabled" attribute for the "Launch Your Application" checkbox to "False" (in the right Properties pane). This way, the user will be unable to clear the checkbox. Of course, you can always use a Custom Ac...
by Ionut
Sat Aug 16, 2008 4:43 pm
Forum: Common Problems
Topic: Customize Dlg Location Label visibility in Maintenance mode.
Replies: 1
Views: 4167
 
Jump to post

Re: Customize Dlg Location Label visibility in Maintenance mode.

Hi Ben, This is not actually a bug, but rather the way Windows Installer works. As it is mentioned in the Windows Installer documentation, the SelectionPathOn Control Event is never published during maintenance. However, the SelectionPath Control Event , to which the "Location" text contro...
by Ionut
Fri Aug 15, 2008 11:38 pm
Forum: Common Problems
Topic: 32 Bit compatibility
Replies: 1
Views: 4152
 
Jump to post

Re: 32 Bit compatibility

Hi, I think you can create a REG_SZ registry value under the following keys ( per-user ): HKCU\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers (or per-machine ): HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers specifying the "Value" name as the fu...
by Ionut
Fri Aug 15, 2008 10:46 pm
Forum: Common Problems
Topic: Custom action installs
Replies: 5
Views: 12120
 
Jump to post

Re: Custom action installs

Hi Clemens, I have a .exe file, does that rule out the first option? Yes, it does. I tried using option 2, it is what cosmin already suggested, isn't it? Using that I still get the error about another install being in progress. I am not sure what the problem could be. Please send a simple test case ...
by Ionut
Fri Aug 15, 2008 10:28 pm
Forum: Common Problems
Topic: Serial Number Template
Replies: 3
Views: 8233
 
Jump to post

Re: Serial Number Template

Hi Dom, The Windows Installer documentation for the Masked Edit control is available here . Not all those characters are permitted in the "Template Value" field, but for testing purposes you can create a new Masked Edit control. From out investigations, it is not possible to convert the le...
by Ionut
Fri Aug 15, 2008 10:00 pm
Forum: Common Problems
Topic: Detect feature upgrade.
Replies: 4
Views: 6424
 
Jump to post

Re: Detect feature upgrade.

Hi Ben, If I uninstall an application with a permanent file, does that permanent file's component guid registry entries get wiped? (so that if I do a component search in a future installation it won't find that file) The Permanent attribute applies to a Component not to a file. After a client packag...
by Ionut
Thu Aug 14, 2008 10:54 pm
Forum: Common Problems
Topic: Administrator Privileges
Replies: 1
Views: 4037
 
Jump to post

Re: Administrator Privileges

Hi Sindhu, What Windows version is the package installed on? On Vista, the Launch Condition will not work and the user will be prompted for an Administrator password when clicking "Install". AI uses the Privileged Property to define the Launch Condition. This means that if the user and mac...
by Ionut
Thu Aug 14, 2008 10:19 pm
Forum: Common Problems
Topic: Property value calculation
Replies: 3
Views: 5478
 
Jump to post

Re: Property value calculation

Hi, You can always perform any required calculations at install time from within a Custom Action. For instance, the example provided by jdjvr can be implemented with a simple Immediate VBScript CA such as the following: Function ComputeIntegerVersion() productVersion = Session.Property("Product...
by Ionut
Thu Aug 14, 2008 9:59 pm
Forum: Common Problems
Topic: Multi-line custom launch condition popup?
Replies: 2
Views: 4860
 
Jump to post

Re: Multi-line custom launch condition popup?

Hi Clemens,

It should be possible to use XML numeric character references such as:

 - LF (line feed)

 - CR (carriage return)
Regards,
Ionut
by Ionut
Thu Aug 14, 2008 8:38 pm
Forum: Common Problems
Topic: can you hide a command window when running a custom action?
Replies: 2
Views: 4896
 
Jump to post

Re: can you hide a command window when running a custom action?

Hi Brian,

There are several ways to do this. See the following forum threads for more details:

http://www.advancedinstaller.com/forums ... 908#p14908
http://www.advancedinstaller.com/forums ... f=2&t=5309

Regards,
Ionut
by Ionut
Thu Aug 14, 2008 8:26 pm
Forum: Common Problems
Topic: How to change "project language"?
Replies: 2
Views: 8920
 
Jump to post

Re: How to change "project language"?

Hi Clemens, Normally, the project language cannot (and should not) be changed after creating the project. However, since the 2 languages are almost identical, you could attempt the following (after backing up your existing AIP file first): 1. Open the AIP file and change the value of the "Langu...

Go to advanced search