Search found 14 matches

Go to advanced search

by dbeukers
Mon Jan 11, 2016 5:13 pm
Forum: Building Installers
Topic: building debug and release versions of installer
Replies: 4
Views: 5242
 
Jump to post

Re: building debug and release versions of installer

That would do. I would assume that the list could be sorted by that column (as all columns currently are), so that files for each build would be grouped together. A further enhancement that would be helpful, especially for large projects with multiple builds, would be to be able also to filter the ...
by dbeukers
Fri Jan 08, 2016 9:59 pm
Forum: Common Problems
Topic: Build in VS GUI works, but command-line build skips AI project
Replies: 1
Views: 2458
 
Jump to post

Build in VS GUI works, but command-line build skips AI project

I have a Visual Studio 2013 solution that includes an Advanced Installer VS project (.aiproj) that links to an Advanced Installer project (.aip). Everything works fine when I build the solution from the Visual Studio GUI. I am trying to set this up for automated builds, so have been trying to build ...
by dbeukers
Thu Jan 07, 2016 6:16 pm
Forum: Building Installers
Topic: building debug and release versions of installer
Replies: 4
Views: 5242
 
Jump to post

Re: building debug and release versions of installer

Actually, I had previously found (and forgotten about) another method that seemed to be more what I wanted. This involves selecting the file in the the Files and Folders page and selecting Properties from its context menu. In the resulting Edit File dialog, select Edit Source Path Per Build... . The ...
by dbeukers
Thu Jan 07, 2016 1:14 am
Forum: Building Installers
Topic: building debug and release versions of installer
Replies: 4
Views: 5242
 
Jump to post

building debug and release versions of installer

I want to create an installer with debug and release builds, using the corresponding debug and release files produced by Visual Studio. This would appear to require including two files with the same name but different paths. AI does not appear to allow this, complaining that the filename already ...
by dbeukers
Fri Nov 20, 2015 5:25 pm
Forum: Building Installers
Topic: Questions about Organization|Installation Behavior options
Replies: 4
Views: 4050
 
Jump to post

Re: Questions about Organization|Installation Behavior options

In light of your email, I see my error. I had overlooked the implications of the part about resolution of feature states in the Paths Resolution action. Moving my script to execute before Paths Resolution did resolve the issue.
As a side note, I had been able to make the install work as desired by ...
by dbeukers
Thu Nov 19, 2015 7:19 pm
Forum: Building Installers
Topic: Questions about Organization|Installation Behavior options
Replies: 4
Views: 4050
 
Jump to post

Re: Questions about Organization|Installation Behavior options

The files have been sent as directed.
by dbeukers
Thu Nov 19, 2015 1:13 am
Forum: Building Installers
Topic: Questions about Organization|Installation Behavior options
Replies: 4
Views: 4050
 
Jump to post

Questions about Organization|Installation Behavior options

I have an install that contains some files that are bitness-specific (and tied to the bitness of the installed version of Excel). I have a custom action to set a property for the Excel bitness. I would like to only install the appropriate ones for the install. I have 32-bit and 64-bit features, with ...
by dbeukers
Wed Nov 04, 2015 6:09 pm
Forum: Building Installers
Topic: Using config file with attached DLL?
Replies: 7
Views: 6791
 
Jump to post

Re: Using config file with attached DLL?

As mentioned in the other thread [Launch attached file (.exe) with dependencies], adding the config file as a temporary file and calling an attached file does not work. In order for .NET CLR to recognize the config file it must have the same name as the base file, adding a .config extension: myFile ...
by dbeukers
Tue Nov 03, 2015 4:54 pm
Forum: Building Installers
Topic: Using config file with attached DLL?
Replies: 7
Views: 6791
 
Jump to post

Re: Using config file with attached DLL?

I have tried including the DLL and config files as temporary files, but when I try to add a Call function from installed native DLL action, the files are not in the list to be selected. I have tried moving them to the Application Folder , but they are still not available. Are the files available for ...
by dbeukers
Tue Nov 03, 2015 1:20 am
Forum: Feature Requests
Topic: Attach config file along with DLL/exe
Replies: 1
Views: 4445
 
Jump to post

Attach config file along with DLL/exe

If a custom action is to Launch an attached file or Call function from attached native DLL , and that file has an associated config file in the source, could the installer attach the files as a pair? This would fix possible run-time conflicts. If more detail is needed, I would be happy to provide it.
by dbeukers
Mon Nov 02, 2015 9:08 pm
Forum: Building Installers
Topic: Using config file with attached DLL?
Replies: 7
Views: 6791
 
Jump to post

Using config file with attached DLL?

I built a dll using the WiX toolset that I would like to use the Call function from attached native DLL option on. However, the Wix toolset includes files built on the 2.0.50727 runtime. I need to build on the 4.0 runtime, but when the dll loads, it loads the 2.0 runtime, then fails to finish ...
by dbeukers
Thu Oct 29, 2015 6:39 pm
Forum: Common Problems
Topic: Custom action properties - Edit button edits wrong field?
Replies: 2
Views: 3348
 
Jump to post

Custom action properties - Edit button edits wrong field?

I am using a custom action, Call function from attached native DLL . In the Properties section, there is an Edit... button. When this is clicked, an Edit Custom Action Parameters dialog appears. I insert a reference to an installation file, and the change appears in the Function: field. Since this ...
by dbeukers
Thu Oct 29, 2015 5:56 pm
Forum: Building Installers
Topic: Office Add-In Installation, adxregistrator.exe
Replies: 3
Views: 7266
 
Jump to post

Re: Office Add-In Installation, adxregistrator.exe

OK. That was not clear, since I was unaware of the Add-in Express tool.
Thanks for the clarification. It might help others like me to mention that in the help docs.
by dbeukers
Wed Oct 28, 2015 5:48 pm
Forum: Building Installers
Topic: Office Add-In Installation, adxregistrator.exe
Replies: 3
Views: 7266
 
Jump to post

Office Add-In Installation, adxregistrator.exe

Under "How to install an Express Office Add-In," it talks about custom actions using adxregistrator.exe. What is this? Is it something that is supposed to exist already? Where does it come from? I was unable to find it on my machine. Am I missing something?

Go to advanced search