Search found 32 matches

Go to advanced search

by Jim Beveridge
Wed Jul 26, 2017 5:26 pm
Forum: Common Problems
Topic: An error occurred during LZMA compression
Replies: 6
Views: 5048
 
Jump to post

Re: An error occurred during LZMA compression

Hello Eusebiu, In your last reply, you said "However, if different names are set for the MSI and EXE files of the packages, no error should appear." What you said is what I expect, but it is not true. Advanced Installer always uses the name FILES.7z for the LZMA compression, so multiple bu...
by Jim Beveridge
Wed Jul 19, 2017 7:35 pm
Forum: Common Problems
Topic: An error occurred during LZMA compression
Replies: 6
Views: 5048
 
Jump to post

Re: An error occurred during LZMA compression

It's going to take me a while to do that, but in the meantime, you do this: Simultaneously launch five separate installers in the same directory that have the same target directory. These installers need to create sizeable install packages (maybe 10MB) to make sure that compressing them actually tak...
by Jim Beveridge
Sun Jul 16, 2017 9:30 pm
Forum: Common Problems
Topic: An error occurred during LZMA compression
Replies: 6
Views: 5048
 
Jump to post

An error occurred during LZMA compression

I am using Advanced Installer in command line builds to simultaneously create several install packages by running multiple copies of AI in parallel. This has worked fine for at least a couple of years, but started failing when I upgraded to Version 14. The problem seems to be that all copies of AI a...
by Jim Beveridge
Fri May 20, 2011 9:44 pm
Forum: Common Problems
Topic: Can't finish - build error
Replies: 29
Views: 36528
 
Jump to post

Re: Can't finish - build error

Cosmin,

I am a Microsoft MVP. If you can give me some details on the API you are using and what you are doing when it fails, I can usually get the issue elevated for a response.

Jim Beveridge
by Jim Beveridge
Mon Aug 30, 2010 9:38 pm
Forum: Common Problems
Topic: Can't finish - build error
Replies: 29
Views: 36528
 
Jump to post

Re: Can't finish - build error

I use Norton Antivirus 2010. Turning off antivirus fixed the problem for me also.
by Jim Beveridge
Mon Jun 22, 2009 7:38 pm
Forum: Common Problems
Topic: Windows 7 Logo Testing Problem
Replies: 4
Views: 3924
 
Jump to post

Re: Windows 7 Logo Testing Problem

Additional information: When I ran the installation with logging, these lines seem to be directly related to the problem: ("Executing op: IconCreate") PublishFeatures: Feature: MainFeature MSI (s) (68:D8) [11:31:38:196]: Executing op: ActionStart(Name=PublishProduct,Description=Publishing ...
by Jim Beveridge
Mon Jun 22, 2009 7:22 pm
Forum: Common Problems
Topic: Windows 7 Logo Testing Problem
Replies: 4
Views: 3924
 
Jump to post

Re: Windows 7 Logo Testing Problem

Hello, I understand that the file is an icon, but the filename is clearly generated based on something in the MSI created by Advanced Installer. I looked at other directories in \Windows\Installer. Out of hundreds of entries, there was only one other case where there was an icon file named after the...
by Jim Beveridge
Mon Jun 22, 2009 12:26 am
Forum: Common Problems
Topic: Windows 7 Logo Testing Problem
Replies: 4
Views: 3924
 
Jump to post

Windows 7 Logo Testing Problem

I am running Advanced Installer Professional 7.0.1. I am working with the Windows 7 Logo Testing Kit (beta - http://www.readyset7.com/software.aspx) and need help solving one last error: PE file c:\windows\installer\{53fd43ce-3444-43fe-b18f-d065e0bf470f}\epreserver.exe not signed. epreserver.exe is ...
by Jim Beveridge
Tue Dec 30, 2008 8:16 pm
Forum: Feature Requests
Topic: Extract self-registration registry entries from COM servers
Replies: 14
Views: 23884
 
Jump to post

Re:

Has the feature been added yet to register COM EXEs? I looked in 6.7.1 but did not see the option.

If the feature hasn't been added, how do we set up the custom action so that the call to the EXE on Vista is made with Administrator privileges?

Thank you,
Jim
by Jim Beveridge
Thu Aug 14, 2008 6:43 pm
Forum: Common Problems
Topic: Multiple attached files for custom action
Replies: 2
Views: 6687
 
Jump to post

Re: Multiple attached files for custom action

Thanks. I was able to get it to work based on your recommendations, but I was not able to create a Custom Action based on a temporary file. I had to make the Custom Action based on an attached file, then the rest of the files were temporary files.
by Jim Beveridge
Thu Aug 14, 2008 12:50 am
Forum: Common Problems
Topic: Multiple attached files for custom action
Replies: 2
Views: 6687
 
Jump to post

Multiple attached files for custom action

I apologize if I'm missing something obvious, but I need to write a DLL custom action that requires six DLLs. It's straightforward to have a custom action use a single DLL that's an attached file, but I don't see a way to attach multiple files to a single custom action.

Any ideas?

Thank you.
by Jim Beveridge
Wed Aug 13, 2008 5:00 pm
Forum: Common Problems
Topic: Conditional reboot after custom action
Replies: 3
Views: 7675
 
Jump to post

Re: Conditional reboot after custom action

Never mind, answered my own question:
http://www.wixwiki.com/index.php?title= ... Action_Dll

This article describes that the DLL function is given a single parameter of type MSIHANDLE, which the DLL can use to call MsiGetProperty and MsiSetProperty.
by Jim Beveridge
Wed Aug 13, 2008 4:07 pm
Forum: Common Problems
Topic: Conditional reboot after custom action
Replies: 3
Views: 7675
 
Jump to post

Re: Conditional reboot after custom action

Thanks Gigi, but I'm still missing part of the answer to the question - how do I evaluate the return value from a function in a DLL so I can set the REBOOT property?

If I create a custom action that calls a function in a DLL, I don't see any place to add script or code to evaluate the return value.
by Jim Beveridge
Tue Aug 12, 2008 11:51 pm
Forum: Common Problems
Topic: Prevent merge module from uninstalling
Replies: 1
Views: 5961
 
Jump to post

Prevent merge module from uninstalling

Is there a way to prevent a merge module from uninstalling? We are distributing the Visual C++ C run-time and would like to leave the DLLs installed if our application is uninstalled.

Thank you for the help.
by Jim Beveridge
Tue Aug 12, 2008 11:46 pm
Forum: Common Problems
Topic: Conditional reboot after custom action
Replies: 3
Views: 7675
 
Jump to post

Conditional reboot after custom action

I have to install a device driver by calling a DLL in a custom action (I know it's the wrong way, but the vendor won't support it installing from an INF file...) If the driver files are in use, the function in their DLL returns a flag saying that a reboot is required. However, I can't figure out how...

Go to advanced search