Questions tagged [setup-wizard]

26 questions
14
votes
2 answers

What is the difference between setup project and setup wizard?

For a winform application I have to create an installer project, here is what I have as choice: What is the difference between Setup Project and Setup Wizard ?
Giu
  • 1,832
  • 2
  • 16
  • 31
6
votes
2 answers

Visual studio does not include the prerequisites that I specify

I have a visual studio solution that consists of a wpf application (project1) and a setup project. I need this prerequisite: when I deploy Project1 by itself everything works fine: that is the prerequisite that I told visual studio to…
Tono Nam
  • 34,064
  • 78
  • 298
  • 470
5
votes
0 answers

Materialized Set Up Wizard like native in Lollipop

How Do I create Materialized Set Up Wizard (Steps View) Actually, In my application, I need to ask the user some information in the beginning. Like Google asks users when they first launch the phone. Step 1: Info (Next) Step 2: More Info (Back and…
Sophie
  • 2,594
  • 10
  • 41
  • 75
3
votes
0 answers

How to create a installer to my C# console application(Checkers Game) made in Visual Studio 2019?

Using Wizard Setup extension First I tried to create the installer using primary output option, the result is a application folder without file.exe(only dll) and the detected dependencies is empty (but .Net Core is required) Second I published my…
Lincas
  • 31
  • 1
3
votes
0 answers

How to start the SetupWizard on an emulator?

I am working on a custom SetupWizard for a Android ROM and would like to test it on a VD but even with cold boot the devices skips the SetupWizard. Does anyone know how to do this?
Felice Anno
  • 121
  • 1
  • 9
3
votes
2 answers

Setup wizard for C# project

I have a C# project that I've written using the .NET 4 framework, I've created an installation project using the setup wizard within the solution, the problem is that once the program is installed and I launch it, a dialog appears saying that the…
Nathan Smith
  • 8,271
  • 3
  • 27
  • 44
2
votes
1 answer

Bypass setup wizard in fusion auth to create application

I am using Fusion Auth as an auth backend for my project. After starting up the container as shown here(https://fusionauth.io/docs/v1/tech/installation-guide/docker), if we open the URL(Ex: http://localhost:9011) we need to create an admin user and…
Manisha Bayya
  • 137
  • 1
  • 9
2
votes
2 answers

Setupwizard crash in Android 7.12

Setup wizard is getting crashed after the "set up as a new " screen when we connect to wifi it says: checking for updates and then Setup wizard crashes. Android version: 7.1.2 GMS vesrion integrated in device:[7.1_r5] We already have the…
developer
  • 59
  • 7
1
vote
0 answers

Is there any way to reset android setup wizard without factory reset and show setup wizard after the reboot device

I am designing my own launcher for Android TV and Android devices and after the install my Android TV launcher; I need to reset the Android TV setup wizard without root device or Android TV. I tried with manually clear data of the setup wizard from…
1
vote
0 answers

Customize Setup Wizard for Provisioning Device

I am working on an MDM/EMM application and this requires me to modify/circumvent the default google setup wizard to provision the device if its enrolled on our server. My logic is as follows :- 1 - Add MDM apk as a system app in the ROM 2 - Start my…
Prince Champappilly
  • 303
  • 1
  • 7
  • 29
1
vote
2 answers

Allow user to configure Rails application for first use (ActiveRecord etc)

Before I start the process of building something from scratch I was curious if anyone else had come across a way of providing a first-time configuration wizard for a Rails application that allows the user (sysadmin) to configure aspects of the…
Michael Shimmins
  • 19,961
  • 7
  • 57
  • 90
0
votes
0 answers

How to implement AOSP out-of-the-box experience (i.e., setup wizard)?

I am looking to acquire some help regarding how a developer should go about creating an out-of-the-box experience (i.e., setup wizard) for AOSP. What is the proper way to utilize the SETUP_WIZARD Intent Category and the USER_SETUP_COMPLETE and…
papezjustin
  • 2,223
  • 6
  • 24
  • 31
0
votes
1 answer

Could not load file or assembly after installation

I encountered this error: ************** Exception Text ************** System.IO.FileNotFoundException: Could not load file or assembly 'Google.Apis.Core, Version=1.58.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab' or one of its…
0
votes
1 answer

Can I add code/update my exported app in windows forms?

So I made a Quick Notes app in Visual Studio using C# and the windows forms .NET Framework. I exported the program using the setup wizard which is part of the Microsoft visual studio installer projects extension. The app is completed but I forgot to…
0
votes
1 answer

setup wizard silent argument

I have a solution that contains a setup project(made with VS2008 setup wizard). I need to have the option to silently install the setup project. I read that in order to do this, I should delete the User Interface screens. But this will make my setup…
Amc_rtty
  • 3,662
  • 11
  • 48
  • 73
1
2