February 20, 200917 yr HI1) What are the commands that I put in SetupComplete.cmd script to delete all data and files created during an automated installation of Vista?2) In SetupComplete.cmd file, I have to include a decision-making structure (such as IF or CASE), which permits to take certain actions depending on the license key entered at the installation of Vista Ultimate SP1 64-bit Retail?THANKSBYE
February 24, 200917 yr Hi1) You need to know which files you want to delete and where they are. An unattended Vista setup doesn't need any file deletion at all, though.2) If you want to do that, you need to know how to retrieve the windows key and of course, use IF or CASE commands.
February 24, 200917 yr Author Hi1) You need to know which files you want to delete and where they are. An unattended Vista setup doesn't need any file deletion at all, though.2) If you want to do that, you need to know how to retrieve the windows key and of course, use IF or CASE commands.So, what is the function that retrieves the license key that is entered during the installation of Vista SP1 Ultimate 64-bit Retail so you can put that function in a conditional structure in the SetupComplete file to allow or not to activate offline of Vista?THANKSBYE Edited February 24, 200917 yr by balubeto
Create an account or sign in to comment