<div dir="ltr"><div>Hi Luke,</div><div><br></div><div>from what the page on wpkg.js flags (<a href="https://wpkg.org/WPKG_flags">https://wpkg.org/WPKG_flags</a>) says, I would assume that it works as you expected. However this page is for a previous version of wpkg.js flags and it also says: <br></div><div><i><br></i></div><div><i>"A better way is to increase a package revision for a single package (the one you know is broken), and make an "upgrade" of that single package."</i></div><div><br></div><div>That is exactly what I do in those cases, when I just want to run an install again, without actually changing anything and it works quite well.</div><div>In these cases I also omit any check conditions and use execute="once" and it will only run when I increase the package revision.</div><div><br></div>If an install doesn't take many resources and doesn't minded being installed all over again frequently you can also use execute="always" (<a href="https://wpkg.org/Execute_once_/_always">https://wpkg.org/Execute_once_/_always</a>)<div><br></div><div><br>Am So., 2. Aug. 2020 um 11:01 Uhr schrieb Luke Whitehorn <<a href="mailto:luke.whitehorn@gmail.com">luke.whitehorn@gmail.com</a>>:<br>><br>> Hi all,<br>> I've been trying to crack this one for a while now, but with no luck.<br>> It should be simple; I have a package installed, and I just want WPKG to run the install again. Ignore checks, just run it again.<br>> It seems like the /forceinstall flag should do this, but it just isn't working.<br>> I am running the following command (and multiple similar variants):<br>> cscript.exe \\192.168.15.130\projects\__SharedAssets\__Software_Install\WPKG\wpkg\wpkg.js /force /forceinstall /install:"nymus-client" /nonotify<br>><br>> Which gives me this output:<br>> Package 'Nymus Client' (nymus-client): Already installed. Re-installation enforced.<br>> Package 'Nymus Client' (nymus-client): Already installed (checks succeeded). Checking dependencies and chained packages.<br>> Package 'Nymus Client' (nymus-client): Package and all dependencies are already installed. Skipping.<br>> Package 'Nymus Client' (nymus-client): Package and all chained packages are already installed. Skipping.<br>><br>> Why is it skipping after saying 'Re-installation enforced'? Why wont it just install?<br>><br>> Virus-free. <a href="http://www.avast.com">www.avast.com</a><br>> ---------------------------------<br>> wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/">http://lists.wpkg.org/pipermail/wpkg-users/</a><br>> _______________________________________________<br>> wpkg-users mailing list<br>> <a href="mailto:wpkg-users@lists.wpkg.org">wpkg-users@lists.wpkg.org</a><br>> <a href="https://lists.wpkg.org/mailman/listinfo/wpkg-users">https://lists.wpkg.org/mailman/listinfo/wpkg-users</a></div></div>