How to reinstall bootcamp assistant

I went into utilities->boot camp assistant->show package contents->contents->Info.plist and changed some of the code and now boot camp assistant always quits unexpectedly when I try to open it. How do I reset this program or what can I do. I am trying to duel boot my mac to run windows 7 premium home 64 bit. I am trying to use a flash drive with windows 7 .iso file but I don't have a clue what I'm doing. I pay $60 for windows and I can't even install it. There are so many errors and stupid formatting crap to do and now boot camp assistant doesn't work. I watched some guy on youtube and followed him exactly and now my bootcamp is messed. Someone please help.

MacBook Pro, OS X Mavericks (10.9.4)

Posted on Aug 26, 2014 6:38 PM

Reply
76 replies

Aug 26, 2014 7:13 PM in response to Loner T

You know what, I went back to the youtube video and looked at the forum he attached and someone there wrote how to solve the problem...but your right too...I had to change some code because I'm running mavericks and I needed to enter a code into terminal to stop boot camp from quitting...i think it was something about permissions...but thank you very much anyway...its nice to know people there are people like you that care...peace

Aug 28, 2015 7:25 PM in response to Loner T

Hi,

Just looking to see if you could help me as well. I was stupid and tried to change my bootcamp file and it got more complicated as I went on. Anyways, I tried the

sudo codesign -fs - /Applications/Utilities/Boot\ Camp\ Assistant.app

command and received


/Applications/Utilities/Boot Camp Assistant.app: replacing existing signature

/Applications/Utilities/Boot Camp Assistant.app: code object is not signed at all

In subcomponent: /Applications/Utilities/Boot Camp Assistant.app/Contents/Info copy

Then I tried

sudo codesign -fs --deep - /Applications/Utilities/Boot\ Camp\ Assistant.app

and received

--deep: no identity found

User uploaded file

User uploaded fileUser uploaded file

If you know of a solution, or a process to get me back to where I began it would be very helpful!!!

Aug 30, 2015 1:11 PM in response to Loner T

User uploaded file

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>32BitSupportedModels</key>

<array>

<string>MacBook8,1</string>

<string>MacBook7,1</string>

<string>MacBookAir5,2</string>

<string>MacBookPro10,1</string>

<string>MacPro5,1</string>

<string>Macmini5,3</string>

<string>iMac12,2</string>

</array>

<key>BuildMachineOSBuild</key>

<string>14D81</string>

<key>CFBundleDevelopmentRegion</key>

<string>English</string>

<key>CFBundleDisplayName</key>

<string>Boot Camp Assistant</string>

<key>CFBundleExecutable</key>

<string>Boot Camp Assistant</string>

<key>CFBundleGetInfoString</key>

<string>Boot Camp Assistant 5.1.4, Copyright © 2015 Apple Inc. All rights reserved</string>

<key>CFBundleIconFile</key>

<string>DA</string>

<key>CFBundleIdentifier</key>

<string>com.apple.bootcampassistant</string>

<key>CFBundleInfoDictionaryVersion</key>

<string>6.0</string>

<key>CFBundleName</key>

<string>Boot Camp Assistant</string>

<key>CFBundlePackageType</key>

<string>APPL</string>

<key>CFBundleShortVersionString</key>

<string>5.1.4</string>

<key>CFBundleSignature</key>

<string>????</string>

<key>CFBundleVersion</key>

<string>500</string>

<key>DARequiredROMVersions</key>

<array>

<string>MB81.0164.B06</string>

<string>IM41.0055.B08</string>

<string>IM42.0071.B03</string>

<string>IM51.0090.B03</string>

<string>IM52.0090.B03</string>

<string>IM61.0093.B01</string>

<string>MP11.005C.B04</string>

<string>MB11.0061.B03</string>

<string>MBP11.0055.B08</string>

<string>MBP12.0061.B03</string>

<string>MM11.0055.B08</string>

</array>

<key>DTCompiler</key>

<string>com.apple.compilers.llvm.clang.1_0</string>

<key>DTPlatformBuild</key>

<string>6D504m</string>

<key>DTPlatformVersion</key>

<string>GM</string>

<key>DTSDKBuild</key>

<string>14D77</string>

<key>DTSDKName</key>

<string>macosx10.10internal</string>

<key>DTXcode</key>

<string>0630</string>

<key>DTXcodeBuild</key>

<string>6D504m</string>

<key>LSApplicationCategoryType</key>

<string>public.app-category.utilities</string>

