One package for 32bits and 64bits, help needed

Post Reply
Toolman
Posts: 77
Joined: 14. Feb 2006, 20:35
Contact:

One package for 32bits and 64bits, help needed

Post by Toolman » 25. Mar 2014, 13:32

Hello,

I'm trying to build a install package for 32bits as wel as 64bits for Symantec.
The check goes well, the package runs the setup from the right bits version.
But the package keeps on installing, the registrykey is not filled correctly.

Code: Select all


[Setup]
Version=14.2
ShowCaption=1
BlockInput=0
Platform=*

[Product]
;#FileCheckMachine, MACHINE
;#FileCheckClient, CLIENT
;ReplaceEnv <Variable>

#Set:Product
#Reg:OnUninstallProduct, DELETE
#Reg:Product
#Ini:Product
#Security:Product
#Set:Product_x32, WINDOWS32 DONTDELETE
#Set:Product_x64, WINDOWS64 DONTDELETE

[Set:Product]

[Set:Product_x32]
Call "%Src%\32Bits\setup.exe"
Call "%Src%\Change_Server\SylinkDrop.exe -silent %Src%\Change_Server\sylink.xml"

[Set:Product_x64]
Call "%Src%\64Bits\setup.exe"
Call "%Src%\Change_Server\SylinkDrop.exe -silent %Src%\Change_Server\sylink.xml"

Any help would be great!

Thanks,

Sander

User avatar
Hendrik_Ambrosius
Moderator
Moderator
Posts: 8090
Joined: 13. Dec 2004, 23:10
Location: Adendorf/Lüneburg

Re: One package for 32bits and 64bits, help needed

Post by Hendrik_Ambrosius » 25. Mar 2014, 15:50

Any error in the swdepot-log or setup error log?
Please post the complete script for testing.
Hendrik Ambrosius / Senior Presales Consultant
Mobile: +49 172 408 4447 | hendrik.ambrosius@matrix42.com
Matrix42 GmbH | Elbinger Straße 7 | 60487 Frankfurt am Main | Germany | www.matrix42.com

Disclaimer: I participate in this forum on a voluntary basis. Views expressed are not necessarily those of Matrix42 or of the support team.

marc.schneider
Posts: 224
Joined: 29. Mar 2010, 12:26
Location: Magdeburg
Contact:

Re: One package for 32bits and 64bits, help needed

Post by marc.schneider » 25. Mar 2014, 16:19

The quotes are not correct.
This should work:


[Set:Product_x32]
Call "%Src%\32Bits\setup.exe"
Call "%Src%\Change_Server\SylinkDrop.exe" -silent "%Src%\Change_Server\sylink.xml"

[Set:Product_x64]
Call "%Src%\64Bits\setup.exe"
Call "%Src%\Change_Server\SylinkDrop.exe" -silent "%Src%\Change_Server\sylink.xml"


Cheers,
Marc
--
Ärztekammer Sachsen-Anhalt
39120 Magdeburg
http://www.aeksa.de
--

Toolman
Posts: 77
Joined: 14. Feb 2006, 20:35
Contact:

Re: One package for 32bits and 64bits, help needed

Post by Toolman » 26. Mar 2014, 11:55

Thanks!
The sollution of Marc did the trick.

Sander

Post Reply

Return to “Paketierung”

Who is online

Users browsing this forum: No registered users and 6 guests