adding data manually to msi package - emco software · pdf filecreate new multi string value...

69
© Copyright 2001-2012 EMCO Software Adding Data Manually to MSI Package Knowledgebase Article Company web site: emcosoftware.com Support email: [email protected] Support telephone: +44 20 3287-7651 +1 646 233-1163

Upload: hadan

Post on 16-Feb-2018

226 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Software

Adding Data Manually to MSIPackage

Knowledgebase Article

Company web site: emcosoftware.com

Support email: [email protected]

Support telephone: +44 20 3287-7651

+1 646 233-1163

Page 2: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Adding Data Manually to MSI Package

Knowledgebase Article

2

Adding Data Manually to MSI Package

File System Actions

Create New Drive

Copy Folder

Modify Folder

Copy Folder

Move Folder

Delete Folder

Create New File

Modify File

Copy File

Move File

Delete File

Registry Actions

Create New Root Key

Create New Registry Key

Modify Registry Key

Delete Registry Key

Create New String Value

Create New Binary Value

Create New DWORD Value

Create New Multi String Value

Create New Expandable String Value

Copy Registry Items

Move Registry Item

Environment Variable Actions

Add Environment Variable

Copy Environment Variable

Move Environment Variable

Service Actions

Add Service

Copy Service

Move Service

Page 3: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

3

To add a new drive in EMCO MSI Package Builder perform the following steps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to File System tab.

4. Right click the left viewer part of the File System tab.

5. Click New Drive menu item from the pop-up menu.

6. Create new drive dialog appears on the screen.

7. Select the required drive from the drop down list.

8. Press Ok button.

Page 4: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

4

9. This will add your selected drive.

Page 5: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

5

To add a new folder in EMCO MSI Package Builder perform the following steps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to File System tab.

4. Right click the drive or folder required to create new folder as a child of.

5. Select New->Folder menu item from the pop-up menu.

Page 6: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

6

6. Create new folder dialog appears on the screen.

7. Type the name of the folder in the Name field.

8. Select Create from the Operation drop-down list.

9. Press Ok button.

10. This will create your folder on selected location.

Page 7: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

7

To modify a folder in EMCO MSI Package Builder perform the following steps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to File System tab.

4. Right click the drive or folder required to modify a child of.

5. Select New->Folder menu item from the pop-up menu.

Page 8: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

8

6. Create new folder dialog appears on the screen.

7. Type the name of the folder in the Name field.

8. Select Modify from the Operation drop-down list.

9. Press Ok button.

10. This will Modify your folder on selected location.

Page 9: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

9

To copy a folder in EMCO MSI Package Builder perform the following steps:

1. Select the required project from the projects list shown in Projects Tree tab. (The project which you want tocopy the folder from, i.e. your source project).

2. Select the required installation under the selected project node.

3. Switch to File System tab.

4. Select the required drive from the drives list.

5. Right click the required folder.

6. Click Copy to... menu item form the pop-up menu.

Page 10: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

10

7. Copy dialog appears on the screen.

8. Select the location you want to copy the selected folder to.

9. Press Ok button.

Page 11: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

11

10. This will copy the folder to the selected destination.

Page 12: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

12

To move a folder in EMCO MSI Package Builder perform the following steps:

1. Select the required project from the projects list shown in Projects Tree tab. (The project which you want tomopy the folder from, i.e. your source project).

2. Select the required installation under the selected project node.

3. Switch to File System tab.

4. Select the required drive from the drives list.

5. Right click the required folder.

6. Click Move to... menu item form the pop-up menu.

Page 13: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

13

7. Mopy dialog appears on the screen.

8. Select the location you want to move the selected folder to.

9. Press Ok button.

Page 14: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

14

10. This will move the folder to the selected destination.

Page 15: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

15

To delete a folder in EMCO MSI Package Builder perform the following steps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to File System tab.

4. Right click the drive or folder required to modify a child of.

5. Select New->Folder menu item from the pop-up menu.

Page 16: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

16

6. Create new folder dialog appears on the screen.

7. Type the name of the folder in the Name field.

8. Select Delete from the Operation drop-down list.

