Search found 292 matches

Go to advanced search

by Mike
Fri Jan 27, 2006 3:38 pm
Forum: Common Problems
Topic: how to avoid "Unknown Publisher" when the install
Replies: 5
Views: 8507
 
Jump to post

Hi,

This warning is displayed when a package is not digitally signed. So you need to sign your packages in order for Windows to be able to verify their authenticity.

Regards,
Mihai
by Mike
Fri Jan 27, 2006 9:39 am
Forum: Common Problems
Topic: How to use the Repair feature
Replies: 5
Views: 7971
 
Jump to post

Hi Jeff, Thank you for your suggestion. We already have on our ToDo list the possibility to specify a place for the MSI to be extracted. It will be present in a future release. In the meantime, in order to perform a repair you have two possibilities: 1. Run the EXE again 2. Use the /extract option w...
by Mike
Thu Jan 26, 2006 5:21 pm
Forum: Common Problems
Topic: Banner & Dialog Images Shrinking
Replies: 6
Views: 8861
 
Jump to post

Hi, Here are some sizes for the images that should leave the image unchanged in case some larger fonts are used: Normal fonts: Central area: 503 x 314 Banner : 500 x 63 Large fonts: Central area: 616 x 390 Banner : 613 x 73 Extra large fonts: Central area: 708 x 448 Banner : 705 x 83 Of course, it a...
by Mike
Tue Jan 24, 2006 6:11 pm
Forum: Common Problems
Topic: Is it possible to specify Publisher?
Replies: 3
Views: 5623
 
Jump to post

Hi, The Publisher field contains the value of the Manufacturer property. This property can be edited in AI in the "Product Details" page. According to Microsoft documentation this property is required: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/manufacturer....
by Mike
Tue Jan 24, 2006 9:06 am
Forum: Common Problems
Topic: Changing Upgrade Code
Replies: 4
Views: 6894
 
Jump to post

Hi Iain, The only way to change the upgrade code is by editing the AIP file directly. But if you have different products you should change also the component GUIDs and the product code. To get a new GUID you could use a GUID generator utility (there are many free available on the Internet). Another ...
by Mike
Mon Jan 23, 2006 5:05 pm
Forum: Common Problems
Topic: Remove Folders
Replies: 3
Views: 5553
 
Jump to post

Hi Marv, If you don't want to write your own custom action the simplest way would be to use the updater capability to delete those folders. The updater already uses this capability to delete the folders when the product is being uninstalled. However, deleting those folders may be dangerous if you ar...
by Mike
Mon Jan 23, 2006 1:48 pm
Forum: Common Problems
Topic: Remove Folders
Replies: 3
Views: 5553
 
Jump to post

Hi Marv,

Advanced Installer sets the folders to be deleted when the product is uninstalled, since it is the safest option.

You cannot set the folders to be deleted on upgrade. If you want to do this, the only way would be by defining your own custom action for this purpose.

Regards,
Mihai
by Mike
Mon Jan 23, 2006 1:37 pm
Forum: Feature Requests
Topic: Setting a property from the return code of an exe
Replies: 1
Views: 5542
 
Jump to post

Hi David,

I am afraid that this feature can not be implemented. Windows Installer does not allow you to get the return value of a custom action.

Regards,
Mihai
by Mike
Mon Jan 23, 2006 1:33 pm
Forum: Feature Requests
Topic: Multiple media options per install
Replies: 1
Views: 5325
 
Jump to post

Hi,

Thank you for your suggestion.

This feature is already on our ToDo list and will be present in a future release.

Regards,
Mihai
by Mike
Sat Jan 21, 2006 1:15 pm
Forum: Common Problems
Topic: Custom copying of files based on user option selection?
Replies: 5
Views: 6459
 
Jump to post

Hi Aaron, If you use a custom action DLL there is no need for any editing with Orca, as the custom dialogs will be displayed by your application. If you are accustomed to UI applications I would suggest using this approach. The approach used by Advanced Installer for the serial validation dialog is ...
by Mike
Sat Jan 21, 2006 12:44 pm
Forum: Common Problems
Topic: determining cdrom drive path
Replies: 3
Views: 4702
 
Jump to post

Hi Tom,

I am afraid that there isn't any property that you can use to retrieve the CD-Rom drive letter.

You could use a custom action that displays a dialog and gets this information from the user.

Hope this helps.

Regards,
Mihai
by Mike
Sat Jan 21, 2006 12:43 pm
Forum: Common Problems
Topic: Conditions of installation
Replies: 3
Views: 6065
 
Jump to post

Hi, The problem is that the searches are not set up right. You need to specify a folder location where the search should be started. I suggest to use the Search wizard to create the search you need. This method is less prone to mistakes. For this use the "New Search Wizard" button on the t...
by Mike
Sat Jan 21, 2006 11:55 am
Forum: Common Problems
Topic: CPU goes to 100% when java program is installed as a service
Replies: 1
Views: 3222
 
Jump to post

Hi,

This is because the while loop take control of the processor. You could try to call the sleep method inside the loop too. This way the processor only checks from time to time whether the service is stopped and releases the processor in the meantime.

Regards,
Mihai
by Mike
Thu Jan 19, 2006 1:12 pm
Forum: Common Problems
Topic: Determining language at install time
Replies: 3
Views: 6586
 
Jump to post

Hi, Please use this tutorial to see how to add a new language to Advanced Installer: http://www.advancedinstaller.com/user-guide/tutorial-new-language.html You cannot use the same method to install a certain file according to the package language. For this you need a different approach: - create a d...
by Mike
Wed Jan 11, 2006 1:54 pm
Forum: Feature Requests
Topic: Change PackageName Attribute from the command line?
Replies: 4
Views: 9277
 
Jump to post

Hi,

Thank you for your suggestion. This is a good idea. We will add it to our Todo list.

It will be implemented in a future release.

For now, I am afraid that the only way to do that is by changing the AIP file before build and modifying the PackageName attribute.

Regards,
Mihai

Go to advanced search