Questions tagged [visual-and-installer]

Visual Studio extension for creating Inno Setup installers. It integrates Inno Setup with Microsoft Visual Studio IDE and allows you to create and build Inno Setup projects right within Visual Studio getting all benefits of common integrated environment! Use this tag for any issues relating to this software.

Details about Visual and Installer can be found here.

9 questions
2
votes
1 answer

Configuring Visual & Installer in VS 2022 for x64

My config screen: Why is it that I can't select x64 in the list? In the Alarm Clock row there is Add / Edit in the drop-down list. But not for AlarmClockSetup.
Andrew Truckle
  • 17,769
  • 16
  • 66
  • 164
1
vote
1 answer

Why aren't Inno Setup and NSIS in my Visual & Installer menu?

I recently installed (and registered) Inno Setup, Visual & Installer, Graphical Installer Wizard, and NSIS on my PC. For some reason, though, the V & I extensions menu in VS 2019 doesn't display the options for Inno Setup and NSIS, much less their…
1
vote
1 answer

Setting the colour syntax used in Visual & Installer to match Inno Setup 6

I am setting up Visual & Installer colour syntax to look and feel more like Inno Setup 6 because it is just more comfortable on my eyes (particularly with my colourblindness). As mentioned here: All colors can be customized - there are many…
Andrew Truckle
  • 17,769
  • 16
  • 66
  • 164
1
vote
1 answer

Unable to get setup file to "Start" with Visual & Installer

My Inno Setup project is named correct in the IDE: And the Visual & Installer project settings also match: As you can see, my installer project is part of several, with Meeting Schedule Assistant being my primary project: Even though I select my…
Andrew Truckle
  • 17,769
  • 16
  • 66
  • 164
1
vote
1 answer

Why does Visual & Installer always create a "Output" folder when I build my installer?

I am using Visual & Installer with Visual Studio to build installations with Inno Setup. I have setup my output folder in my script like this: [Setup] OutputBaseFilename=MeetSchedAssistSetup OutputDir={#InnoPath}\Output_v6 As you can see, I have…
Andrew Truckle
  • 17,769
  • 16
  • 66
  • 164
1
vote
0 answers

Creating .msi using Visual & Install (unSigned) and Visual Studio Community 2015

I have both Visual Studio Community 2015 and NSIS 3.01 installed on my Windows 7 PC. I have originally created an .exe using NSIS and then created an .msi (using that same .exe) with Visual Studio. All works as it should, but I was asked to see if…
0
votes
1 answer

I am getting cropped warning output with Visual & Installer when compiling my script

I am using the latest version of Visual & Installer: ================================================ 6> Visual & Installer - Inno Setup Compiler (1.0.4.9) 6> Copyright (c) 2012 - 2020 unSigned, s. r. o. 6> Visit…
Andrew Truckle
  • 17,769
  • 16
  • 66
  • 164
0
votes
1 answer

Problem using the Find References (Inno Setup) feature in Visual & Installer

Let us say that I want to find all instances of where AddFileForDownload in used in my script to Visual & Installer in Visual Studio. When I do it to usual way: And it produces results as I expect: But when I try to use the bespoke feature in…
Andrew Truckle
  • 17,769
  • 16
  • 66
  • 164
-2
votes
1 answer

Visual&Install (unSigned s.r.o.) causes all Visual Studio to crash

Using InnoSetup and InnoSetup Script Studio for a while with success. But there is one missing feature: Debugging includes .iss files. So I installed Visual&Install (unSigned s.r.o.) to evaluate it and to see if it allows debugging includes .iss…