@@ -8,8 +8,8 @@
|
||||
<Shortcut Id="ApplicationStartMenuShortcut"
|
||||
Name="!(bind.Property.ProductName)"
|
||||
Description="!(bind.Property.ProductName)"
|
||||
Target="[INSTALLFOLDER]PamhagenSysCtrl.exe"
|
||||
WorkingDirectory="INSTALLFOLDER" />
|
||||
Target="[InstallFolder]PamhagenSysCtrl.exe"
|
||||
WorkingDirectory="InstallFolder" />
|
||||
<RemoveFolder Id="StartMenuProgramsFolder" On="uninstall" />
|
||||
<RegistryValue Root="HKCU"
|
||||
Key="Software\!(bind.Property.Manufacturer)\!(bind.Property.ProductName)"
|
||||
@@ -25,8 +25,8 @@
|
||||
<Shortcut Id="DesktopShortcut"
|
||||
Name="!(bind.Property.ProductName)"
|
||||
Description="!(bind.Property.ProductName)"
|
||||
Target="[INSTALLFOLDER]PamhagenSysCtrl.exe"
|
||||
WorkingDirectory="INSTALLFOLDER" />
|
||||
Target="[InstallFolder]PamhagenSysCtrl.exe"
|
||||
WorkingDirectory="InstallFolder" />
|
||||
<RegistryValue Root="HKCU"
|
||||
Key="Software\!(bind.Property.Manufacturer)\!(bind.Property.ProductName)"
|
||||
Name="desktop_installed"
|
||||
|
||||
Reference in New Issue
Block a user