/build/static/layout/Breadcrumb_cap_w.png

Scripting to install 3 different files

Hi

i have 3 files to install in windows xp 32bit and 64bit and XP 32bit.

1st file is for XP 32bit

2nd files is for win 7 64 bit and

3rd file is for win 7 32 bit.

how do i write wise script to install these files if windows is xp 32bit or windows 7 64 bit or windows 7 32bit

i can able to in satll in XP 32 bit as if OS=5.1 and then in win 7 64 bit as if BITS=AMD64 but i cannot able to find if windows 7 32bit.

any help  


0 Comments   [ + ] Show comments

Answers (2)

Posted by: erik.ragan 10 years ago
Senior Yellow Belt
1

A quick and easy way to have a script detect if a machine is 32 vs 64 bit is the "Verify a directory exists..." Verify step in a script. If Program Files (x86) exists, we know we are looking at a 64 bit machine.

Posted by: mpace 10 years ago
Red Belt
1

You can use the Powershell Get-WmiObject command to find out the particular version number of OS. Tweak the following script to meet your needs: http://ss64.com/ps/get-wmiobject-win32.html

Build numbers correspond to the following OS versions:

2600 = Windows XP x86
3790 = Windows XP x64
7600= Windows 7 x86
7601 = Windows 7 x64
9200 = Windows 8 x86

Unfortunately I don't have a Win8 x64 virtual machine at my disposal right now for the build number. If someone could comment with that it might help those in the future.


Comments:
  • I'd wholeheartedly endorse escaping from the dinosaur that is WiseScript. Using a more up-to-date language will open up a much wider world of control, not to say script examples! :-) - anonymous_9363 10 years ago
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