~ubuntuone-control-tower/ubuntuone-windows-installer/trunk

« back to all changes in this revision

Viewing changes to scripts/ubuntuone.xml

- Automate the building and packaging of the Windows installer

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
                            <origin>data</origin>
95
95
                        </distributionDirectory>
96
96
                        <distributionFile>
97
 
                            <origin>vcredist_x86.exe</origin>
98
 
                        </distributionFile>
99
 
                        <distributionFile>
100
97
                            <origin>ubuntu_one.ico</origin>
101
98
                        </distributionFile>
102
99
                    </distributionFileList>
151
148
                </startMenuFileShortcut>
152
149
            </startMenuShortcutList>
153
150
        </component>
154
 
        <component>
155
 
            <name>vcruntime</name>
156
 
            <canBeEdited>1</canBeEdited>
157
 
            <selected>1</selected>
158
 
            <show>1</show>
159
 
            <folderList>
160
 
                <folder>
161
 
                    <destination>${installdir}</destination>
162
 
                    <name>vcfiles</name>
163
 
                    <platforms>all</platforms>
164
 
                    <actionList>
165
 
                        <runProgram>
166
 
                            <abortOnError>0</abortOnError>
167
 
                            <program>${installdir}/vcredist_x86.exe</program>
168
 
                            <programArguments>/q
169
 
</programArguments>
170
 
                            <progressText>Installing C++ runtime</progressText>
171
 
                            <showMessageOnError>0</showMessageOnError>
172
 
                        </runProgram>
173
 
                    </actionList>
174
 
                    <distributionFileList>
175
 
                        <distributionFile>
176
 
                            <origin>vcredist_x86.exe</origin>
177
 
                        </distributionFile>
178
 
                    </distributionFileList>
179
 
                </folder>
180
 
            </folderList>
181
 
        </component>
182
151
    </componentList>
183
152
    <initializationActionList>
184
153
        <setInstallerVariable name="msiexec" value=""/>