Search found 2146 matches

Go to advanced search

by GabrielBarbu
Fri Nov 16, 2012 8:51 am
Forum: Common Problems
Topic: How to repackage on remote computer
Replies: 2
Views: 14679
 
Jump to post

Re: How to repackage on remote computer

Hi, You can simply install Advanced Installer in trial mode on your target machine and perform a capture there. The repackager doesn't need a license in order for it to capture. The .rpk file generated on the target contains the capture results. You can then import the .rpk file back into your Advan...
by GabrielBarbu
Tue Oct 23, 2012 9:39 am
Forum: Common Problems
Topic: [Bug] Surface theme
Replies: 10
Views: 22622
 
Jump to post

Re: [Bug] Surface theme

Hey, With regards to the Licence Agreement Dialog's font. The color of the text there is given by the rtf that is loaded in the edit. Your rtf's font is black, we recommend you make it white, or perhaps even better, a very light grey. You can refer to this thread, where the solution is discussed in ...
by GabrielBarbu
Tue Oct 23, 2012 9:26 am
Forum: Common Problems
Topic: Issue with Surface theme on MSP patch
Replies: 3
Views: 15780
 
Jump to post

Re: Issue with Surface theme on MSP patch

Hi, The Surface theme was never designed to be supported without Enhanced UI. The issue here is actually that msi patches are not yet supported by Enhanced UI, so the Surface theme gets launched without Enhanced UI. I have added an improvement on our TODO list to support this. In the meantime, if yo...
by GabrielBarbu
Thu Aug 16, 2012 2:49 pm
Forum: Building Installers
Topic: Updater License Check
Replies: 1
Views: 14464
 
Jump to post

Re: Updater License Check

Hi Norm, I have already replied to your question via email. For posterity, here is the answer: The version field is the updater's version indeed. To retrieve the version of your application, you could encode the version as part of the licenseid when storing it in the registry. Then, serverside, pars...
by GabrielBarbu
Thu Apr 21, 2011 4:16 pm
Forum: Common Problems
Topic: Cannot add dll to project
Replies: 10
Views: 33625
 
Jump to post

Re: Cannot add dll to project

Hello Sacha, Indeed that was what I referred to when I said "file sequence". Since you did not find any duplicate sequences in the aip, best thing to do is send us the .aip project file along with a detailed description of the steps to reproduce your issue to support at advancedinstaller d...
by GabrielBarbu
Tue Apr 19, 2011 8:15 am
Forum: Common Problems
Topic: Installing to the %userprofile%
Replies: 4
Views: 16546
 
Jump to post

Re: Installing to the %userprofile%

Hello and welcome to Advanced Installer Forums, It appears you are trying to achieve a per-user install. The advantage of this is that no administrator privileges are required. In order to make a per-user installer, simply do the following: - use the "Files and Folders"->"Application ...
by GabrielBarbu
Fri Feb 25, 2011 8:31 am
Forum: Common Problems
Topic: Creating package to install on windows NT
Replies: 3
Views: 15071
 
Jump to post

Re: Creating package to install on windows NT

Hello and Welcome! Like Octavian said earlier, we do test our installers on NT, as we support them. Please make sure the following is true: - on the Launch Conditions page, System Launch Conditions, under Supported Operating Systems you have any of the "Windows 9x Versions" checked. I'm no...
by GabrielBarbu
Tue Jan 25, 2011 12:06 pm
Forum: Common Problems
Topic: "Call Function From Stardard DLL" in UI sequence
Replies: 3
Views: 20711
 
Jump to post

Re: "Call Function From Stardard DLL" in UI sequence

Hello, An alternative solution would be: - under UI Custom Actions, add a new attached custom action, and select "<AI_CUSTACTS>stdDllWrapper.dll" as the dll, where <AI_CUSTACTS> is the path variable containing the path to the folder in which stdDllWrapper.dll resides - add the custom actio...
by GabrielBarbu
Mon Jan 24, 2011 1:05 pm
Forum: Common Problems
Topic: "Call Function From Stardard DLL" in UI sequence
Replies: 3
Views: 20711
 
Jump to post

Re: "Call Function From Stardard DLL" in UI sequence

Hello, You can easily pass data to your UI custom action through the CustomActionData property. On the UI Sequence, before calling your custom action using the DoAction event, simply use a SetProperty published event to set the CustomActionData property with the information you wish to pass to your ...
by GabrielBarbu
Wed Jan 05, 2011 9:24 am
Forum: Common Problems
Topic: Patch Family/Families
Replies: 17
Views: 30439
 
Jump to post

Re: Patch Family/Families

Hello, Here is the relevant section from the MSDN article explaining patch families: Patches in the same patch family that target the same product version are sorted by the values in the Sequence column. The patches within the patch family are applied to the target product in the order of increasing...
by GabrielBarbu
Fri Dec 24, 2010 9:31 am
Forum: Common Problems
Topic: Patch fails with "Error reading from file"
Replies: 10
Views: 23790
 
Jump to post

Re: Patch fails with "Error reading from file"

Hello, Are there any custom actions using the "CDI.IndexCard.dll" file? If so, the file does not exist at the time the custom action tries to access it. Other than that, I'm not sure what the issue could be. Could you send us a sample project (including any project dependencies) to support...
by GabrielBarbu
Mon Dec 06, 2010 3:08 pm
Forum: Common Problems
Topic: msgbox localization - aicustact.dll uses OS locale
Replies: 5
Views: 18055
 
Jump to post

Re: msgbox localization - aicustact.dll uses OS locale

Hello,

I am afraid the message box you are referring to is displayed by Windows Installer. We will be adding improvements to the Message Box custom action to support buttons localization.

Best regards,
Gabriel
by GabrielBarbu
Wed Nov 24, 2010 3:42 pm
Forum: Common Problems
Topic: Patching with renewed certificate fails
Replies: 5
Views: 20714
 
Jump to post

Re: Patching with renewed certificate fails

Hi Alastair, The following MSDN page lists having a valid un-revoked digital certificate as a prerequisite for a successful UAC patching. The following list item seems to be relevant to our case: "The signer certificate used to verify the digital signature on the patch package is valid and has ...
by GabrielBarbu
Mon Nov 22, 2010 2:39 pm
Forum: Common Problems
Topic: Run VB EXE-File in Administrator Mode on Vista
Replies: 12
Views: 29624
 
Jump to post

Re: Run VB EXE-File in Administrator Mode on Vista

Hi Ramon,

- On the custom actions page, right click->New Attached Custom Action.
- Select your VB file.
- once added to the list, you will find the "Deferred with no impersonation" option in the right pane, under the Execution Options section.

Best regards,
Gabriel
by GabrielBarbu
Mon Nov 22, 2010 2:18 pm
Forum: Common Problems
Topic: Opening ReadMe file after GPO install
Replies: 1
Views: 13728
 
Jump to post

Re: Opening ReadMe file after GPO install

Hello,

The installer is running silently during a GPO install. No user interface is displayed during this time.
You can try creating a Launch File or Open URL custom action that will run at the end of the installation and will launch the rtf file.

Best regards,
Gabriel

Go to advanced search