When I install a newer version, I receive message:

“The folder you selected contains an installation”.

Is there a way to install without removing, or force remove, if installing a 
newer version?

-Ed

/Applications/myapp/my.app

For version numbering, I use <major>.<minor>.<revision>

<?xml version="1.0" encoding="UTF-8"?>
<Installer>
    <Name>MyApp</Name>
    <Version>3.0.2072</Version>
    <Title>MyApp 3.0.2072</Title>
    <Publisher>Acme Electronics</Publisher>
    <StartMenuDir>TSR</StartMenuDir>
    <TargetDir>@ApplicationsDir@/myapp</TargetDir>
</Installer>

<?xml version="1.0" encoding="UTF-8"?>
<Package>
    <DisplayName>MyApp</DisplayName>
    <Description>Install MyApp</Description>
    <Version>3.0.2072</Version>
    <ReleaseDate>2015-04-08</ReleaseDate>
    <Licenses>
        <License name="License Agreement" file="license-agreement.txt" />
    </Licenses>
    <Default>true</Default>
    <Script>installscript.qs</Script>
</Package>






_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to