Questions tagged [advanced-installer]

Advanced Installer is a setup authoring tool which is primarily used to create Windows Installer MSI packages. It also includes features and dedicated tools designed for application deployment tasks.

Advanced Installer is a setup authoring tool which creates installers and software packages. It has both free and commercial editions.

It is primarily used for creating Windows Installer MSI packages for Windows applications, but it can also be used to create:

  • Microsoft App-V packages
  • Microsoft UWP packages (.appx)
  • VMware ThinApp packages
  • MAC OS X ZIP packages
  • Windows CE CAB files
  • Microsoft Office and Visual Studio add-in and extension packages
  • Visual Studio add-in/extension packages (.vsix)

Advanced Installer also includes dedicated tools for:

  • delivering application updates
  • integrating a trial period and licensing mechanism into an application
  • repackaging existing packages

Useful links:

308 questions
-1
votes
1 answer

Advanced Installer UI events

I'm using Advanced Installer 14.2 and need to detect when a scroll box is scrolled to the bottom. If true, then set the "enable" property for the "Next" button. I don't see a scroll box attribute I can use to detect the scrolled to the bottom state.…
MJM
  • 1
-1
votes
1 answer

Integrate advanced installer Merge Module project with Visual studio

I have some merge module projects created using advanced installer. I need to integrate them with visual studio. I have done same for MSI projects and they work fine. but I don't know how to achieve continuous integration for MSM using Visual…
Code Name Jack
  • 2,856
  • 24
  • 40
-1
votes
1 answer

install .net framework 4.5 along with project primary setup

I want to create setup project for my application but since my project uses .net framework 4.5 I want .net frame work 4.5 setup file being install after (or before) my app setup when setup.exe clicked I used Install shield and Advanced Installer as…
Code_Worm
  • 4,069
  • 2
  • 30
  • 35
-1
votes
2 answers

Which program do you highly suggest for google extension silent install?

I have tried to use http://www.extuper.com/ but unfortunately it didn't work on building. There are some programs but i am not sure which is most proper for converting chrome extention file to executable one. (NSIS / INNO / Advanced Installer etc.)
-1
votes
2 answers

Use DLL that is not installed on the system

I am creating a C# CustomAction DLL from which I have to use another DLL that is not (yet) installed on the target system, but included in my installer. How will I be able to use this DLL in my C# CustomAction? The reason is that I have to check…
Alexander
  • 19,906
  • 19
  • 75
  • 162
-3
votes
1 answer

Creating an MSI in visual Studio 2013

I am looking for help with deploying an application for my company. I have tried using clickonce but it does not give the option to allow the user to select where it is to be installed. I like it because it has the built-in updater. I am looking for…
Darnold
  • 106
  • 1
  • 1
  • 14
-3
votes
1 answer

"Cannot create a file when that file already exists." error

I am using Advanced Installer Enterprise and my requirement is to build an installer that downloads/installs an .exe setup file from remote location. I followed these steps: Create a project using Enterprise template. Create a Featured-Based…
Leo Chen
  • 969
  • 1
  • 11
  • 25
-4
votes
1 answer

How to make a virues free exe (C# application) in advance installer

I have develop a media player in windows application c#, after making the application I have make a setup by using the advance Installer. but when I run the setup the antivirus block the EXE setup. So how can make virus free EXE setup..?
1 2 3
20
21