Search found 73 matches

Go to advanced search

by Teodor
Wed Mar 16, 2016 10:40 am
Forum: Common Problems
Topic: No error checking for valid version number when building from console
Replies: 5
Views: 5007
 
Jump to post

Re: No error checking for valid version number when building from console

Hi <ROW Property="ProductVersion" Value="1.0.0-beta5" Type="32"/> (we were getting product version from somewhere that is directly written into .aip file) If you enable Package Validation an invalid ProductVersion will be catched by ICE24 : ERROR: ICE24. ProductVersion:...
by Teodor
Tue Feb 09, 2016 5:56 pm
Forum: Common Problems
Topic: 12.7 has broken MS SignTool.exe support
Replies: 23
Views: 15796
 
Jump to post

Re: 12.7 has broken MS SignTool.exe support

Hi Glen The Win8 SignTool fails with errors because "the OS (Win7) does not support the options selected". Did you copy the signtool.exe file from its install location (usually "C:\Program Files (x86)\Windows Kits\8\bin\x64") to another folder? Note that Windows SDK 8+ installs n...
by Teodor
Fri Feb 05, 2016 5:54 pm
Forum: Common Problems
Topic: 12.7 has broken MS SignTool.exe support
Replies: 23
Views: 15796
 
Jump to post

Re: 12.7 has broken MS SignTool.exe support

Hi Glen I will send you the version of signtool.exe that we have been using. The OS is Win 7 Pro 64bit. We do not have Windows SDK installed (we use Embarcadero RAD Studio). I downloaded our copy of SignTool.exe years ago (2006) which we probably downloaded from MS at some point. We use a .pfx file....
by Teodor
Mon Sep 15, 2014 3:56 pm
Forum: Common Problems
Topic: AI_DownloadPrereq Return code 3
Replies: 17
Views: 13474
 
Jump to post

AI_DownloadPrereq Return code 3

Hi I tested the file you attached, and running the setup as Administrator with UAC set to Default still gives the same error. I've tested again on Windows 7 64-bit directly from the built-in Administrator account. The only change from first version was to add parameters to quietly install the prereq...
by Teodor
Thu Sep 11, 2014 10:50 am
Forum: Common Problems
Topic: AI_DownloadPrereq Return code 3
Replies: 17
Views: 13474
 
Jump to post

Re: AI_DownloadPrereq Return code 3

Hi This issue is not limited to my own prerequisite. I tried specifying the predefined prerequisite for "Visual C++ 2010 SP1 x86" as a feature-based prerequisite, and it behaves the same way (download fails when running as Admin, download and install succeeds when running under normal user...
by Teodor
Thu Sep 11, 2014 10:11 am
Forum: Common Problems
Topic: Windows 8 .NetFramework 3.5 (Include .Net 0.2 and .Net3)
Replies: 5
Views: 17754
 
Jump to post

Re: Windows 8 .NetFramework 3.5 (Include .Net 0.2 and .Net3)

Hi How to enable .Net framework 3.5 (Includes .Net 2.0 and 3.0) on windows 8 without connecting to internet to dwonload the package> when i add framework 3.5 as windows feature it also needs internet to dwonload it. .NET Framework 3.5 (or newer) can only be installed as a Feature on Windows 8 and 8....
by Teodor
Thu Sep 11, 2014 9:57 am
Forum: Building Installers
Topic: Custom IIS port
Replies: 9
Views: 9160
 
Jump to post

Howto get a custom DLL form show up in the foreground?

Hi Now all we need is to be able to have the custom dll form appear on top of the installer instead of behind it. Which is a professional problem where you don't have the ability to customize dialogs in the installer. Has anyone found a way to get a custom dll form show up in the foreground? We had ...
by Teodor
Thu Sep 11, 2014 9:25 am
Forum: Building Installers
Topic: Creating Documentation
Replies: 2
Views: 3719
 
Jump to post

Re: Creating Documentation

Hi Is there any tool available that can use a ".aip" file (or feature in the application) to help in the creation and/or maintenance of user-level documentation for an installer? If not, how about something in a human-readable format for developers? We are not aware of any tool that create...
by Teodor
Thu Sep 11, 2014 8:50 am
Forum: Building Installers
Topic: Check the prerequists WCF is activated or not
Replies: 3
Views: 5184
 
Jump to post

Re: Check the prerequists WCF is activated or not

Hi I want to check the prerequisites are installed or not .Net 4.5 IIS WCF activation is installed For this you need to add a Search for each prerequisite. If they are not there I need to show a error message. This can be achieved by adding a Display error message or Display message box custom actio...
by Teodor
Thu Mar 06, 2014 9:13 am
Forum: Common Problems
Topic: Windows Installer 4.5 prerequite problems?
Replies: 3
Views: 10331
 
Jump to post

Re: Windows Installer 4.5 prerequite problems?

Hi I'm wondering though why it's necessary to check the OS version via the registry lookup if it's already been checked by the "Windows Version" checkboxes above. Indeed, it is not necessary to check the OS version. Several fixes for Windows Installer prerequisites will be included in Adva...
by Teodor
Wed Feb 19, 2014 9:17 am
Forum: Building Installers
Topic: Advice on Access Runtime
Replies: 3
Views: 5962
 
Jump to post

Re: Advice on Access Runtime

Hi Just in case others are looking to distribute the Access Runtime, after a lot of testing I used a different prereq test: ==== Registry value exists: HKLM\Software\Microsoft\Office\14.0\Registration\{745FB377-0A59-4CA9-B9A9-C359557A2C4E} HKLM\Software\Microsoft\Office\14.0\Registration\{90140000-0...
by Teodor
Thu Jan 23, 2014 9:05 am
Forum: Building Installers
Topic: Prerequisites - Do I Need To Download?
Replies: 6
Views: 5546
 
Jump to post

Re: Prerequisites - Do I Need To Download?

Hi The problem is that the exe still seems to be downloading ALL of the prerequisite files each time rather than simply proceeding with the install. Is there a way to stop this? IF the prerequisite is already installed, the most likely the cause is that the Install Conditions are incorrect. For your...
by Teodor
Tue Dec 17, 2013 8:43 am
Forum: Building Installers
Topic: Installing MS SQL 2008 Express Silently
Replies: 5
Views: 10001
 
Jump to post

Re: Installing MS SQL 2008 Express Silently

Hi Just please help us show us any example so we can download and figure out what we are doing wrong. I've attached a project sample. AI f27625.aip This project was tested successfully on Windows 2008 SP2 x86. Here are some notes regarding this project sample AI f27625 . The target was to create an ...
by Teodor
Wed Dec 11, 2013 6:26 pm
Forum: Common Problems
Topic: VS2013 vc_redist_x86.exe missing mfc120u.dll
Replies: 2
Views: 9089
 
Jump to post

Re: VS2013 vc_redist_x86.exe missing mfc120u.dll

Hi ... My app is running under Visual Studio 13 on the Windows 8.0 platform. Note that Advanced Installer already has predefined prerequisites for Visual C++ redistributables. More specifically, predefined prerequisites for Visual C++ Redistributable for Visual Studio 2013 were added in Advanced Ins...
by Teodor
Fri Dec 06, 2013 8:13 am
Forum: Feature Requests
Topic: File/Close Option
Replies: 10
Views: 13724
 
Jump to post

File->Close menu item

Hi The best solution, IMHO, is a File -> Close option :-) Like you can "Close A Solution" in Visual Studio. This was discussed within our development team and the decision at this time is that we won't add a File->Close menu item. The rationale for this decision was that the usual workflow...

Go to advanced search