<key>LSMinimumSystemVersion</key>

<string>10.9.0</string>

<key>NSMainNibFile</key>

<string>MainMenu</string>

<key>NSPrincipalClass</key>

<string>NSApplication</string>

<key>PreESDRequiredModels</key>

<array>

<string>MacBook7</string>

<string>MacBookAir5</string>

<string>MacBookPro10</string>

<string>MacPro5</string>

<string>Macmini6</string>

<string>iMac13</string>

</array>

<key>UEFIModels</key>

<array>

<string>MacBook8,1</string>

<string>MacBook7</string>

<string>MacBookAir5</string>

<string>MacBookPro10</string>

<string>MacPro5</string>

<string>Macmini6</string>

<string>iMac13</string>

</array>

<key>USBBootSupportedModels</key>

<array>

<string>MacBook8,1</string>

<string>MacBook7,1</string>

<string>MacBookAir3,2</string>

<string>MacBookPro8,3</string>

<string>MacPro5,1</string>

<string>Macmini4,1</string>

<string>iMac12,2</string>

</array>

<key>Win7OnlyModels</key>

<array>

<string>MacBook7,1</string>

<string>MacBookAir3,2</string>

<string>MacBookPro5,5</string>

<string>MacPro2,1</string>

<string>Macmini4,1</string>

<string>iMac10,1</string>

</array>

</dict>

</plist>

I read that all I needed to change was

1. Add my model to Supported model

2. Add my DARequiredRomModels

3. Delete "Pre" from UEFIModels and add mine

4. Delete "Pre" from USBBootSupportedModels and add mine

May 28, 2015 3:47 PM in response to CloakedTagger

There is no supported method other than a remove and re-install.


From Boot Camp 5.1: Frequently asked questions - Apple Support


Can I resize the Windows partition after installing Windows?

No. Back up your important files, then use Boot Camp Assistant to delete the old partition and create a new one.

But, if you do plan to resize anyway, you can shrink the OSX partition, resize the Windows appropriately and use Testdisk and GPT Fdisk to reconcile the GPT and MBR.

Please see Help - Windows partition has vanished after OSX updates. as an example for using the two tools.

Jan 28, 2016 9:18 AM in response to hotshot24

MacbookAir will support Windows installation using an external Optical drive or USB. You should not need to modify the Bootcamp info.plist.


1. What year is the MBA?

2. If you run BCA, what are the default options before you modified the Info.plist?

3. You can either re-install OSX from Local Recovery (Command+R during boot), or restore OSX from Time Machine backup or re-install the shipped version of OSX. Please see OS X: About OS X Recovery - Apple Support for details.

Aug 26, 2014 6:58 PM in response to Tomcat407

Can you check the permissions on the file? This is what it should be for an unchanged file (these commands are run from OSX Terminal).


ls -l /Applications/Utilities/Boot\ Camp\ Assistant.app/Contents/Info.plist

-rw-r--r-- 1 root wheel 3202 May 16 08:42 /Applications/Utilities/Boot Camp Assistant.app/Contents/Info.plist


openssl md5 /Applications/Utilities/Boot\ Camp\ Assistant.app/Contents/Info.plist

MD5(/Applications/Utilities/Boot Camp Assistant.app/Contents/Info.plist)= b442f42b6fd6b52471f224bd6844d4a5

Aug 30, 2014 3:07 PM in response to Loner T

Dear!!

I just have changed my Boot camp Info.plist to make it support making USB installing drives on my Mac, after i changed Info.plist Boot camp crashes and then it didn't run after several attempts, then after searching for solutions i open terminal and write the code sudo codesign -fs - /Applications/Utilities/Boot\ Camp\ Assistant.app, then it appears as /Applications/Utilities/Boot Camp Assistant.app: replacing existing signature. After that i still can't open my boot camp assistant app, every time i try to open it, a message pop up like, "Boot Camp Assistant can't be open error -1712

I'am beginner here using Macbook Pro 13,, OSX 10.9.4 Mavericks

P.S Help me in his regards if you can, I'll be thaksfull to you :-|😟

Aug 30, 2014 3:48 PM in response to shaharyar696

It looks like after your code-signed, the application is running, and you are trying got start a second instance. Can you check Applications -> Utilities -> Activity Monitor and enter 'boot' in the top right hand search box which looks like a magnifying glass. Does it return any information? If yes, click on it and Force Quit the application.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How to reinstall bootcamp assistant

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.