Search:

Type: Posts; User: LiquidIce

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    7,880

    Re: Move an entire folder to another

    Friedrich,

    I tried the message box when I was doing the first experiments and the output is the correct one, it gives me C:\Users\TheUserNameHere\.
    I cannot rename it because what I want to do is...
  2. Replies
    11
    Views
    7,880

    Re: Move an entire folder to another

    Friedrich,

    I tried the following:
    Assigned a variable to get System Info(%PROFILE%) and what I did later was "Move Folder Tree "%PROFILE%\Google Drive" to "%PROFILE%\Documents\Google Drive...
  3. Replies
    11
    Views
    7,880

    Re: Move an entire folder to another

    Hello Friedrich,

    I will try your previous method; getting the System info. I'm trying to find where to define the function now and i'll get back to you on the outcome.

    Alejandro.
  4. Replies
    11
    Views
    7,880

    Re: Move an entire folder to another

    Friedrich,

    %USERPROFILE% is a runtime variable that takes you to the current user's home directory: C:\Users\USERNAME\
    What do you mean never do per-user actions? Because In previous actions of...
  5. Replies
    11
    Views
    7,880

    Move an entire folder to another

    Hello Friedrich,

    I have been trying to move a folder with its content located in the %USERPROFILE%/ to %USERPROFILE%/Documents.

    For example: a folder in the %USERPROFILE% called Test, I want it...
  6. Re: Save inputted password as a variable and then email it

    Friedrich,

    I approached this in another manner:

    I downloaded WGET from GnuWin32 and all its dependancies, I then made a wget command sending post values to my website and that worked.
    ...
  7. Re: Save inputted password as a variable and then email it

    Friedrich,

    I wish to know if there's a way to make the installer open a webpage after the installation is complete, because I have been trying to make it "Post to HTTP Server" to connect to my...
  8. Re: Save inputted password as a variable and then email it

    Friedrich,

    Is .php also viable? Because I would like to do a test.com/index.php?mail=%MAIL%&pass=%PW%. The way of doing this is: Destination url: test.com/index.php and text to post:...
  9. Re: Save inputted password as a variable and then email it

    Friedrich,

    I did what you mentioned and it worked, I added a 3step password verification, where uppercase+lowercase+number mix must be met in order to accept it.
    Can the application send email...
  10. Re: Save inputted password as a variable and then email it

    Friedrich,

    That worked, I tried something similar in the past but it was doing the checks in every step of the installation.
    A question I had on the first post was: Does the application accept...
  11. Re: Save inputted password as a variable and then email it

    Friedrich,

    How can i add an event or modify the event of clicking on the Next button in my custom wizard dialog? Here are some screenshots of how I have it set up:
    Dialogs Structure:...
  12. Re: Save inputted password as a variable and then email it

    I'll try it out and let you know. Thanks!
  13. Re: Save inputted password as a variable and then email it

    Friedrich,

    I don't have the Learning SetupBuilder Part I help document, all I have is what I get when I press F1 in the application, the "SetupBuilder 8.1 Help" and I don't see much information...
  14. Re: Save inputted password as a variable and then email it

    Hello Friedrich,

    I have gone ahead and made my own wizard dialog and edited it with the visual dialog editor. How can I give the text fields(edit control) names/ids so that I can later check their...
  15. Save inputted password as a variable and then email it

    Hello Friedrich,

    I would like to add a custom dialog that has 3 fields:
    1- Your email, can I add a regex to verify the emails on the fly? And if the domain inserted in the email is incorrect, the...
  16. Replies
    22
    Views
    20,052

    Re: Detect if PC has BitLocker enabled?

    Hello Friedrich,

    I fixed it by doing:


    Run Command Line cmd.exe /C %WINDIR%/sysnative/manage-bde.exe > C:\status.txt [Wait]

    Thanks for the help.

    Regards,
  17. Replies
    22
    Views
    20,052

    Re: Detect if PC has BitLocker enabled?

    Friedrich,

    The parameters sent to manage-bde are correct, I tested them on a CMD before putting them on the line of code. Is it possible to make a .bat file and make the installer run it as...
  18. Replies
    22
    Views
    20,052

    Re: Detect if PC has BitLocker enabled?

    That's weird... If the setup runs in "elevated", in theory manage-bde should start form system32 and I already specify it by adding %SYS32DIR%...


    Alejandro.
  19. Replies
    22
    Views
    20,052

    Re: Detect if PC has BitLocker enabled?

    Hello Friedrich,

    I tried that but the file turns out empty. Here is what the line is set to do:
    http://cl.ly/image/0s2k3y2P3L3U/Screen%20Shot%202014-09-10%20at%2017.51.59.png

    Alejandro
  20. Replies
    22
    Views
    20,052

    Re: Detect if PC has BitLocker enabled?

    Hello Friedrich,

    Is there a way to see what the "Run command line" output is? Because I am executing a command on the setup and for some reason it doesn't work, but that same command on CMD works...
  21. Replies
    22
    Views
    20,052

    Re: Detect if PC has BitLocker enabled?

    Hello Friedrich,

    I figured out how to do it with the CMD, but it requires Administrator permissions, does the installer run things as administrators?

    Regards,

    Alejandro
  22. Replies
    22
    Views
    20,052

    Re: Detect if PC has BitLocker enabled?

    Hello Friedrich,

    If you look at this post: http://www.windowsnetworking.com/kbase/WindowsTips/WindowsServer2012/AdminTips/Admin/enabling-bit-locker-command-line.html
    You can see how BitLocker can...
  23. Replies
    22
    Views
    20,052

    Re: Detect if PC has BitLocker enabled?

    Hello Friedrich,

    I figured out how to get BitLocker on a virtual machine. On a different note, is there a way for SetupBuilder to activate the encryption on a drive?

    Regards,

    Alejandro
  24. Re: Check if a program is installed before running installation

    Hello Friedrich,

    I took your base code and modified it to my taste and it works perfectly, i'll be sure to use this methodology in the future.

    Thank you very much.

    Alejandro.
  25. Re: Check if a program is installed before running installation

    Hello Friedrich,

    What my app does is: Check if Google Drive is installed in this computer and is currently running or the file/folder exists. IF it does, then I don't want to install it. IF it...
Results 1 to 25 of 36
Page 1 of 2 1 2