9. Press Ok button.

10. This will Delete your folder from selected location.

Page 17: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

17

To create a new file in EMCO MSI Package Builder perform the following steps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to File System tab.

4. Right click the drive or folder required to create new file as a child of.

5. Select New->File menu item from the pop-up menu.

6. Create new file dialog appears on the screen.

Page 18: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

18

7. Type the name of the file in the Name field.

8. Select Create from the Operation drop-down list.

9. Select the location for the file contents.

10. Press Ok button.

11. This will create your file on selected location.

Page 19: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

19

To modify a file in EMCO MSI Package Builder perform the following steps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to File System tab.

4. Right click the drive or folder required to modify its child file.

5. Select New->File menu item from the pop-up menu.

6. Create new file dialog appears on the screen.

Page 20: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

20

7. Type the name of the file in the Name field.

8. Select Modify from the Operation drop-down list.

9. Select the location for the file contents.

10. Press Ok button.

11. This will modify your file on selected location.

Page 21: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

21

To copy a file in EMCO MSI Package Builder perform the following steps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to File System tab.

4. Select the required drive from the drives list.

5. Select the required folder.

6. Right click the required file.

7. Click Copy to... menu item form the pop-up menu.

Page 22: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

22

8. Copy dialog appears on the screen.

9. Select the location you want to copy the selected file to.

10. Press Ok button.

Page 23: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

23

11. This will copy the file to the selected destination.

Page 24: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

24

To move a file in EMCO MSI Package Builder perform the following steps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to File System tab.

4. Select the required drive from the drives list.

5. Select the required folder.

6. Right click the required file.

7. Click Move to... menu item form the pop-up menu.

Page 25: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

25

8. Move dialog appears on the screen.

9. Select the location you want to move the selected file to.

10. Press Ok button.

Page 26: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

26

11. This will move the file to the selected destination.

Page 27: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

27

To delete a file in EMCO MSI Package Builder perform the following steps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to File System tab.

4. Right click the drive or folder required to delete its child file.

5. Select New->File menu item from the pop-up menu.

6. Create new file dialog appears on the screen.

Page 28: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

File System Actions

Knowledgebase Article

28

7. Type the name of the file in the Name field.

8. Select Delete from the Operation drop-down list.

9. Select the location for the file contents.

10. Press Ok button.

11. This will delete your file on selected location.

Page 29: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

29

To add a new root key in EMCO MSI Package Builder perform the following steps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to Registry tab.

4. Right click the left viewer part of the Registry tab.

5. Click New Root Key menu item from the pop-up menu.

6. Create New Registry Root Key dialog appears on the screen.

7. Select the required Root key name from the drop-down list.

8. Press Ok button.

Page 30: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

30

9. This will add your selected root key.

Page 31: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

31

To create a new registry key in EMCO MSI Package Builder perform the followingsteps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to Registry tab.

4. Right click the root key or registry key to create new key as a child of.

5. Select New->Key... menu item from the pop-up menu.

Page 32: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

32

6. Create New Registry Key dialog appears on the screen.

7. Type the name for a key to be created in the Name field.

8. Choose Create from the Operation drop-down list.

9. Press Ok button.

10. This will add the key specified.

Page 33: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

33

To modify a registry key in EMCO MSI Package Builder perform the followingsteps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to Registry tab.

4. Right click the root key or registry key to modify its child.

5. Select New->Key... menu item from the pop-up menu.

Page 34: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

34

6. Create New Registry Key dialog appears on the screen.

7. Type the name for a key to be created in the Name field.

8. Choose Modify from the Operation drop-down list.

9. Press Ok button.

10. This will modify the key specified.

Page 35: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

35

To delete a registry key in EMCO MSI Package Builder perform the following steps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to Registry tab.

4. Right click the root key or registry key to delete its child.

5. Select New->Key... menu item from the pop-up menu.

Page 36: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

36

6. Create New Registry Key dialog appears on the screen.

7. Type the name for a key to be created in the Name field.

8. Choose Delete from the Operation drop-down list.

9. Press Ok button.

10. This will delete the key specified.

Page 37: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

37

