Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by Ville

  1. Ville

    Fixed Dangerous operation when cancelling the installer!

    The /extract method does not work: running the resulting msi installer also destroys the junction point to the profile folder. Earlier today I was installing some other utility (though I now forget which one it was), and it appeared to utilize the same installer (it had the same "Advanced...
  2. Ville

    Fixed Dangerous operation when cancelling the installer!

    That will work, thanks for that info! Other alternative is to log out as my account (whose profile is behind a junction) and log in as the Administrator (whose profile is in the standard path) and run the TakeCommand installer from there. That way there is no unnerving disappearance of the...
  3. Ville

    Fixed Dangerous operation when cancelling the installer!

    Would you mind elaborating why having the temp dir at a junction point is a bad idea? Mine is not, but I'm curious. Thanks!
  4. Ville

    Fixed Dangerous operation when cancelling the installer!

    Ok. Let's hope they'll come up with a solution to fix the problem. The temp is at d:\_LOCAL\temp .. so it's not behind a junction.
  5. Ville

    Fixed Dangerous operation when cancelling the installer!

    Are the .msi versions available for download somewhere (also for the beta builds)? I don't mind testing when a proposed fix is available, but meanwhile upgrading to the latest build is a bit of a pain since I have to log out and recreate the profile link after every upgrade. I never saw this...
  6. Ville

    Fixed Dangerous operation when cancelling the installer!

    Any progress on this? I just upgraded to build 22 and it still behaves the same way (not that anyone claimed it wouldn't :)). As I mentioned in my original post, I've been reinstalling/rebuilding my workstation for the past week and half, and have in that process installed over 250 programs...
  7. Ville

    Fixed Dangerous operation when cancelling the installer!

    It does not seem that the problem has been remedied in build 20. I expected the link to the profile folder to disappear when the previous build (19) was being uninstalled (since that installer had the issue). It did, and I rebooted, logged in as the Administrator, and created the link, rebooted...
  8. Ville

    Fixed Dangerous operation when cancelling the installer!

    It turns out the problem is more serious! After backing up the system device (SSD) I went ahead and completed the installation of TakeCommand beta 15. When I exited the installer after successful installation the profile folder junction point was deleted again!! Apparently whenever the installer...
  9. Ville

    Fixed Dangerous operation when cancelling the installer!

    TakeCommand 15.00.19 gave me some heart palpitations today when I cancelled out of its installation. I'm in the process of reinstalling my workstation after hardware upgrade (several days in to setting everything up while having not backed up the system yet :nailbiting: ), and while doing so...
  10. Ville

    Take Command 12.11.73 Uploaded

    Re: Take Command / TCMD/LE / TCC/LE 12.11.73 Uploaded 64-bit version is corrupted, or doesn't download correctly (attempting to run the installer results in "This archive is corrupted" message).
  11. Ville

    Regex & conditionals

    Hi Steve, Thanks for that info.. it's working perfectly! This will allow me to complete the script. -- For future reference.. if someone would have an example of regex use with IFF it would be very interesting to see (and it also would make it searchable here as a reference :)...
  12. Ville

    Regex & conditionals

    I'm having tough time getting regular expression matching working with IFF. Here's the current test: @echo off DO I in (.) /A:D * iff isdir %[I] then pushd %[I] DO F in /S * iff isfile %[F] then echo file being tested: "%[F]" iff ("%[F]" =~ ".+\.pdf$")...
  13. Ville

    TCC won't close after .btm execution

    Running tccbatch.btm did not fix it. Apparently something had gone wrong with the association. I first ran assoc .btm= ftype TCC.Batch= to deassociate .btm. However, even after that a definition still remained in the registry for .btm. Once I deleted it, I could then recreate the...
  14. Ville

    TCC won't close after .btm execution

    Uhh, thanks! :) Apparently something changed between v11 and v12 that made issuing exit necessary to close the execution window when evoking a script by double-clicking on its icon..?
  15. Ville

    TCC won't close after .btm execution

    I'm testing latest TCMD version/build before upgrading and ran into a weird problem: when I double click on a .btm file it opens and runs in a TCC window, but once the batch is complete, the TCC window doesn't close. It tried to deassociate .btm and then reassociate it, but that made no...
Back
Top