Questions tagged [setup-wizard]

26 questions
0
votes
1 answer

Create exe shortcut using Setup Wizard Visual studio

I created a Windows Forms application and added a Setup Wizard. I want the installer to create a SHORTCUT of my exe on the desktop but not a COPY of it because the exe uses resources from the folder its in. I added a shortcut using this article:…
0
votes
0 answers

Windows forms setup wizard is not copying the 'copy always' files

I created a Setup Wizard project for my Windows forms application and created an installer. There are some files that I have marked as 'Copy always' but they dont show in the folder created from the installer. How i set the file to copy always
Melody
  • 33
  • 6
0
votes
0 answers

Error while setting prerequisite for .net framework 3.0 in setup wizard for windows forms app c#

I have created a setup file for windows forms app and .net framework is 3.0. Now i don't want it to download from internet if framework is not available on installation machine. For that i am using below option as shown in screenshot. Pre-requisite…
0
votes
1 answer

HowTo run a script after MSI installation was completed? MSI created with VS2010 + Setup Wizard

Targets: I have MyAPP.exe (build in VS2010) & MyDriver.sys (build with VS2010 + WinDDK) What I'm trying to do: is to create a Setup Wizard project, which can run post-install action, for example, I need to install the driver after installation…
mosg
  • 12,041
  • 12
  • 65
  • 87
0
votes
0 answers

Visual Studio 2019 Setup Wizard - Adding desktop shortcut with file path

I try to create a shortcut with setup wizard but it doesn't give the path of the original programm. When i start my application from application folder all works fine (i make the changes in my register with my programm). But if i start the…
oskar2771
  • 63
  • 9
0
votes
0 answers

Add shortcut to desktop option in wpf setup wizard

I know how to make shortcut on desktop etc.. But is there a option to use Checkbox and set up some logic for it like? : if(CHECKBOXA1 = isSelected) { create desktop shortcut } else {} Also how do I set up control of the checkboxes,…
Cabry
  • 125
  • 12
0
votes
1 answer

Security exception while customizing google setupwizard in Oreo

Custom setupwizard + google setupwizard -> homescreen Referred GmsSampleIntegration Written a separate custom setup wizard application(apk) Custom setupwizard is launching successfully While launching google setupwizard after custom setupwizard…
0
votes
1 answer

Shortcut icon doesn't display icon, task manager displays weird version of it C#

I made an ico file. I made it my default icon for application, but on task manager it changes icon. It makes background white. When i expand on task manager it shows correct icon on form1. Also it shows correct icon for normal exe. But shortcut (…
DeveloperKurt
  • 758
  • 1
  • 7
  • 21
0
votes
2 answers

Search for SQL Server database installed on machine

I'm deploying a wpf application and I'd like to know how is the best way to connect to a database. For example after I install my application I need to set a connection string to connect with a SQL Server Express. I read a thread that told it's…
Rodrigo de Farias
  • 657
  • 2
  • 8
  • 20
0
votes
0 answers

EmguCV DLL setup file works fine in my system but not in another system

I have used EmguCV Dll and OpenCV Dll to trigger(switch on) my camera when a button is pressed. The application works fine while building and compiling. After building the setup file,the application.exe file works fine in my system.In any other…
-1
votes
2 answers

Cannot install extension in magento 2.3.2

I try to install a extension Readiness Check --> ok Create Backup --> ok Component Install stay to update pending and console log is empty Debian v10 PHP 7.1.32 Thank you
1
2