Hi All We have Basic MSI project that was working fine files would get replaced if we go from version 2.1 to 2.2 ........ 2.5 Now for the 2.6 version something changed that files are not being updated when we going from 2.1 to 2.6. We still see prom...
Hi All I have Basic MSI which installs Windows Service. I followed this thread to set it as "Delayed Start": How can I install a service with the start type of "Delayed Start"It works on Windows 7 (my machine) and Windows 2012 but it's not working o...
Hi all I have Basic MSI Project where I used Registry view in InstallShield (System Configuration -> Registry) to create key with values. Now I am facing an issue that registry key is not deleted during uninstall on some machines. It works fine on my...
What is specified environment variable for machine ip address. I can get computer name doing this [%COMPUTERNAME], Are there same thing for ip address?Side note: where I can find list of available environment variables.
Hi AllI have two Basic MSI projects (installerA and InstallerB) one of them (installerA) is set as prerequisite of second (installerB). Now I need to run installerB using /qb - Basic UI with no modal dialog box displayed at the end of the installatio...
I ran Build -> Validate -> Upgrade Validation Wizard...I selected 2.3 version to compare with current 2.6 version Result is empty and seems like everything is ok.
Not sure what was the issue, but I changed Component Code that was tide to registry creation and it solved the problem. Steps: Go to Organization -> Setup Design -> (locate component that is associated with registry creation look in System Configurat...
How can I do something like this: And then run InstallerB like this:[HTML]setup.exe/s /V"/qb /l*v \"%SystemDrive%\DEFInstall.log\" ADDLOCAL=\"ALL\" INSTALLDIR=\"C:\Program Files\MyCompanyName\DEF\" PREREQCMDLINE=\"/s /V /qb /l*v \"%SystemDrive%\ABCIn...
DLee65 wrote:I am sorry, I mistyped. You need to configure the upgrade table. You will want to get familiar with this table and the values you need to know. The help file has a section regarding the upgrade table, just open help, type in 'Upgrade Tab...