Page 1 of 1

Trouble Version 9.0 code signing

Posted: Mon Mar 21, 2022 1:22 pm
by jc17276
I'm trying to code sign each of my setup file but I'm running into trouble.
I've broken out installers for each state, and for each version of my access database that is attached to the installer ( 2010 and 2016 )
like:
1a.Membership System 2010U32.aip which creates Setup2010u32.exe
2a.Membership System 2016U32.aip which creates Setup2016u32.exe

each one of these aip are in a fold for that state like IL with a number ( some states have 6 or more setup's )

** the line below works and signs the setup fine
/K ""c:\SignTool" sign /f "C:\myname.pfx" /p mypassword "C:\11Databases\(BW)MASTER 2014\BW Actual Installer\FOP2016\IL14\UpDate Installer\Setup2010u32.exe""

here is my trouble, When I change from 2010 to 2016 aip and or the STATE the code sign stays with the last opened:
/K ""c:\SignTool" sign /f "C:\myname.pfx" /p mypassword "C:\11Databases\(BW)MASTER 2014\BW Actual Installer\FOP2016\IL14\UpDate Installer\Setup2010u32.exe""

so when i goto OH it should read:
/K ""c:\SignTool" sign /f "C:\myname.pfx" /p mypassword "C:\11Databases\(BW)MASTER 2014\BW Actual Installer\FOP2016\OH14\UpDate Installer\Setup2010u32.exe"" or the Setup2016u32.exe if that the aip i selected.

hope you can help me

thanks again

Re: Trouble Version 9.0 code signing

Posted: Fri Apr 01, 2022 7:38 am
by Leo
Replace the full path of setup exe file with a variable <SetupExe>

Re: Trouble Version 9.0 code signing

Posted: Wed Apr 06, 2022 12:54 pm
by jc17276
Thank I think i got it now 8-) 8-)