installscript Questions
1
I am using below installscript code to identify whether SharePoint is installed or not. but its not working. The function returns -1. Not sure what is the issue. can someone please help? I want to ...
Cultivar asked 5/6, 2018 at 7:40
1
I have an InstallShield 2016 InstallScript MSI project.
I used the Major Upgrade option but with that approach what I see is that files of previous version gets removed, registry entries get delet...
Alaniz asked 18/4, 2018 at 21:10
1
Have requirement to detect windows 10 or greater version on install time. for that I have create following function.
It gives me 603 (AS VersionNT value) in windows 10 and windows 8.1. That is wr...
Capacious asked 17/3, 2018 at 12:15
3
Solved
We need to create an installer for our application. Currently we are using Install Shield LE that is free with Visual Studio 2010. We require some of the non-free features of Install Shield and wer...
Defazio asked 9/3, 2011 at 18:36
2
I am using MsiGetProperty to get string parameter value from the installer.
And after that I am calling a managed dll and I pass the that value:
nvBufferSize = MAX_STRING;
MsiGetProperty (hMSI, ...
Fortuna asked 22/5, 2013 at 11:8
1
Solved
I want to generate code for another language in Haskell, but I'm puzzled on how
to approach this problem. I'm looking for an abstract and elegant representation of the language in Haskell, which is...
Withrow asked 22/4, 2012 at 12:46
1
© 2022 - 2024 — McMap. All rights reserved.