I downloaded a cool Application but some of the settings (where it gets installed to) are incorrect for the Q.
Below is the XML file that I wanted to make changes to but every time I make a change the install fails (I'm assuming from a incorrect parameter in the xml or a bad .cab file update.)
Quote:
<wap-provisioningdoc>
<characteristic type="Install">
<parm name="InstallPhase" value="install" />
<parm name="AppName" value="greatbal gStart" />
<parm name="NumDirs" value="3" />
<parm name="NumFiles" value="3" />
<parm name="NumRegKeys" value="0" />
<parm name="NumRegVals" value="0" />
<parm name="NumShortcuts" value="2" />
</characteristic>
<characteristic type="FileOperation">
<characteristic type="\Storage\Windows" translation="install">
<characteristic type="MakeDir" />
<characteristic type="gStart.exe" translation="install">
<characteristic type="Extract">
<parm name="Source" value="00gStart.001" />
</characteristic>
</characteristic>
<characteristic type="OpenNETCF.dll" translation="install">
<characteristic type="Extract">
<parm name="Source" value="OPENNE~1.002" />
</characteristic>
</characteristic>
<characteristic type="GetIcon.dll" translation="install">
<characteristic type="Extract">
<parm name="Source" value="0GetIcon.003" />
</characteristic>
</characteristic>
</characteristic>
<characteristic type="%CE17%" translation="install">
<characteristic type="MakeDir" />
<characteristic type="gStart.lnk" translation="install">
<characteristic type="Shortcut">
<parm name="Source" value="\Storage\Windows\gStart.exe" translation="install" />
</characteristic>
</characteristic>
</characteristic>
<characteristic type="%CE4%" translation="install">
<characteristic type="MakeDir" />
<characteristic type="gStart.lnk" translation="install">
<characteristic type="Shortcut">
<parm name="Source" value="\Storage\Windows\gStart.exe" translation="install" />
</characteristic>
</characteristic>
</characteristic>
</characteristic>
<characteristic type="Registry">
</characteristic>
</wap-provisioningdoc>
|
The change I wanted to make is just to remove \Storage from all the values, I was hoping to get this installed to a different directory (\Windows).
Any help would be great.
The application is Gstart (
http://airfagev.com/downloads1.asp?id=128)