<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Daniel,<div><br></div><div>you need to add a "/" after the application name. Been there, done that.</div><div><br></div><div>If you use Studio you can use build automation with the following IDE script:</div><div><br></div><div><div> dim cmd as String</div><div> cmd = CurrentBuildLocation + "/Contents/INSTALL_VCOMPONENTS_V4RB_v3"</div><div> cmd = cmd + " " + CurrentBuildLocation + "/" + getShellString(CurrentBuildAppName) + ".app" + "/"</div><div> dim theOutput as string = doShellCommand(cmd)</div><div> if theOutput <> "" then print theOutput</div><div> </div><div> function getShellString(theString as String) as string</div><div> Return ReplaceAll(theString, " ", "\ ")</div><div> end Function</div><div> </div><div> 'only works if "Use Build Folder" during build is not selected</div><div><br></div><div>There you can also see the final slash. I was told that I can properly escape the application name, but the function seems easier to read.</div><div><br></div><div><div>On 20.12.2009, at 15:34, Diafoirius wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi Ruslan,<br><br>I'm trying the V4RB 4.3 Mac in demo mode before upgrade from V2<br><br>I failed to create a standalone Mac UB Application package using your <br>"V4RB_v4 SCRIPT for V4RB 4.0 or newer" and doing exactly:<br>- open the terminal.app<br>- drag script into the terminal window<br>- drag MyApplication.app into the terminal window<br>- press ENTER<br><br>I got errors : .../myappxxx.appContents/vcomponents: No such file or directory<br><br>Snow Leopard and Developer folder installed.<br><br>Well, I tried to install manually the /usr/local/lib/vcomponents <br>contents into my application package but it not works... (I tried <br>into MacOS folder and so on)-> Runtime error at launch (with <br>/usr/local/lib/vcomponents deleted)<br><br>Please, can you explain exactly where to install manually the vcomponents ?<br></div></blockquote><div><br></div><br><div><span class="Apple-style-span" style="font-size: 12px; ">Mit freundlichen Grüßen/Regards</span></div></div><div>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><br></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Trixi Willius</font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><br></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica"><a href="http://www.mothsoftware.com">http://www.mothsoftware.com</a></font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Mail Archiver X: archive, clean and search email</font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica"><a href="http://www.beatrixwillius.de">http://www.beatrixwillius.de</a></font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Fractals, 3d landscapes etc.</font></p>
</div>
<br></div></body></html>