Search found 12 matches

Go to advanced search

by frefol
Wed Apr 09, 2008 12:17 am
Forum: Common Problems
Topic: Error 2762 trying to launch URL
Replies: 1
Views: 2578
 
Jump to post

Error 2762 trying to launch URL

I have a custom action using the predefined "Launch file or URL" action that launches a URL. I want to execute it when the user finishes cancel. I've inserted it in the Published Events tab of the appropriate control. When I run my setup and launch the action, I get the following error (excerpt from ...
by frefol
Mon May 07, 2007 7:46 pm
Forum: Common Problems
Topic: Custom Dialog to launch just before ExitDialog
Replies: 6
Views: 7353
 
Jump to post

Fair enough. I was just hoping I can put the pop-up before the actuall launch of the custom action. Thanks for your help.
by frefol
Fri May 04, 2007 7:57 pm
Forum: Common Problems
Topic: Custom Dialog to launch just before ExitDialog
Replies: 6
Views: 7353
 
Jump to post

We have a device driver that generates the "scary unsigned driver message" from windows whenever it is installed. We currently install it using a non-GUI executable that we launch via a custom action during the after commit.

We now want to put in a messagebox (prior to installing the driver) to ...
by frefol
Wed May 02, 2007 7:46 pm
Forum: Common Problems
Topic: Custom Dialog to launch just before ExitDialog
Replies: 6
Views: 7353
 
Jump to post

It would basically come up right after ProgressDlg completes, just before ExitDialog is shown.
by frefol
Tue May 01, 2007 9:47 pm
Forum: Common Problems
Topic: Custom Dialog to launch just before ExitDialog
Replies: 6
Views: 7353
 
Jump to post

Custom Dialog to launch just before ExitDialog

I want to create a custom dialog that I want to launch right after ProgressDlg and just before ExitDialog. I can't seem to do that with the Dialogs Editor. Everytime I create a new dialog, it always orders the new dialog right after the WelcomeDlg. Am I missing something or is this not possible with ...
by frefol
Tue Mar 06, 2007 7:54 pm
Forum: Common Problems
Topic: Code signing password prompt during command-line build
Replies: 8
Views: 11690
 
Jump to post

I am signtool. After revisiting pvkimprt, I realized what I have done wrong. I exported the private key. However, I entered a password during the export process. That's why I am still prompted for the password. I wasn't getting prompted when signing my files because you can pass the password to ...
by frefol
Mon Mar 05, 2007 9:21 pm
Forum: Common Problems
Topic: Code signing password prompt during command-line build
Replies: 8
Views: 11690
 
Jump to post

Code signing password prompt during command-line build

I am using the command-line to build our project (via a script). Since adding code signing capabilities, I am getting prompted for my code signing password when it comes to signing the msi file. Does anyone know how to get around this? I don't get prompted for the password when signing the files ...
by frefol
Fri Feb 02, 2007 5:23 pm
Forum: Common Problems
Topic: Text not localized in AppsShutdown AI dialog
Replies: 1
Views: 2970
 
Jump to post

Text not localized in AppsShutdown AI dialog

I am in the process of localizing an install project when I ran into this issue. It appears that the following strings are not included in the localized dictionaries:

<STRING id="RadioButton.Text.AppsShutdownOption#1" value="Automatically &close applications and attempt to restart them after ...
by frefol
Thu Feb 01, 2007 8:10 pm
Forum: Common Problems
Topic: Problem with using ProductVersion property in filename
Replies: 1
Views: 2834
 
Jump to post

Problem with using ProductVersion property in filename

I'm not sure when this broke. I just updated to 4.7....but if I specify the ProductVersion property in the filename field (Bootstrapper screen under Media), AI does not see the setup exe that is created.

Put somthing like the following in this field and you'll see what I mean:

myproduct ...
by frefol
Thu Jan 18, 2007 12:00 am
Forum: Common Problems
Topic: Adding localized files into a project
Replies: 7
Views: 8844
 
Jump to post

I played around with this some more and I found out that if I added an entry in the UI.aip file under the fragments folder, my custom string now shows up

<ROW Property="ButtonText_Configure" ValueLocId="Property.ButtonText_Configure"/>

Is this the right way of doing this? I was hoping to isolate ...
by frefol
Wed Jan 17, 2007 7:54 pm
Forum: Common Problems
Topic: Adding localized files into a project
Replies: 7
Views: 8844
 
Jump to post

Thanks for your reply.

Or if you add all the files in the same project they will be included in all resulting localized packages and then you can condition the installation of a file depending on the language by condition the associated component in the Organization page.

I figured this was my ...
by frefol
Mon Jan 15, 2007 10:37 pm
Forum: Common Problems
Topic: Adding localized files into a project
Replies: 7
Views: 8844
 
Jump to post

Adding localized files into a project

I have a project which until now is only a US only build. I am now tasked of building a localized version of the installation. I went through the documentation and understand how to add localized strings in the installation. One thing that is not clear is what to do with localized version of files ...

Go to advanced search