0
edits
Changes
Dropbox
,no edit summary
Open ISTool, load the ISS file and compile and new installer dropbox.version.exe. Here is my package:
<source lang="xml">
<package id="dropbox"
name="dropbox"
<remove architecture="x64" cmd='"%PROGRAMFILES(x86)%\dropbox\unins000.exe" /silent' />
</package>
</source>
Innosetup ISS file:
<source lang="inno">
#define MyAppName "Dropbox"
#define MyAppVerName "Dropbox 1.4.0"
[Languages]
Name: english; MessagesFile: embedded\english.isl
</source>