To add a new string value in EMCO MSI Package Builder perform the followingsteps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to Registry tab.

4. Right click the root key or registry key to create new string value for.

5. Select New->String Value... menu item from the pop-up menu.

Page 38: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

38

6. Create New String Value dialog box appears on the screen.

7. Type in name for your string value in Value Name field.

8. Type in the value of the String in the Value Data field.

9. Select Create operation from the drop-down list.

10. Press Ok button.

Page 39: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

39

To add a new binary value in EMCO MSI Package Builder perform the followingsteps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to Registry tab.

4. Right click the root key or registry key to create new binary value for.

5. Select New->Binary Value... menu item from the pop-up menu.

Page 40: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

40

6. Create New Binary Value dialog box appears on the screen.

7. Type in name for your binary value in Value Name field.

8. Type in the binary data in the Value Data field.

9. Select Create operation from the drop-down list.

10. Press Ok button.

Page 41: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

41

To add a new DWORD value in EMCO MSI Package Builder perform the followingsteps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to Registry tab.

4. Right click the root key or registry key to create new DWORD value for.

5. Select New->DWORD Value... menu item from the pop-up menu.

Page 42: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

42

6. Create New DWORD Value dialog box appears on the screen.

7. Type in name for your DWORD value in Value Name field.

8. Type in the DWORD data in the Value Data field.

9. Select Create operation from the drop-down list.

10. Press Ok button.

Page 43: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

43

To add a new Multi-string value in EMCO MSI Package Builder perform thefollowing steps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to Registry tab.

4. Right click the root key or registry key to create new Multi-string value for.

5. Select New->Multi-string Value... menu item from the pop-up menu.

Page 44: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

44

6. Create New Multi-string Value dialog box appears on the screen.

7. Type in name for your Multi-string value in Value Name field.

8. Type in the Multi-string data in the Value Data field.

9. Select Create operation from the drop-down list.

10. Press Ok button.

Page 45: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

45

To add a new Expandable String value in EMCO MSI Package Builder perform thefollowing steps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to Registry tab.

4. Right click the root key or registry key to create new Expandable String value for.

5. Select New-> Expandable String Value... menu item from the pop-up menu.

Page 46: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

46

6. Create New Expandable String Value dialog box appears on the screen.

7. Type in name for your Expandable String value in Value Name field.

8. Type in the Expandable String data in the Value Data field.

9. Select Create operation from the drop-down list.

10. Press Ok button.

Page 47: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

47

To Copy a Registry Item in EMCO MSI Package Builder perform the followingsteps:

1. Select the required project from the projects list shown in Projects Tree tab. (The project which you want tocopy the registry item from, i.e. your source project).

2. Select the required installation under the selected project node.

3. Switch to Registry tab.

4. Right click the registry item to copy.

5. Click Copy to... menu item form the pop-up menu.

Page 48: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

48

6. Copy dialog appears on the screen.

7. Select the location where you want to copy the selected item to.

8. Press Ok button.

Page 49: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

49

9. This will copy the registry item to the selected location.

Page 50: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

50

To move a Registry Item in EMCO MSI Package Builder perform the followingsteps:

1. Select the required project from the projects list shown in Projects Tree tab. (The project which you want tomove the registry item from, i.e. your source project).

2. Select the required installation under the selected project node.

3. Switch to Registry tab.

4. Right click the registry item to move.

5. Click Move to... menu item form the pop-up menu.

Page 51: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

51

6. Move dialog appears on the screen.

7. Select the location where you want to move the selected item to.

8. Press Ok button.

Page 52: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Registry Actions

Knowledgebase Article

52

9. This will move the registry item to the selected location.

Page 53: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Environment Variable Actions

Knowledgebase Article

53

To add an Environment Variable in EMCO MSI Package Builder perform thefollowing steps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to Environment Variables tab. Now you can add System Environment Variable or User EnvironmentVariable.

4. To add an Environment Variable click Add Environment Variable button on the appropriate tool bar or selectAdd Variable... menu item from the pop-up menu of the viewer part.

Page 54: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Environment Variable Actions

Knowledgebase Article

54

