Forum Discussion
AlexKaras
14 years agoChampion Level 3
Hi Audrey,
> 3. Setup authoring software used to create the installer - wise installer
It is quite possible that Wise misses some registry entries required by WMI/Windows Installer. Especially if the installation was not explicitly targeted possibility to be installed on 64-bit system (I saw similar problems for WiX installations).
Have you tried 'visual' approach that was discussed and provided with code samples in the thread(s) I referenced in one of my previous replies?
Also:
What if you replace
For Each ObjService in ObjectsList
with something like
For i = 0 To ObjectsList.Count - 1
Set ObjService = ObjectsList.ItemIndex(i)
...
Next
> 3. Setup authoring software used to create the installer - wise installer
It is quite possible that Wise misses some registry entries required by WMI/Windows Installer. Especially if the installation was not explicitly targeted possibility to be installed on 64-bit system (I saw similar problems for WiX installations).
Have you tried 'visual' approach that was discussed and provided with code samples in the thread(s) I referenced in one of my previous replies?
Also:
What if you replace
For Each ObjService in ObjectsList
with something like
For i = 0 To ObjectsList.Count - 1
Set ObjService = ObjectsList.ItemIndex(i)
...
Next
Related Content
- 3 years ago
- 5 months ago
Recent Discussions
- 4 days ago
- 4 days ago