-
Notifications
You must be signed in to change notification settings - Fork 1
/
installer.dimprj
77 lines (77 loc) · 4.42 KB
/
installer.dimprj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="utf-8"?>
<item>
<name>InstallerSave</name>
<version>1.1.1.0</version>
<appName>CNPJá! Excel Add-in</appName>
<appVersion>v1.3.0</appVersion>
<appPublisher>CNPJA TECNOLOGIA LTDA</appPublisher>
<appWebsite>https://www.cnpja.com</appWebsite>
<installDirectoryCheckbox>False</installDirectoryCheckbox>
<license>True</license>
<licenseText>C:\Cloud\MEGA\Projects\cnpja\excel-vba\LICENSE.txt</licenseText>
<licenseStyle>1</licenseStyle>
<customDisplayIcon>True</customDisplayIcon>
<customDisplayIconText>C:\Cloud\MEGA\Projects\cnpja\excel-vba\assets\logo_512x512.ico</customDisplayIconText>
<customInstall>True</customInstall>
<customInstallText>C:\Cloud\MEGA\Projects\cnpja\excel-vba\assets\logo_512x512.ico</customInstallText>
<customUninstall>True</customUninstall>
<customUninstallText>C:\Cloud\MEGA\Projects\cnpja\excel-vba\assets\logo_512x512.ico</customUninstallText>
<installerLocation>C:\Cloud\MEGA\Projects\cnpja\excel-vba\release</installerLocation>
<installerName>cnpja</installerName>
<MainDirectoryText>$APPDATA\${PRODUCT_PUBLISHER}\${PRODUCT_NAME}</MainDirectoryText>
<KeepNSISScript>False</KeepNSISScript>
<currentGroupIndex>0</currentGroupIndex>
<currentFileIndex>-1</currentFileIndex>
<currentShortcutIndex>0</currentShortcutIndex>
<StartMenuFolderNameRadioButton>1</StartMenuFolderNameRadioButton>
<InternetStartMenuCheckBox>False</InternetStartMenuCheckBox>
<UninstallStartMenuCheckBox>True</UninstallStartMenuCheckBox>
<FinishPageCheckBox1>False</FinishPageCheckBox1>
<FinishPageSelection1 />
<FinishPageCheckBox2>False</FinishPageCheckBox2>
<FinishPageSelection2 />
<langList>
<Lang>Portuguese (Brazilian)</Lang>
</langList>
<groupList>
<group>
<groupName>CNPJá!</groupName>
<groupItem>
<fileSource>C:\Cloud\MEGA\Projects\cnpja\excel-vba\release\cnpja.xlam</fileSource>
<fileFolder>$APPDATA\${PRODUCT_PUBLISHER}\${PRODUCT_NAME}</fileFolder>
<fileExists>Always overwrite</fileExists>
<addinRegisterFlag>True</addinRegisterFlag>
</groupItem>
</group>
</groupList>
<shortcutList />
<DestinationList>
<DestinationListItem>$APPDATA\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$APPDATA\${PRODUCT_PUBLISHER}\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$DOCUMENTS\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$DOCUMENTS\${PRODUCT_PUBLISHER}\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$FAVORITES\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$FAVORITES\${PRODUCT_PUBLISHER}\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$INSTDIR</DestinationListItem>
<DestinationListItem>$MUSIC\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$MUSIC\${PRODUCT_PUBLISHER}\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$PICTURES\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$PICTURES\${PRODUCT_PUBLISHER}\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$PROFILE\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$PROFILE\${PRODUCT_PUBLISHER}\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$PROGRAMFILES\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$PROGRAMFILES\${PRODUCT_PUBLISHER}\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$RESOURCES\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$RESOURCES\${PRODUCT_PUBLISHER}\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$RESOURCES_LOCALIZED\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$RESOURCES_LOCALIZED\${PRODUCT_PUBLISHER}\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$SYSDIR\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$SYSDIR\${PRODUCT_PUBLISHER}\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$TEMPLATES\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$TEMPLATES\${PRODUCT_PUBLISHER}\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$VIDEOS\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$VIDEOS\${PRODUCT_PUBLISHER}\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$WINDIR\${PRODUCT_NAME}</DestinationListItem>
<DestinationListItem>$WINDIR\${PRODUCT_PUBLISHER}\${PRODUCT_NAME}</DestinationListItem>
</DestinationList>
</item>