Search found 103 matches

Go to advanced search

by marcelo
Mon Jun 17, 2013 2:07 pm
Forum: Common Problems
Topic: Converting 32 project into 64bit
Replies: 1
Views: 2509
 
Jump to post

Converting 32 project into 64bit

Hi, I have an installer project (Enterprise) that I used to install a 32bit application, but now, I have recompiled all the DLLs needed in 64bit to start supporting 64bit native. So I went to the installer project and changed in the Install Parameter, the package type to " 64bit Package for x64...
by marcelo
Fri Apr 13, 2012 3:21 pm
Forum: Common Problems
Topic: Registering "Any CPU" Assembly on both 32 and 64bit registry
Replies: 1
Views: 5134
 
Jump to post

Registering "Any CPU" Assembly on both 32 and 64bit registry

Hi There, I have an C# assembly that is compiled as "Any CPU". In my installer I have a mixed 32/64 installation, where some components run in 32bit processes and some run in 64bit processes. The problem right now is: This assembly is required by both components.. So i need to register it ...
by marcelo
Fri Jan 21, 2011 3:34 pm
Forum: Common Problems
Topic: Removing COM interop file from install fails
Replies: 3
Views: 3902
 
Jump to post

Re: Removing COM interop file from install fails

HI Mihai, THanks for the answer, but the thing is, I already unregistered the assemblies and i still have around 200 references showing up on AI.. Are you saying that i have to delete all of them manually 1 by one like so: Double click reference, navigate to the root of reference, delete, go back to...
by marcelo
Thu Jan 20, 2011 6:01 pm
Forum: Common Problems
Topic: Removing COM interop file from install fails
Replies: 3
Views: 3902
 
Jump to post

Removing COM interop file from install fails

HI there, i'm trying to remove a Com interop file from my install, but it fails to remove it saying there are references on the registry. theres about 300 "references" and htey are all related to the registration of this dll. Since i do not want that dll anymore, those references are not i...
by marcelo
Tue Jan 18, 2011 5:34 pm
Forum: Feature Requests
Topic: Improvement on scrolling on left Pane.
Replies: 4
Views: 6434
 
Jump to post

Re: Improvement on scrolling on left Pane.

I'm using 8.0.2 (i just downloaded it, but this happens since I can remember using RDC with AI). THe scroll works just fine if you are using the physical machine directly form the console... Once you RDC to a remote machine where AI is installed, and you try to use the left pane scrollbar and click ...
by marcelo
Mon Jan 17, 2011 5:01 pm
Forum: Feature Requests
Topic: Improvement on scrolling on left Pane.
Replies: 4
Views: 6434
 
Jump to post

Improvement on scrolling on left Pane.

This is more a suggestion of improvement than a bug per say. When using RDC and using Advanced installer if you try to use the scrollbar on the left pane, if you click on the arrows or the white space to move the scrool bar, it goes pixel by pixel and it's very annoying since u cannot do anything un...
by marcelo
Fri May 07, 2010 7:56 pm
Forum: Common Problems
Topic: Blank Dialogs on Uninstall.
Replies: 1
Views: 2419
 
Jump to post

Blank Dialogs on Uninstall.

Hi Guys I'm facing a weird problem on my install. It installs the application fine, no issues, custom actions (.net) run, logs get generated, files registered, all 100%. When i try to uninstall the application, it goes through the entire uninstall process and at the end (right after it says "un...
by marcelo
Wed Apr 14, 2010 8:15 pm
Forum: Common Problems
Topic: Quick quesiton on parallel building different Language.
Replies: 1
Views: 2481
 
Jump to post

Quick quesiton on parallel building different Language.

Hi Guys, I believe this is an easy one, but i could not find it on the build options nor help. I have a installer with different languages (1 install per language in the same AIP file). I noticed that while building the installer, it uses about 15% of the CPU and it builds 1 language install @ the t...
by marcelo
Thu Mar 25, 2010 6:20 pm
Forum: Common Problems
Topic: Issue with AI 7.5.2 + .NET Custom Action Framework 4.0
Replies: 4
Views: 4831
 
Jump to post

Re: Issue with AI 7.5.2 + .NET Custom Action Framework 4.0

Hi Gabriel, I'm afraid i cannot do that, Under Execution Options the only option available is Immediate Execution. All other options are disabled (grayed out). This CA is under InstallExecuteSequence->InstallFinalize, since i want it to run only after everything else has finished. Any other ideas?
by marcelo
Wed Mar 24, 2010 7:49 pm
Forum: Common Problems
Topic: Issue with AI 7.5.2 + .NET Custom Action Framework 4.0
Replies: 4
Views: 4831
 
Jump to post

Issue with AI 7.5.2 + .NET Custom Action Framework 4.0

Hi There, I have an installer that has been working for years, but now after I recompiled all my assemblies (including a .net CustomAction) targeting Framework 4.0 it seems that i cannot run the custom action. after the install goes through, i get the following message when it tries to run the custo...
by marcelo
Fri Sep 11, 2009 9:28 pm
Forum: Common Problems
Topic: Requisites progress installation form
Replies: 1
Views: 2422
 
Jump to post

Requisites progress installation form

Hi There, I'm not sure if this is the same inner-workings of thread (http://www.advancedinstaller.com/forums/viewtopic.php?f=2&t=8028&p=19159&hilit=requisites+title#p19159), but i will ask. The form where it shows the progress of the requisites being installed, Is there a way to change i...
by marcelo
Tue Dec 09, 2008 5:41 pm
Forum: Common Problems
Topic: DLL written in C#
Replies: 7
Views: 7161
 
Jump to post

Re: DLL written in C#

Hi,

You could make ur C# dll "Com Visible" then register it at install time (using Regasm) and use it as a com object during the install..

Cosmin, is there any issue on doing so?

Hope it helps,
Marcelo
by marcelo
Wed Nov 26, 2008 2:23 pm
Forum: Common Problems
Topic: Changing property Value depending on checkbox status
Replies: 6
Views: 6881
 
Jump to post

Re: Changing property Value depending on checkbox status

Thanks a lot Cosmin!
by marcelo
Tue Nov 25, 2008 10:54 pm
Forum: Common Problems
Topic: Changing property Value depending on checkbox status
Replies: 6
Views: 6881
 
Jump to post

Changing property Value depending on checkbox status

Hi there,

I'm trying to change a value based on the CHeckbox status. if it is Checked, i want MYPROPERTY value to be "SOMETHING", if its unchecked i want it to be "SOMETHINGELSE" can i do that when the check box status change? and how?

THanks,
Marcelo
by marcelo
Mon Oct 20, 2008 10:05 pm
Forum: Common Problems
Topic: Launch File or Open URL problem (mounting command line)
Replies: 2
Views: 3631
 
Jump to post

Re: Launch File or Open URL problem (mounting command line)

Just to add to this.. it seems that the Environment variable name is the problem.. if i remove the [%COMPUTERNAME] and force a computer name for testing, it works wonders...

Go to advanced search