Search found 11 matches

Go to advanced search

by oren
Sat Sep 20, 2014 9:33 pm
Forum: Common Problems
Topic: Install won't fail after .NET Installer Class error
Replies: 2
Views: 2425
 
Jump to post

Re: Install won't fail after .NET Installer Class error

PROBLEM SOLVED!

Sorry for the inconvenience but during my posting and now, I've recreated the .dll and AI project from scratch (followed the same steps) and everything seams to work perfectly.

Regards,
Oren
by oren
Sat Sep 20, 2014 6:54 pm
Forum: Common Problems
Topic: Install won't fail after .NET Installer Class error
Replies: 2
Views: 2425
 
Jump to post

Install won't fail after .NET Installer Class error

Hello,

I'm creating a project using Advanced Installer 11.4.1 Enterprise edition.

I've created the new project with an attached .dll that is set to run as custom action (.NET Installer Class action).
The action is the last before the 'Finish Execution'.
In 'Execution Time' I've selected 'After the ...
by oren
Thu May 30, 2013 5:41 am
Forum: Common Problems
Topic: Updates Adding Mulitple Instances to Installed Programs (II)
Replies: 3
Views: 6620
 
Jump to post

Re: Updates Adding Mulitple Instances to Installed Programs

Hello,

I want that every time a new version is installed, it will replace the old version and also remove the old version instance from the 'Add/Remove Programs'.

Here is a post I've found here about this problem : http://www.advancedinstaller.com/forums/viewtopic.php?f=2&t=20238&hilit=Updates ...
by oren
Mon May 27, 2013 6:10 pm
Forum: Common Problems
Topic: Updates Adding Mulitple Instances to Installed Programs (II)
Replies: 3
Views: 6620
 
Jump to post

Updates Adding Mulitple Instances to Installed Programs (II)

I've found the following topic 'Updates Adding Multiple Instances to Installed Programs' in the forum and I still have the same problem.
For product version we use the following format: 00.00.000.

I'd appreciate your assistance.

Thanks,
Oren
by oren
Mon Mar 18, 2013 6:53 pm
Forum: Building Installers
Topic: Build MSI for silent installation
Replies: 5
Views: 5342
 
Jump to post

Re: Build MSI for silent installation

Hello Daniel,

Your solution solved my issue. Also, thanks for the attached sample. it made it much easier to understand.
I appreciate your support.

Thanks,
Oren
by oren
Thu Mar 14, 2013 7:48 pm
Forum: Building Installers
Topic: Build MSI for silent installation
Replies: 5
Views: 5342
 
Jump to post

Re: Build MSI for silent installation

Hello Daniel,

I have done what you've described.
The result is that once running the MSI it will show only the progress and will run the attached application. and that is great.
The problem now is that the application is extracted to a sub-folder called APPDIR and its running from that folder.
I ...
by oren
Wed Mar 13, 2013 5:11 pm
Forum: Building Installers
Topic: Build MSI for silent installation
Replies: 5
Views: 5342
 
Jump to post

Build MSI for silent installation

Hi,

I need to create an MSI for silent installation.

my requirements:
1. add to the package only one EXE file
2. The EXE file will auto run after install.
3. The entire process should be silent without user interaction.
4. The EXE file should be extracted to the same directory from where the MSI ...
by oren
Sun Feb 24, 2013 7:43 am
Forum: Building Installers
Topic: How to add 64bit file to same directory with other files whe
Replies: 5
Views: 4787
 
Jump to post

Re: How to add 64bit file to same directory with other files

Hello Daniel,

Thanks. Your reply solved my problem.
In 'Organization' I saw a folder named 64-bit where the x64 compiled files where. Moving them to the 32-bit folder solved the problem.
I think the 64-bit folder was auto-created when I selected the 'Mixed 32/64-bit...' in the 'Install parameters ...
by oren
Thu Feb 21, 2013 4:38 pm
Forum: Building Installers
Topic: How to add 64bit file to same directory with other files whe
Replies: 5
Views: 4787
 
Jump to post

Re: How to add 64bit file to same directory with other files

Hello,

I'll try to explain how my application is working.
My application have 2 main components.
a) A management console from where the user can manage different features of the application and install (deploy) and uninstall my application agents to any selected machines in the organization.
b ...
by oren
Tue Feb 19, 2013 5:40 pm
Forum: Building Installers
Topic: How to add 64bit file to same directory with other files whe
Replies: 5
Views: 4787
 
Jump to post

How to add 64bit file to same directory with other files whe

Most of the files in my application are built for both x86 and x64 (AnyCPU). Some files are built only for x64.
I have no problem when installing on x64 machine and all files are in the same directory, but when installing on x86 machine all x64 files are not installed or installed to a different ...
by oren
Mon Sep 03, 2012 5:27 pm
Forum: Common Problems
Topic: How to remove the SetupTypeDlg dialog
Replies: 1
Views: 1856
 
Jump to post

How to remove the SetupTypeDlg dialog

How can I remove the SetupTypeDlg dialog? It is redundant in the installation process of my application. (Also, asked many times by the customers why is it there?).

Go to advanced search