Search found 10 matches

Go to advanced search

by sagaru
Fri Nov 27, 2015 11:47 am
Forum: Common Problems
Topic: App Shortcut launches a new instance of app each time
Replies: 1
Views: 5925
 
Jump to post

App Shortcut launches a new instance of app each time

Hello,

I added a application shortcut to Application shortcut folder . Followed your instructions from http://www.advancedinstaller.com/user-guide/shortcut-properties-dialog.html

Each time I click on the shortcut it launches a new app instance, I want to have only one app instance at a time ...
by sagaru
Fri Nov 27, 2015 11:25 am
Forum: Common Problems
Topic: Uninstallation problem with multiple products
Replies: 3
Views: 3614
 
Jump to post

Re: Uninstallation problem with multiple products

Hi Daniel,

You pointed out the root cause, indeed I created a copy project, your suggestion helped me in resolving issue.

Thank you.
by sagaru
Thu Nov 26, 2015 5:51 pm
Forum: Common Problems
Topic: Uninstallation problem with multiple products
Replies: 3
Views: 3614
 
Jump to post

Uninstallation problem with multiple products

Hello,

I ran into problem after installing multiple products/projects.

Uninstallation runs smooth when I have one product installed. When I have mutiple product, it does remove the files and registry entries but fails to remove the entry from the program list (in control panel).

Say if I have ...
by sagaru
Tue Sep 29, 2015 10:33 pm
Forum: Building Installers
Topic: Custom action to EXE file fails during installation
Replies: 13
Views: 19603
 
Jump to post

Re: Custom action to EXE file fails during installation

Hello Eusebiu,

Thanks a lot for posting the solution, it worked indeed.
by sagaru
Tue Sep 29, 2015 9:35 am
Forum: Building Installers
Topic: Custom action to EXE file fails during installation
Replies: 13
Views: 19603
 
Jump to post

Re: Custom action to EXE file fails during installation

Any update on this?
by sagaru
Fri Sep 25, 2015 12:43 pm
Forum: Building Installers
Topic: Custom action to EXE file fails during installation
Replies: 13
Views: 19603
 
Jump to post

Re: Custom action to EXE file fails during installation

Hello Eusebiu,

I'm sending the files here as some of the project files are not supportted via email and its supportted here.

I have attached the project file(support.aip), supporting files(support.zip) and the log file here.

In case if I use install "[APPDIR][#filename]" -codebase in cmd line it ...
by sagaru
Fri Sep 25, 2015 10:36 am
Forum: Building Installers
Topic: Custom action to EXE file fails during installation
Replies: 13
Views: 19603
 
Jump to post

Re: Custom action to EXE file fails during installation

Hello Eusebiu,

Thanks for response, nope below are the options that I tried

install "[APPDIR][#abc.dll]" -codebase
install "APPDIR\abc.dll" -codebase
install "[#abc.dll]" -codebase
install "[APPDIR]abc.dll" -codebase

Yes my custom actions are in "Install Execution Stage -> Add Resources" action ...
by sagaru
Thu Sep 24, 2015 5:46 pm
Forum: Building Installers
Topic: Custom action to EXE file fails during installation
Replies: 13
Views: 19603
 
Jump to post

Custom action to EXE file fails during installation

Hello,

I'm new to advance installer, I am trying to add a custom action to an exe file. The output MSI file throws the following error during installation

There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your ...
by sagaru
Thu Sep 24, 2015 9:30 am
Forum: Building Installers
Topic: Manually Registering COM DLL
Replies: 3
Views: 6232
 
Jump to post

Re: Manually Registering COM DLL

Hello Mihai,

Thanks for the response. I cannot register my COM dll via regsvr32 as suggested in that article. I can register via regasm, even advance installer is using regasm to register COM/.Net Dll's https://msdn.microsoft.com/en-us/librar ... .110).aspx
by sagaru
Wed Sep 23, 2015 6:22 pm
Forum: Building Installers
Topic: Manually Registering COM DLL
Replies: 3
Views: 6232
 
Jump to post

Manually Registering COM DLL

Hello,

I'm new to advance installer, I am trying to register COM DLL from the MSI file generated from advanced installer. I tried with auto registration and it registers the dll. Advance installer registers dll in registry path "HKEY_CLASSES_ROOT\CLSID" by default.

I noticed in COM section that ...

Go to advanced search