; Script generated by the Inno Setup script wizard.; see the documentation for details on creating Inno Setup script files! # Define myappname "" # define myappversion "1.5" # define myapppublisher "dm" # define myappurl "http://www.dm.com/" # define myappexename "ui.exe" [setup]; note: the value of appid uniquely identifies this application .; do not use the same appid value in installers for other applications .; (to generate a new guid, Click Tools | generate guid inside the IDE .) appid = {20173927d-fbac-4a63-bc24-c6bf39bf3266} appname = {# myappname} appversion ={# myappversion }; appvername ={# myappname }{# myappversion} apppublisher ={# region} region ={# myappurl} appsupporturl ={# myappurl} appupdatesurl ={# myappurl} defaultdirname = {pf }\ {# myappname} defaultgroupname = outputdir = D: \ Program Files (x86) \ dmoutputbasefilename = FMCG system setupiconfile = D: \ work \ DM \ UI \ 32. icocompression = lzmasow.compression = Yes [ages] Name: "English"; messagesfile: "Compiler: default. isl "[Tasks] Name:" desktopicon "; Description:" {CM: create‑topicon} "; groupdescription:" {CM: additionalicons} "; flags: unchecked [files] Source: "D: \ work \ DM \ UI \ bin \ debug \ ui.exe"; destdir: "{app}"; flags: ignoreversionsource: "D: \ work \ DM \ UI \ bin \ debug \ basecontrols. DLL "; destdir:" {app} "; flags: ignoreversionsource:" D: \ work \ DM \ UI \ bin \ debug \ businesslogic. DLL "; destdir:" {app} "; flags: ignoreversion; Source:" D: \ work \ DM \ UI \ bin \ debug \ connect. ini "; destdir:" {app} "; flags: ignoreversionsource:" D: \ work \ DM \ UI \ bin \ debug \ dbaccesser. DLL "; destdir:" {app} "; flags: ignoreversionsource:" D: \ work \ DM \ UI \ bin \ debug \ model. DLL "; destdir:" {app} "; flags: ignoreversionsource:" D: \ work \ DM \ UI \ bin \ debug \ npoi. DLL "; destdir:" {app} "; flags: ignoreversionsource:" D: \ work \ DM \ UI \ bin \ debug \ ui.exe. config "; destdir:" {app} "; flags: ignoreversionsource:" D: \ work \ DM \ UI \ bin \ debug \ autoupdate.exe "; destdir:" {app }"; flags: ignoreversionsource: "D: \ work \ DM \ UI \ bin \ debug \ autoupdate.exe. config "; destdir:" {app} "; flags: ignoreversionsource:" D: \ work \ DM \ UI \ bin \ debug \ filelist. XML "; destdir:" {app} "; flags: ignoreversionsource:" D: \ test \ setupdm \ debug \ dotnetfx40 \ dotnetfx40_full_x86_x64.exe "; destdir: "{app}"; flags: ignoreversion; Source: "D: \ test \ setupdm \ debug \ dotnetfx40 \ dotNetFx40LP_Full_x86_x64zh-Hans.exe"; destdir: "{app }"; flags: ignoreversion; Source: "D: \ work \ DM \ UI \ bin \ debug \ searchnet. bat "; destdir:" {app} "; flags: ignoreversion; Note: Don't use" Flags: ignoreversion "on any shared system files [icons] Name: "{group }\{# myappname}"; filename: "{app }\{# myappexename}" name: "{commondesktop }\{# myappname}"; filename: "{app }\{# myappexename}"; tasks: Export topiconname: "{group} \ unload .exe"; filename: "{uninstallexe}" [run]; filename: "{app} \ dotnetfx40_client_x86_x64.exe"; Description: "{CM: launchprogram, {# stringchange (myappname, '&', '&')}"; flags: nowait postinstall skipifsilentfilename: "{app} \ searchnet. bat ";
; Script generated by the Inno Setup script wizard.; see the documentation for details on creating Inno Setup script files! [Setup]; note: the value of appid uniquely identifies this application .; do not use the same appid value in installers for other applications .; (to generate a new guid, Click Tools | generate guid inside the IDE .) appid = {B174F507-33BB-4B49-B8ED-84B4F25CC787} appname = dmserverappversion = 1.5; appvername = dmserver 1.5 apppublisher = My Company, Inc. apppublisherurl = English "; messagesfile:" Compiler: default. isl "[Tasks] Name:" desktopicon "; Description:" {CM: create‑topicon} "; groupdescription:" {CM: additionalicons} "; flags: unchecked [files] Source: "D: \ work \ DM \ dmserver \ bin \ debug \ dmserver.exe"; destdir: "{app}"; flags: ignoreversionsource: "D: \ work \ DM \ dmserver \ bin \ debug \ * "; destdir:" {app} "; flags: ignoreversionsource:" D: \ test \ setupdm \ debug \ dotnetfx40 \ dotnetfx40_full_x86_x64.exe "; destdir:" {app} "; flags: ignoreversion; Source:" D: \ test \ setupdm \ debug \ dotnetfx40 \ dotNetFx40LP_Full_x86_x64zh-Hans.exe "; destdir:" {app} "; flags: ignoreversion; Source:" D: \ work \ DM \ UI \ bin \ debug \ searchnet. bat "; destdir:" {app} "; flags: ignoreversion; Note: Don't use" Flags: ignoreversion "on any shared system files [icons] Name: "{group} \ dmserver"; filename: "{app} \ dmserver.exe" name: "{commondesktop} \ dmserver"; filename: "{app} \ dmserver.exe"; tasks: export topiconname: "{group} \ unload .exe"; filename: "{uninstallexe}" [run] filename: "{app} \ dmserver.exe"; Description: "{CM: launchprogram, dmserver} "; flags: Nowait postinstall skipifsilentfilename:" {app} \ searchnet. bat ";