Git Product home page Git Product logo

Comments (8)

davelee212 avatar davelee212 commented on September 26, 2024 2

Just started using PSADT and have the same frustration. Minor as it seems, it will confuse users. I'm going to look into using bshiznet's workaround for the moment.

from psappdeploytoolkit.

rvkasper avatar rvkasper commented on September 26, 2024 1

I will submit a proper PR time permitting (the words installation and installed should be dynamic using the XML file!) - in the meantime we are working around this by doing a find/replace on the variables that hold the label box text:
`[string]$installPhase = 'Pre-Uninstallation'

	## Show Welcome Message, close Internet Explorer with a 60 second countdown before automatically closing
    $configDeferPromptExpiryMessage = $configDeferPromptExpiryMessage.Replace('installation', 'uninstallation')
    $configClosePromptMessage = $configClosePromptMessage.Replace('installation', 'uninstallation')
    $configDiskSpaceMessage = $configDiskSpaceMessage.Replace('installation', 'uninstallation')
    $configRestartPromptMessage = $configRestartPromptMessage.Replace('installation', 'uninstallation')
    $configBlockExecutionMessage = $configBlockExecutionMessage.Replace('installation', 'uninstallation')
    $configDeferPromptWelcomeMessage = $configDeferPromptWelcomeMessage.Replace('installed', 'uninstalled')`

from psappdeploytoolkit.

mmashwani avatar mmashwani commented on September 26, 2024

Show-InstallationWelcome was really only designed to be used for installs, not other deployment types.

from psappdeploytoolkit.

luphisto avatar luphisto commented on September 26, 2024

I would appreciate to see thes feature too. In many cases it is necessary to do NOT a silent uninstall deplyoment. And if you plan to give the user the chance to close his open programs or allow the use of deferrals on an uninstall deployment, you will need the Show-InstallationWelcome cmdlet. It is confusing for the user as they think a program would be installed instead of removed.

from psappdeploytoolkit.

mcroach avatar mcroach commented on September 26, 2024

I came here today to submit the same feature request as it is confusing to our users and we need to prompt them to close applications prior to commencing with the uninstall.

from psappdeploytoolkit.

ll4mat avatar ll4mat commented on September 26, 2024

The same here. Would also appreciate it if the wording was correct.

from psappdeploytoolkit.

FPyC639 avatar FPyC639 commented on September 26, 2024

Is this issue still open? I would like to work on it.

from psappdeploytoolkit.

mjr4077au avatar mjr4077au commented on September 26, 2024

We'll have this addressed for the v4.0 preview, I'd rather not take in anything non-critical for now as all that code has been heavily rewritten already.

from psappdeploytoolkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.