Change Setup Icon Advanced Installer Project

/ Comments off
Change Setup Icon Advanced Installer Project 3,5/5 3961 reviews

Hi Forch,To create a shortcut file to a setup project, I prefer the following way.1. In Visual Studio 2005 or in Visual Studio.NET, create a Setup project:a. Click File in menu bar, point to Add, and then click New Project. The Add New Project dialog box appears.b.

  1. Advanced Installer Download
  2. Change Setup Icon Advanced Installer Projector
Installer

Under Project Type, click Setup and Deployment Projects.Note: In Visual Studio 2005, click Other Project Types, and then click Setup and Deployment.c. Under Templates, click Setup Project.d. In the Name box, type ‘MyWindowsAppInstaller’, and then click OK. The project is added to Solution Explorer, and the File System Editor appears.2. Add the project output of the Windows Application project to the Setup projecta. In the File System Editor, click Application Folder.b.

AdvancedAdvanced

Advanced Installer Download

On the Action menu, point to Add, and then click Project Outputc. In the Add Project Output Group dialog box, click Primary output, and then click OKd. Right-click ‘Primary output from xxx’, Choose create shortcut to ‘Primary output from xxx’, and rename the shortcut.Note: ‘xxx’ stands for the name of your application projecte.

Change Setup Icon Advanced Installer Projector

In the File System Editor, click User's Desktop, and cut the shortcut to this folder.3. On the Build menu, click Build ‘MyWindowsAppInstaller’.Hope this helps.Best regards.Rong-Chun Zhang.