View Single Post
  #4 (permalink)  
Old 01-14-2009, 10:04 AM
Jmz's Avatar
Jmz
Jmz Software
Offline
Threadstarter
Location: Virginia Beach, VA
 
Join Date: Oct 2008
Posts: 986
Reputation: 4085
Jmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to Jmz
Re: opera on start menu

This is what I have in a standalone XML that is used in Autorun. It is called in the config file as XML: \Windows\operastart.xml

I am completely new to the XML formats. Never had to mess with them. Is this correct?

Code:
<wap-provisioningdoc>
    <characteristic type="FileOperation">
        <characteristic type="%CE11%\Internet Explorer.lnk" translation="install" >
            <characteristic type="Move">
                <parm name="Source" value="%CE17%\Internet Explorer.lnk" translation="install"/>
            </characteristic>
        </characteristic>
        <characteristic type="%CE17%\Opera Mobile.lnk" translation="install" >
            <characteristic type="Move">
                <parm name="Source" value="%CE11%\Opera Browser.lnk" translation="install"/>
            </characteristic>
        </characteristic>        
    </characteristic>
</wap-provisioningdoc>
__________________
If you like my work feel free to donate
Reply With Quote