5. Add Environment Variable dialog appears on the screen.

6. Input the variable name to the Name field and its value to the Value field.

7. Select the operation over the Environment Variable you are adding from the Operation drop-down list.

8. You can specify what to do if this variable already exists by choosing one of the values from the Action drop-down list.

9. Press Ok button.

Page 55: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Environment Variable Actions

Knowledgebase Article

55

To copy an Environment Variable in EMCO MSI Package Builder perform thefollowing steps:

1. Select the required project from the projects list shown in Projects Tree tab. (The project which you want tocopy the Environment Variable from, i.e. your source project).

2. Select the required installation under the selected project node.

3. Switch to Environment Variables tab.

4. Right click the Environment Variable to copy.

Page 56: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Environment Variable Actions

Knowledgebase Article

56

5. Click Copy to... menu item form the pop-up menu.

6. Move dialog appears on the screen.

7. Select the location where you want to copy the selected item to.

8. Press Ok button.

Page 57: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Environment Variable Actions

Knowledgebase Article

57

9. This will move the Environment Variable to the selected location.

Page 58: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Environment Variable Actions

Knowledgebase Article

58

To move an Environment Variable in EMCO MSI Package Builder perform thefollowing steps:

1. Select the required project from the projects list shown in Projects Tree tab. (The project which you want tomove the Environment Variable from, i.e. your source project).

2. Select the required installation under the selected project node.

3. Switch to Environment Variables tab.

4. Right click the Environment Variable to move.

Page 59: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Environment Variable Actions

Knowledgebase Article

59

5. Click Move to... menu item form the pop-up menu.

6. Move dialog appears on the screen.

7. Select the location where you want to move the selected item to.

8. Press Ok button.

Page 60: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Environment Variable Actions

Knowledgebase Article

60

9. This will move the Environment Variable to the selected location.

Page 61: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Service Actions

Knowledgebase Article

61

To add a Service in EMCO MSI Package Builder perform the following steps:

1. Select the required project from the projects list shown in Projects Tree tab.

2. Select the required installation under the selected project node.

3. Switch to Services tab.

4. To add a service click Add Service button on the tool bar or select Add Service... menu item from the pop-upmenu of the viewer part.

Page 62: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Service Actions

Knowledgebase Article

62

5. Create New Service dialog appears on the screen.

6. Input the appropriate values to the required fields of the General tab and perform other configuration on LogOn and Dependencies tabs.

7. Press Ok button.

Page 63: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Service Actions

Knowledgebase Article

63

Page 64: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Service Actions

Knowledgebase Article

64

To copy a Service in EMCO MSI Package Builder perform the following steps:

1. Select the required project from the projects list shown in Projects Tree tab. (The project which you want tocopy the Service from, i.e. your source project).

2. Select the required installation under the selected project node.

3. Switch to Services tab.

4. Right click the Service to copy.

5. Click Copy to... menu item form the pop-up menu.

Page 65: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Service Actions

Knowledgebase Article

65

6. Copy dialog appears on the screen.

7. Select the location where you want to copy the selected item to.

8. Press Ok button.

Page 66: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Service Actions

Knowledgebase Article

66

9. This will copy the Service to the selected location.

Page 67: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Service Actions

Knowledgebase Article

67

To move a Service in EMCO MSI Package Builder perform the following steps:

1. Select the required project from the projects list shown in Projects Tree tab. (The project which you want tomove the Service from, i.e. your source project).

2. Select the required installation under the selected project node.

3. Switch to Services tab.

4. Right click the Service to move.

5. Click Move to... menu item form the pop-up menu.

Page 68: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Service Actions

Knowledgebase Article

68

6. Move dialog appears on the screen.

7. Select the location where you want to move the selected item to.

8. Press Ok button.

Page 69: Adding Data Manually to MSI Package - EMCO Software · PDF fileCreate New Multi String Value ... Adding Data Manually to MSI Package Author: EMCO Software Subject: MSI Package Builder

© Copyright 2001-2012 EMCO Softwareemcosoftware.com

Service Actions

Knowledgebase Article

69

9. This will move the Service to the selected location.